Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

App works in debug mode but does not work in release mode(SHA KEY PROBLEM)
App works in debug mode but does not work in release mode #59427 i was facing a issue with my chat app the works fine in debug mode.All the users are loading .I was facing this issue before also.. https://ift.tt/3116qpW closed because it was not a flutter problem...So

June 20, 2020 at 10:08AM by Droper
https://ift.tt/2BoPoY1
New post on /r/flutterdev subreddit:

How are you connecting database(s) to Flutter?
Assuming you are doing a flutter IOS and Android app, are you using an API you created to access database? Firebase? etc.?​What are your opinions on which method of connecting a database for mobile apps?

June 20, 2020 at 11:39AM by unohowdashigo
https://ift.tt/30VdWCC
New post on /r/flutterdev subreddit:

Google to Microsoft: Help us bring Flutter apps to Windows 10, 10X and Surface Duo | ZDNet
https://ift.tt/2zDEwoq

June 20, 2020 at 12:11PM by contrix09
https://ift.tt/30YIlzN
New post on Flutter Dev Google group:

Flutter Nonification
Hello Flutter Developer, I am creating my 7th app and this time, notifications are involved. I would be happy if the Flutter team can create a YouTube video on how to make your app send a notification to the device if a specific thing happens. Thank you to the Flutter team for all of their hard

June 20, 2020 at 03:26PM by Ziyad Farhan
https://ift.tt/2CrUK5d
New post on Flutter Dev Google group:

Can I Exclude Firebase and use only AdMob for my Flutter app in iOS/Android?
Hello Team Flutter, Can I Exclude Firebase and use only AdMob for my Flutter app in iOS/Android? Reason us the Firebase is giving me lots of issue and requirements configs. it's really a PAIN! Configuring the default Firebase app... 6.26.0 - [Firebase/Core][I-COR000004] App with name

June 20, 2020 at 03:36PM by Thebest for yourbiz
https://ift.tt/2V2NjaY
New post on Flutter Dev Google group:

Always no images on query
Future
New post on /r/flutterdev subreddit:

GetStorage - Store data locally easier and faster than SharedPreferences / Hive / SQFlite or any other
GetStorage is an ultra-lightweight key / value storage for Flutter, which combines permanent storage with read-in-memory. It is compatible with Android, iOS, Web, Linux, Mac, and fuchsia apps, and it is extremelyfast, so fast that you can easily loop through 1000 writings, and read the last value without having to "await" for it.​Below the time graph to operate 50 readings, writes and deletions with integers and strings using GetStorage, Hive, Sqflite, SharedPreferences and Moor respectivelyBenchmark: https://i.imgur.com/PTWs39u.jpg​GitHub:https://github.com/jonataslaw/get_storage​Pub:https://pub.dev/packages/get_storage

June 20, 2020 at 04:58PM by D_apps
https://ift.tt/313LQ8a
New post on Flutter Dev Google group:

Using listBuilder, how can I display a list of maps?
I want to display a list of maps. First off I made a toMap function in my model that looks like this: Map
New post on /r/flutterdev subreddit:

Best practice for defining new Features in Flutter Clean Architecture using BLoc pattern?
I need to architect a highly scalable and enterprise app in Flutter. I follow Resco code tutorials. For example, to design whole authentication flow like login, signup, forgot password, reset password, and authentication state in the whole app; Am I need to define a new Feature for each of theme separately or not?What is the best practice of defining new Feature and New BLoC in enterprise applications?

June 20, 2020 at 06:45PM by KhaledRostampour
https://ift.tt/2YNz3Ec
New post on Flutter Dev Google group:

how to return value from cupertinoPicker
hey guys i have a button with a Text widget as child, inside a showModalBottomSheet which builds another showModalBottomSheet holding a cupertinoPicker. how can i return the value of cupertinopicker? it only returns the value when i close down the first bottomsheet!! instead of doing so when the

June 20, 2020 at 07:03PM by Error Place
https://ift.tt/2NbyFdk
New post on /r/flutterdev subreddit:

Feedback from flutter developers
Hello to everyone,I'm looking for some feedback from flutter developers about fluidity and graphic structure of our app (obviously made in Flutter).I leave the link to download it. 😉https://balloon.travel/

June 20, 2020 at 07:49PM by merliandrea
https://ift.tt/2YU8X2j
New post on /r/flutterdev subreddit:

Ready to help in flutter app development
Hi All, I am making a flutter app like shared car pooling to my city. As I am full stack developer , I am doing everything from design to deploy on server. If any guys need help in their app. Plet feel free to ask. I will be help whatever I can do.

June 20, 2020 at 08:46PM by nks_oo7
https://ift.tt/2YXDIDu
New post on /r/flutterdev subreddit:

Flutter Music Player UI
https://www.youtube.com/watch?v=zHuScH5ZziEMusic player application I developed with Flutter.Here is the Github PageI am waiting for you to give a star :-) Thanks.

June 20, 2020 at 10:40PM by wisecolt
https://ift.tt/37Onj8I
New post on /r/flutterdev subreddit:

Can Flutter build smart TV apps?
What is the status of Flutter to be used within TVs? (Tizen, WebOS, AndroidTV etc)

June 21, 2020 at 12:23AM by bradofingo
https://ift.tt/2zSMAlu
New post on Flutter Dev Google group:

Responsive app
what are the packages or widgets you use to ensure that your app is responsive over all devices? plz share with me articles, tutorials or any good resources you have

June 21, 2020 at 04:30AM by Sherif Hassan
https://ift.tt/2AY3wHN
New post on /r/flutterdev subreddit:

New JSON Serialization Library - Dynamic, Single file, Generator, No manual registration, casting, and bloat (`dart_json_mapper` and `json_serializable` alternative)
Package (dev_dependency): https://pub.dev/packages/simple_jsonSupporting Package (dependency): https://pub.dev/packages/simple_json_mapperGitHub: https://github.com/FlutterDevTools/simple_jsonWhy?SimpleNo messy .g.dart
files for each serializable file (single root-level file which contains all of the generated code)Dynamic serialization and de-serialization without caring about the actual typeModel files stay clean and don't care about the serialization logic (SRP)No need to specify custom object and iterable type castingNo bloated reflection on the entire type with linting/analyzer issues​All feedback welcome.TLDR: I didn't like `json_serializable` (too many .g.dart files and no dynamic serialization) and `dart_json_mapper` (manual iterable registration and bloated reflection code gen via `reflectable`).

June 21, 2020 at 04:46AM by 0000010100111001
https://ift.tt/3eokKwy