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

Perform Download files into Downloads Directory
Hello, I have the following code to perform download a file into Downloads folder, but it nothing appear in my phone, any idea, please? Directory appDocDirectory = await getApplicationDocumentsDirectory(); new Directory(appDocDirectory.path).create(recursive: true) // The created directory

June 28, 2019 at 04:38PM by Rabih M. ElBaba (Gmail)
https://ift.tt/31YCQzj
New tweet from FlutterDev:

Do you know the difference between /// and // comments in @dart_lang?

The /// comments are picked up by the DartDoc tool to generate API docs and are called "Doc comments."

Get the full scoop → https://t.co/mPNYhibY3I#FlutterFriday pic.twitter.com/tuH6MtrVGU— Flutter (@FlutterDev) June 28, 2019

June 28, 2019 at 06:00PM
http://twitter.com/FlutterDev/status/1144636586350526466
New post on /r/flutterdev subreddit:

Flutter X | A Searchable List of Flutter Resources
https://flutterx.com

June 28, 2019 at 05:39PM by hillel369
https://ift.tt/2Xg4Qjd
New post on Flutter Dev Google group:

Graphql subscription Flutter
I'm developing a Flutter app with Graphql. Everything is working fine (fetch, delete ,update ,create ). I read the Graphql documentation for subscription and it didn't work. could anyone help me ? I attached the page of subscription. Thank you

June 28, 2019 at 08:43PM by Yazid Krayem
https://ift.tt/3219Eb1
New post on /r/flutterdev subreddit:

Flutter FAQ
Hey, Reddit.This post aims to address some specific frequently asked questions relating to Flutter that we have seen a lot. These are questions regarding the framework itself, not how-to questions.Q. Will Google kill Flutter? They are always killing products off!A. No. Flutter is not going anywhere. Do not worry about this.Q. When will Flutter for Desktop be released?A. It will be released whenever it is released. This is an early preview, it's not even in alpha yet.Q. When will Flutter for Web be released?A. Again, it will be released whenever it is released. This project has not even been fully folded into the main Flutter repo yet.Q. Why does Flutter use Dart and not something else?A. https://flutter.dev/docs/resources/faq#why-did-flutter-choose-to-use-dartQ. Which state management solution is best?A. Whichever is appropriate for your project. Different solutions work better for different projects. Read https://flutter.dev/docs/development/data-and-backend/state-mgmt/options

June 28, 2019 at 11:08PM by GroovinChip
https://ift.tt/2X8i78v
New post on Flutter Dev Google group:

BuildContext
What is BuildContext ,why its important ?can any one help me!

June 29, 2019 at 01:07AM by Abdullah Darwesh
https://ift.tt/2LqycUJ
New post on /r/flutterdev subreddit:

Hot reload not working with Android Studio 3.4.1
I've installed and updated all the plug-ins. I've also checked in the "Perform hot reload on save" but nothing happens when i save. I would have to run the app every time to see changes. I've researched this but couldn't find a workable solution.​I also have this error everytime i run the app:"Error connecting to the service protocol: HttpException: Connection closed before full header was received, uri =..."​This seems to be an issue that some people have but not relating to hot reload. Has anyone encountered hot reload problem?

June 29, 2019 at 03:11AM by allenchristian
https://ift.tt/31ZmXIJ
New post on Flutter Dev Google group:

Honest opinions - Flutter not right for social podcast app? Battery and audio issues?
Hi All, I'm the founder of a social podcasting platform - Bitcast.fm. We have been pretty set on undertaking our upcoming IOS build in swift until newly converted friend of mine couldn't shut up about flutter... After due diligence and several email exchanged, I can't get a solid, unbiased

June 29, 2019 at 03:59AM by Marcus Sonoma
https://ift.tt/2FF96xZ
New post on /r/flutterdev subreddit:

Add Flutter to existing Android/iOS app
https://ift.tt/2KNTCfd

June 29, 2019 at 05:01AM by neurenor
https://ift.tt/2FGBuj2
New post on Flutter Dev Google group:

Best Map widget?
Googled for map view widgets for Flutter, but didn't come up with a concrete answer. I'd like to be able to use Apple Maps on iOS and Google Maps on Android if I could. What's the best option to use right now?

June 29, 2019 at 06:33AM by Eric Knudstrup
https://ift.tt/2XbNorg
New post on /r/flutterdev subreddit:

A guide to Flutter Semantics
https://ift.tt/2X5D1Fi

June 29, 2019 at 10:49AM by EngineerScientist
https://ift.tt/2IXyb9g
New post on Flutter Dev Google group:

How to fix Unhandled Exception: type 'Future' is not a subtype of type 'Future'
I need to get all the data from the firestore database. Future getPhotography() { Future data = db.collection('photography') .document('0yUc5QBGHNNq6WK9CyyF') .setData(jsonDecode(jsonEncode(Photography()))); return data; }

June 29, 2019 at 02:09PM by Bhanuka Isuru
https://ift.tt/2Njtzys
New post on /r/flutterdev subreddit:

[Android dev here] Typography & Custom Icons: how to deal with them?
Coming from iOS and Android development, the major pain points in Flutter for me has been the simple stuff.With Typography, the documentation is chaotic (https://api.flutter.dev/flutter/material/Typography-class.html). Material Design in 2018 revamped all the themes, but Flutter kept the one from 2014 and included a workaround method to convert to 2018. That, however, only converts the theme and not the method names. So I have to guess display1 means H6 and things like this. This really frustrates me because it's an additional step when translating apps from other platforms to Flutter. Why should I understand two design languages, the one from 2014 that I completely forgot already and the new one from 2018? Android did the migration. iOS did the migration. Why can't Flutter deprecate the 2014 Typography and include the 2018 with 2018 correct names by default in new projects?With Custom Icons, iOS has pdfs, Android has vector drawables, Flutter has.. fonts? Seriously, is there no other or even better way to deal with them? I saw some SVG libraries, but there is no word on how optimized they are and they don't output to IconData. Should I really spend time building fonts every time I want to include a new one in Flutter?Bonus: it is so weird to fetch an image from the web. Starts as Image.Network(), but then you want to retry if network is unavailable, then you want to cache it, then you want a placeholder. And suddenly you got a snowball method. There is a different method for each of those. Should I just use the Advanced Image Loader for every scenario? I'm used to Glide on Android, it automatically takes care of cache, retry and placeholders.I know some more experienced developers and some people from the Flutter team follow this sub, so I hope you can give me some light.

June 29, 2019 at 04:30PM by bernaferrari
https://ift.tt/31ZVre9
New post on Flutter Dev Google group:

Fauzi2865
Not send my gmail what u want u can stop send gmail

June 29, 2019 at 06:04PM by Muhd Fauzi
https://ift.tt/2KPHGcD
New post on /r/flutterdev subreddit:

Firestore Nested StreamBuilders
In my Flutter app, will it count as two reads from Firestore if I have two nested StreamBuilders reading from the same document? Or is it cached in a way that it will only count as one read?​Here's an example of what I'm talking about.​StreamBuilder(stream: Firestore.instance.document(path).snapshots(),builder: (context, asnap){//Some nested widgets...return StreamBuilder(stream: Firestore.instance.document(path).snapshots(),builder: (context, asnap){return MyWidget();},);},);

June 29, 2019 at 05:58PM by jajabobo
https://ift.tt/2Jc2DLW
New post on /r/flutterdev subreddit:

What is everyone working on?
Tell me about your flutter projects!

June 29, 2019 at 08:13PM by AIDXN3
https://ift.tt/2YliZId