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

Are you building native-looking Flutter apps for both iOS and Android?
Hello from the Flutter team! We are looking for a few Flutter developers to share their experience on *developing Flutter apps that have a platform-specific look & feel for both iOS and Android*. This study will help the Flutter team better understand your needs in order to incorporate them

November 05, 2019 at 09:57PM by Gale Yang
https://ift.tt/34zzJy6
New post on /r/flutterdev subreddit:

Image storage in Firebase
I'm making a project on image processing, where I will use flutter for frontend and I've chosen python for the backend image processing. I've read that firebase can be easily integrated with flutter. Cannot find any article on connecting firebase with python script to upload/download images. Please help.

November 05, 2019 at 09:40PM by Sarthaks21
https://ift.tt/2CdZNTq
New post on /r/flutterdev subreddit:

Created My First Flutter App at 13 Years Old!
I've always wanted to create an app but it seemed impossible to do. The amount of work and dedication seem unimaginable, however, I finally sat myself down and worked diligently for 4 months on my first mobile app! The app is called Fetch - Discover Cute Dogs and using this platform you can show off your dog or just look at cute dogs if you don't have one. Please check it out and leave as much feedback as possible,Thanks!Check it out for IOS and AndroidApp Store LinkGoogle Play Store Link

November 05, 2019 at 10:48PM by jordanlesson
https://ift.tt/2NFIakK
New post on /r/flutterdev subreddit:

Are there any UI kits or libraries out there other than Material and Cupertino that look good for both platforms and maybe even web?
Howdy r/FlutterDev,So basically the title. I’m trying to use flutter for my startup. After considering React, NativeScript, ionic and others we landed on Flutter as we are also using Firebase and the documentation is amazing.My main question is the UI look of Flutter. I know they have Material for Android primarily and Cupertino for iOS primarily but is there a 3rd party in between out there that looks good on both devices and maybe web?Another question is, is there a way to tell Flutter to use Material strictly for Android and Cupertino for iOS?Last question, how hard is it to make your own UI styles and what resources are available on how to do so?Thanks!

November 06, 2019 at 04:04AM by NoahFlowa
https://ift.tt/34v2ig4
New post on /r/flutterdev subreddit:

FlutterVN newsletter #2
https://ift.tt/2qw0QLJ

November 06, 2019 at 05:42AM by anticafe
https://ift.tt/2CjScmu
New post on /r/flutterdev subreddit:

Design choices for any apps that have a chat?
I know whatsapp uses local storage with sqlite which means minimal reads/writes for remote dbs compared to something like firebase's firestore. You are however, i believe, giving up security if you decide to have a local sqlite even if it is encrypted. I've seen plenty of tools that decrypt whatsapp dbs. It just doesnt seem ideal to use something like firestore to store chat messages because of the absurd amount of reads and writes you will end up with if you have a lot of users chatting, which in turns means more expenses. So what is the optimal way to store messages in a chat app?

November 06, 2019 at 07:02AM by fd991
https://ift.tt/2raDU55
New post on Flutter Dev Google group:

how to map dynamic list in flutter from json
I am new to Flutter Dart. Questions: how-to-map-dynamic-list-in-flutter-from-json https://ift.tt/36CjRwL

November 06, 2019 at 08:10AM by Thebest for yourbiz
https://ift.tt/36DkrdO
New post on /r/flutterdev subreddit:

GitHub - SunPointed/MPFlutterChart: MPAndroidChart Flutter version
https://ift.tt/2PQPL2A

November 06, 2019 at 10:30AM by anticafe
https://ift.tt/36CVwXv
New post on Flutter Dev Google group:

flutter dart error
new to flutter development. i'm getting this error as a result of running my first program according to the tutorial video i am using. please any help will be appreciated.

November 06, 2019 at 04:07PM by Ehis
https://ift.tt/36xCdyS
New post on /r/flutterdev subreddit:

facing problem integrating back4app with flutter web. Parse().healthCheck().timeout(const Duration(seconds: 5)); this statement never get executed
await Parse().initialize( Strings.PARSE_APP_ID, Strings.PARSE_APP_URL, masterKey: Strings.MASTER_KEY, debug: true, autoSendSessionId: true, coreStore: await CoreStoreSharedPrefsImp.getInstance()); // final ParseResponse response = await Parse().healthCheck().timeout(const Duration(seconds: 5));

November 06, 2019 at 05:35PM by rajujin1
https://ift.tt/2WOGGZt