Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Overlaying text on image and saving it to gallery?
I have an image that I am currently able to save to the gallery. However, I want to add text (specifically, the name of my app) to it and then convert the entire thing into an image and be able to save it. How do I go about this?

August 11, 2019 at 09:57AM by HumAapkeHaiDon
https://ift.tt/2YXUWTl
New post on /r/flutterdev subreddit:

Plugin code generation library
Hello there,I just published a couple libraries that helps in the creation of plugins by removing the need to write a lot of boiler plate.Just write an abstract class and abstract methods that should be forward to the native side. The library will create a concrete implementation using code generation with the methods and the data mappings*.[*] The set of data allowed in the methods parameters and return types is limited to primitive types, List, Map and classes that don't use generics. When using your classes they will need to have `toJson()` and `fromJson()` methods.github : https://github.com/BugsBunnyBR/plugin_gen.fluttergenerator library : https://pub.dev/packages/flutter_plugin_generatorannotation library: https://pub.dev/packages/flutter_plugin_annotationsTo use the generator the annotation library is needed.If you are interested, take a look at my github, there is a plugin example that maps pretty much all the library can do and give it a try. Here is the example apk... it just shows that data going to the native side and back.In this first release they are a bit limited in what it can do, but I would like any feedbacks, for the packages, documentation, code and ideas for improvements (I have a TODO in the github readme). These are my first dart packages, so be kind.​Thanks in advance.

August 11, 2019 at 12:53PM by juliocbcotta
https://ift.tt/2ySlaYY
New post on Flutter Dev Google group:

Register post request is failing on flutter app production
I am facing an issue with http post request for register in my flutter app. * http.Response response = await http.post(* * 'http://localhost:1337/auth/local/register',* * body: {"username": _username, "email": _email, "password": _password});* * final responseData =

August 11, 2019 at 03:05PM by CYRIL P. JOY
https://ift.tt/2TlXtSb
New post on Flutter Dev Google group:

Securing Flutter Mobile Apps from Reverse Engineering
Hi, I'm android mobile app developer and working for last 5 years on mobile Apps, just shifted to Flutter. I wanted to know if Flutter mobile app are secured from reverse engineering. I know about proguard, I tried proguard on my current Android Apps but did not get much success. Before shifting

August 11, 2019 at 03:47PM by Vamsidhar Gujjari
https://ift.tt/2KEjfwz
New post on /r/flutterdev subreddit:

electron-quick-start-flutter: A minimal Electron application with flutter & dart
https://ift.tt/2MYqj9V

August 11, 2019 at 03:39PM by EngineerScientist
https://ift.tt/2YGSMYY
New post on /r/flutterdev subreddit:

ShopX: Flutter Basic E-Commerce Application Using MobX State Management
https://ift.tt/2YCqleG

August 11, 2019 at 10:30PM by GiantStried
https://ift.tt/2OQsrmA
New post on /r/flutterdev subreddit:

FlutterForce — Week 39
https://ift.tt/2yTqsDq

August 11, 2019 at 10:13PM by flutterist
https://ift.tt/2ORGCIm
New post on /r/flutterdev subreddit:

A WhatsApp Web Clone created with Flutter Web and Hasura by Flutterando Team
https://ift.tt/2GZXMNy

August 12, 2019 at 01:51AM by irvine5k
https://ift.tt/2Z3xOis
New post on /r/flutterdev subreddit:

60 Days Of Flutter: Building a Messenger from Scratch
I’ll be writing a 60 day series on medium about my journey of developing a full fledged messaging app using flutter and firebase from scratch. Link:https://medium.com/@adityadroid/60-days-of-flutter-building-a-messenger-from-scratch-ab2c89e1fd0f?sk=b0315c7b56c3349c45bb9635ab3727af

August 12, 2019 at 07:47AM by aditya_gurjar
https://ift.tt/2YEO7qk
New post on /r/flutterdev subreddit:

A New Flutter Widget "Gender Selector"
Hi Flutter Community,i created one widget called "Gender selector" for your flutter app.By using this widget you can add gender selection capability in your applike registration page or anywhere you want.https://pub.dev/packages/gender_selector

August 12, 2019 at 09:33AM by iamdhruvil
https://ift.tt/2KsaTt0