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

60 days of Flutter Challenge
I am a complete newbie in flutter. Looking for a buddy who can do a 60 day challenge with me. We start from scratch and create an app together. I am in the East coast, work in sales full time so time is a premium. We could do 30 minute zoom sessions every second day. We should have an app released to the store at the end. We will document our progress on a youtube channel.

June 19, 2020 at 11:14PM by FlutterLearner2019
https://ift.tt/3ehOWcz
New post on Flutter Dev Google group:

[Breaking Change Proposal] Semantics Order of Overlay Entries in Modal Routes
If your applications do not have semantics tests that depend on the semantics structure above the ModalRoute
New post on /r/flutterdev subreddit:

Flutter Rendering 100K interactive Item in Mobx And Get
I tried to render 100K clickable items in both Mobx and GetX to have an idea of the memory allocation of both packages.Here resulthttps://imgur.com/a/gjnaVJu

June 20, 2020 at 02:46AM by shrjamal
https://ift.tt/2ASaGNI
New post on /r/flutterdev subreddit:

China App Remover
https://ift.tt/3diEIHA

June 20, 2020 at 07:12AM by knitishsai
https://ift.tt/2YRKgnd
New post on Flutter Dev Google group:

Sha Key Problem
I have a chat app which uses firebase its working fine by flutten run...And it uses a debug keystore i also added release sha key on firebase..But when i build a flutter build apk..I cant get the users..Do i have to change anyting inside code?

June 20, 2020 at 09:10AM by Droper
https://ift.tt/2NdAuq3
New post on Flutter Dev Google group:

Flutter and Microsoft SQL Server
Hi , Can someone tell me if it's possible to send data to Microsoft SQL Server using flutter without using php script?

June 20, 2020 at 09:44AM by Devashi Jain
https://ift.tt/2NgeuuM
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