GGroup: Custom Constructors for StatefulWidgets?
Hello there, I have a Widget that a) renders some text and b) holds its *own* state (one of the 3 state management approaches recommended here in the docs). Therefore, I have custom constructor for this widget that takes in
Submitted December 08, 2017 at 05:48PM by Nicholas Manning
via Flutter Dev http://ift.tt/2j7nfM6
Hello there, I have a Widget that a) renders some text and b) holds its *own* state (one of the 3 state management approaches recommended here in the docs). Therefore, I have custom constructor for this widget that takes in
Submitted December 08, 2017 at 05:48PM by Nicholas Manning
via Flutter Dev http://ift.tt/2j7nfM6
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.
GGroup: Flutter plugin v20 now available
The M20 release of the Flutter plugin is now available! Fixes and improvements include: - improved the "Open with Xcode..." logic to work better for plugin projects - improved flutter run console filtering - improvements to unit test running support
Submitted December 08, 2017 at 06:13PM by Wm Leler
via Flutter Dev http://ift.tt/2A3EC3I
The M20 release of the Flutter plugin is now available! Fixes and improvements include: - improved the "Open with Xcode..." logic to work better for plugin projects - improved flutter run console filtering - improvements to unit test running support
Submitted December 08, 2017 at 06:13PM by Wm Leler
via Flutter Dev http://ift.tt/2A3EC3I
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.
Reddit: Request for Experiments: Customizing and extending the HTTP client
Hello!We recently added the ability to "inject" a custom HttpClient. This means you can write a custom HttpClient and ensure the custom client is used throughout your Flutter app.Use cases for this capability include: custom caching strategies, custom offline behavior, custom retry logic, tests and mocking, and more.Here is the API with a small example: http://ift.tt/2yP6hXQHere are the tests, showing how to create a custom HttpClient: http://ift.tt/2y8htezWe're very interested in learning how you use this new capability, please give it a try and let us know. You can file issues and feedback here: http://ift.tt/2yPaXNAEnjoy, and happy hacking!
Submitted December 08, 2017 at 06:44PM by sethladd
via reddit http://ift.tt/2y8huiD
Hello!We recently added the ability to "inject" a custom HttpClient. This means you can write a custom HttpClient and ensure the custom client is used throughout your Flutter app.Use cases for this capability include: custom caching strategies, custom offline behavior, custom retry logic, tests and mocking, and more.Here is the API with a small example: http://ift.tt/2yP6hXQHere are the tests, showing how to create a custom HttpClient: http://ift.tt/2y8htezWe're very interested in learning how you use this new capability, please give it a try and let us know. You can file issues and feedback here: http://ift.tt/2yPaXNAEnjoy, and happy hacking!
Submitted December 08, 2017 at 06:44PM by sethladd
via reddit http://ift.tt/2y8huiD
docs.flutter.io
HttpOverrides class - dart:io library - Dart API
API docs for the HttpOverrides class from the dart:io library, for the Dart programming language.
GGroup: request for experiments: customizing and extending the HTTP client
Hello! We recently added the ability to "inject" a custom HttpClient. This means you can write a custom HttpClient and ensure the custom client is used throughout your Flutter app. Use cases for this capability include: custom caching strategies, custom offline behavior, custom retry logic,
Submitted December 08, 2017 at 06:56PM by Seth Ladd
via Flutter Dev http://ift.tt/2BNjxv2
Hello! We recently added the ability to "inject" a custom HttpClient. This means you can write a custom HttpClient and ensure the custom client is used throughout your Flutter app. Use cases for this capability include: custom caching strategies, custom offline behavior, custom retry logic,
Submitted December 08, 2017 at 06:56PM by Seth Ladd
via Flutter Dev http://ift.tt/2BNjxv2
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.
GGroup: Breaking change to ModalRoute
Hello Flutter Community, I am intending to add a new property to ModalRoute [1], which will have to be implemented by all subclasses of ModalRoute. The new property will be a String called barrierLabel and it is supposed to be the semantic label that accessibility tools (like TalkBack on
Submitted December 08, 2017 at 06:58PM by Michael Goderbauer
via Flutter Dev http://ift.tt/2iJlktf
Hello Flutter Community, I am intending to add a new property to ModalRoute [1], which will have to be implemented by all subclasses of ModalRoute. The new property will be a String called barrierLabel and it is supposed to be the semantic label that accessibility tools (like TalkBack on
Submitted December 08, 2017 at 06:58PM by Michael Goderbauer
via Flutter Dev http://ift.tt/2iJlktf
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.
Reddit: Flutter plugin v20 now available for Android Studio and IntelliJ
http://ift.tt/2BYW3ni
Submitted December 08, 2017 at 08:43PM by KingBaal
via reddit http://ift.tt/2BiKfzw
http://ift.tt/2BYW3ni
Submitted December 08, 2017 at 08:43PM by KingBaal
via reddit http://ift.tt/2BiKfzw
news.dartlang.org
Flutter plugin v20 now available for Android Studio and IntelliJ
The M20 release of the Flutter plugin is now available! Fixes and improvements include: improved the "Open with Xcode..." logic to work bet...
Reddit: Flutter OAuth: plugin for performing user authentication for your apps
http://ift.tt/2y9eumd
Submitted December 09, 2017 at 01:07AM by KingBaal
via reddit http://ift.tt/2yPPZy8
http://ift.tt/2y9eumd
Submitted December 09, 2017 at 01:07AM by KingBaal
via reddit http://ift.tt/2yPPZy8
GitHub
hitherejoe/FlutterOAuth
FlutterOAuth - A Flutter OAuth package for performing user authentication for your apps.
GGroup: Background tasks
Hey guys! Is here any work been done at the moment to run background dart code? I'd like to test it out if it's in the works. Thanks Regards Franz
Submitted December 09, 2017 at 03:34PM by Franz Silva
via Flutter Dev http://ift.tt/2kLPLDv
Hey guys! Is here any work been done at the moment to run background dart code? I'd like to test it out if it's in the works. Thanks Regards Franz
Submitted December 09, 2017 at 03:34PM by Franz Silva
via Flutter Dev http://ift.tt/2kLPLDv
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.
GGroup: Get visible positions listview
I just made this library to create make a listview with sticky headers: http://ift.tt/2jBSFYa < http://ift.tt/2kLyBpJ > To determine which item is on top I used to scrollcontroller to get the pixels and
Submitted December 09, 2017 at 03:59PM by Rene Floor
via Flutter Dev http://ift.tt/2kg69rR
I just made this library to create make a listview with sticky headers: http://ift.tt/2jBSFYa < http://ift.tt/2kLyBpJ > To determine which item is on top I used to scrollcontroller to get the pixels and
Submitted December 09, 2017 at 03:59PM by Rene Floor
via Flutter Dev http://ift.tt/2kg69rR
GitHub
renefloor/side_header_list_view
side_header_list_view - Listview with sticky headers like the Android contact page
Reddit: side_header_list_view: Listview with sticky headers like the Android contact page
http://ift.tt/2iHFB2o
Submitted December 09, 2017 at 06:51PM by Purple_Pizzazz
via reddit http://ift.tt/2iMUjoN
http://ift.tt/2iHFB2o
Submitted December 09, 2017 at 06:51PM by Purple_Pizzazz
via reddit http://ift.tt/2iMUjoN
pub.dartlang.org
side_header_list_view 0.0.1 | Dart Package
side_header_list_view - Listview with sticky headers on the side
Reddit: Cached network image: A flutter library to show images from the internet and keep them in the cache directory.
http://ift.tt/2jirrcc
Submitted December 09, 2017 at 06:50PM by Purple_Pizzazz
via reddit http://ift.tt/2yTSdMK
http://ift.tt/2jirrcc
Submitted December 09, 2017 at 06:50PM by Purple_Pizzazz
via reddit http://ift.tt/2yTSdMK
pub.dartlang.org
cached_network_image 0.0.1 | Dart Package
cached_network_image - Flutter library to load and cache network images
Reddit: Responsive layout for phone and tablet?
Is it available? It will be very useful
Submitted December 10, 2017 at 02:09AM by x4080
via reddit http://ift.tt/2jkBc9E
Is it available? It will be very useful
Submitted December 10, 2017 at 02:09AM by x4080
via reddit http://ift.tt/2jkBc9E
reddit
Responsive layout for phone and tablet? • r/FlutterDev
Is it available? It will be very useful
GGroup: call an alert before widget build
Hi, I have a StatefulWidget and a function to check if a particular file exist. what I want to do is check if the file exist then I return my build else I alert, but the build method is always called even before my function is called. how do call my function first before the build method.
Submitted December 10, 2017 at 08:43AM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2BqsvlI
Hi, I have a StatefulWidget and a function to check if a particular file exist. what I want to do is check if the file exist then I return my build else I alert, but the build method is always called even before my function is called. how do call my function first before the build method.
Submitted December 10, 2017 at 08:43AM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2BqsvlI
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.
GGroup: a variable that can be accessed on every view/page
I have this variable that I store some data in to use on a number of pages, how do I declare it so its accessible on all the pages/views I need it on
Submitted December 10, 2017 at 11:20PM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2ATx1Io
I have this variable that I store some data in to use on a number of pages, how do I declare it so its accessible on all the pages/views I need it on
Submitted December 10, 2017 at 11:20PM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2ATx1Io
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.
GGroup: How do I keep device screen awake
How do I keep device screen awake after my app starts?
Submitted December 10, 2017 at 11:21PM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2BsBaEe
How do I keep device screen awake after my app starts?
Submitted December 10, 2017 at 11:21PM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2BsBaEe
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.
Reddit: Octal Clock - Clock Faces in-depth
http://ift.tt/2BbJaZM
Submitted December 11, 2017 at 09:15AM by Purple_Pizzazz
via reddit http://ift.tt/2BRod2I
http://ift.tt/2BbJaZM
Submitted December 11, 2017 at 09:15AM by Purple_Pizzazz
via reddit http://ift.tt/2BRod2I
Flutter Institute
Octal Clock - Clock Faces in-depth
As promised in Part 2, here's is a more in-depth discussion of how the digital and analog clock faces were created for our Octal Clock app. If this is your first encounter with the Octal Clock, you can start at Part 1 for the full series. Download You'll…
Reddit: Flutter Institute - A new hub for Flutter articles and tutorials
http://ift.tt/2kkp3hs
Submitted December 11, 2017 at 06:12PM by Darkglow666
via reddit http://ift.tt/2BbvXjz
http://ift.tt/2kkp3hs
Submitted December 11, 2017 at 06:12PM by Darkglow666
via reddit http://ift.tt/2BbvXjz
Flutter Institute
Tutorials and ramblings about flutter.io
GGroup: android Device UUID
http://ift.tt/2vFDUbo should have device UUID Secure.getString(context.getContentResolver(), Secure.ANDROID_ID); Can some help out here?
Submitted December 11, 2017 at 09:58PM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2ANfAXY
http://ift.tt/2vFDUbo should have device UUID Secure.getString(context.getContentResolver(), Secure.ANDROID_ID); Can some help out here?
Submitted December 11, 2017 at 09:58PM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2ANfAXY
pub.dartlang.org
device_info 0.0.5 | Dart Package
device_info - Provides detailed information about the device the Flutter app is running on.
GGroup: Please take our 1-2min User Survey! We appreciate your feedback.
*tldr: please help us plan the Flutter roadmap by taking our short Developer Survey < http://ift.tt/2BUG60X>* If you have used, or currently use, Flutter, please take a short moment to tell us what you
Submitted December 11, 2017 at 11:11PM by Martin Aguinis
via Flutter Dev http://ift.tt/2ALbuiO
*tldr: please help us plan the Flutter roadmap by taking our short Developer Survey < http://ift.tt/2BUG60X>* If you have used, or currently use, Flutter, please take a short moment to tell us what you
Submitted December 11, 2017 at 11:11PM by Martin Aguinis
via Flutter Dev http://ift.tt/2ALbuiO
Google Docs
Flutter User Survey - December 2017
Please help the Flutter team improve the product and your experience by answering these questions. We know you are busy, we greatly appreciate your time and help! On behalf of the Flutter team, thank you!
Learn more about Flutter at https://flutter.io.
Learn more about Flutter at https://flutter.io.
GGroup: basic authentication
i would like to perform a basic authentication with a simple token; how to perform this in flutter? which is the best way? var response = await httpClient.post(url, body: {'name': 'doodle', 'color': 'blue'}); is it sufficient to ad an authentication header, for example in this way ? var
Submitted December 11, 2017 at 11:36PM by Davide Maccagno
via Flutter Dev http://ift.tt/2ygCsvT
i would like to perform a basic authentication with a simple token; how to perform this in flutter? which is the best way? var response = await httpClient.post(url, body: {'name': 'doodle', 'color': 'blue'}); is it sufficient to ad an authentication header, for example in this way ? var
Submitted December 11, 2017 at 11:36PM by Davide Maccagno
via Flutter Dev http://ift.tt/2ygCsvT
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.
Reddit: Please share your thoughts on this 1min Flutter User Survey to inform our 2018 roadmap. Thank you!
http://ift.tt/2BUG60X
Submitted December 11, 2017 at 11:19PM by martin_flutter
via reddit http://ift.tt/2jNxMt2
http://ift.tt/2BUG60X
Submitted December 11, 2017 at 11:19PM by martin_flutter
via reddit http://ift.tt/2jNxMt2
Google Docs
Flutter User Survey - December 2017
Please help the Flutter team improve the product and your experience by answering these questions. We know you are busy, we greatly appreciate your time and help! On behalf of the Flutter team, thank you!
Learn more about Flutter at https://flutter.io.
Learn more about Flutter at https://flutter.io.