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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Twitter
Dart Language (@dart_lang) | Twitter
The latest Tweets from Dart Language (@dart_lang). A client-optimized language for fast apps on any platform
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
Flutter X | A Searchable List of Flutter Resources
https://flutterx.com
June 28, 2019 at 05:39PM by hillel369
https://ift.tt/2Xg4Qjd
FlutterX
A Searchable List of Flutter Resources | FlutterX
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Dart Streams - Flutter in Focus
https://www.youtube.com/attribution_link?a=0vmEHdRs7Y8&u=%2Fwatch%3Fv%3DnQBpOIHE4eE%26feature%3Dshare
June 28, 2019 at 09:41PM by Pixelreddit
https://ift.tt/31RLMGy
Dart Streams - Flutter in Focus
https://www.youtube.com/attribution_link?a=0vmEHdRs7Y8&u=%2Fwatch%3Fv%3DnQBpOIHE4eE%26feature%3Dshare
June 28, 2019 at 09:41PM by Pixelreddit
https://ift.tt/31RLMGy
YouTube
Dart Streams - Flutter in Focus
This is the third video in the Flutter in Focus series on asynchronous coding in Dart. In this episode, learn about the fundamentals of reactive coding with ...
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
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
docs.flutter.dev
FAQ
Frequently asked questions and answers about Flutter.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
reddit
r/FlutterDev - Hot reload not working with Android Studio 3.4.1
0 votes and 1 comment so far on Reddit
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Add Flutter to existing Android/iOS app
https://medium.com/flutter-community/add-flutter-to-existing-android-ios-app-ae8c4fb1582e
June 29, 2019 at 04:17AM by neurenor
https://ift.tt/2XCOxfv
Add Flutter to existing Android/iOS app
https://medium.com/flutter-community/add-flutter-to-existing-android-ios-app-ae8c4fb1582e
June 29, 2019 at 04:17AM by neurenor
https://ift.tt/2XCOxfv
Medium
Add Flutter to existing Android/iOS app
Last year, on 4th Dec 2018, Google announced Flutter 1.0. Since then Flutter has gained a lot of momentum. If you have not explored…
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
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 /r/flutterdev subreddit:
Facebook vs Google: The Battle of Their Cross-Platform Frameworks
https://ift.tt/2RIZ6Iy
June 29, 2019 at 04:41AM by EngineerScientist
https://ift.tt/2Yh0CnQ
Facebook vs Google: The Battle of Their Cross-Platform Frameworks
https://ift.tt/2RIZ6Iy
June 29, 2019 at 04:41AM by EngineerScientist
https://ift.tt/2Yh0CnQ
Medium
Facebook vs Google: The Battle of Their Cross-Platform Frameworks
Google’s ongoing battle of Flutter and Facebook’s React Native are narrowing the holes between hybrid and native applications.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
A guide to Flutter Semantics
https://ift.tt/2X5D1Fi
June 29, 2019 at 10:49AM by EngineerScientist
https://ift.tt/2IXyb9g
kpsroka.dev
A guide to Flutter Semantics | Krzysztof Sroka — Software madman
Accessibility in the Flutter SDK
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
[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
api.flutter.dev
Typography class - material library - Dart API
API docs for the Typography class from the material library, for the Dart programming language.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
reddit
r/FlutterDev - Firestore Nested StreamBuilders
0 votes and 1 comment so far on Reddit
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
What is everyone working on?
Tell me about your flutter projects!
June 29, 2019 at 08:13PM by AIDXN3
https://ift.tt/2YliZId
reddit
r/FlutterDev - What is everyone working on?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Turkish telegram group opened.
https://t.me/Fluttertr
June 29, 2019 at 08:27PM by fl1sh
https://ift.tt/2KO03Pu
Flutter Turkish telegram group opened.
https://t.me/Fluttertr
June 29, 2019 at 08:27PM by fl1sh
https://ift.tt/2KO03Pu
Telegram
Flutter Türkiye 🇹🇷
Flutter Türkiye Resmi Telegram Grubu
Grup Kuralları : https://t.me/fluttertr/4663
Telegram Kanalımız: @FlutterTurk
Twitter: https://twitter.com/Flutter_Turkiye
Slack: https://bit.ly/flutterTR
Kommunity: https://kommunity.com/flutter-turkiye
Grup Kuralları : https://t.me/fluttertr/4663
Telegram Kanalımız: @FlutterTurk
Twitter: https://twitter.com/Flutter_Turkiye
Slack: https://bit.ly/flutterTR
Kommunity: https://kommunity.com/flutter-turkiye