Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
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
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
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
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
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
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
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
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
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
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
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
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
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
GGroup: ServerValue timestamp
Hello, I'm trying to set the server time on my setData() for the cloud_firestore plugin. Could someone tell me what I'm doing wrong? Firestore.instance .collection('posts/' + widget.id + '/comments') .document() .setData({ 'author':

Submitted December 12, 2017 at 02:47AM by David Carr
via Flutter Dev http://ift.tt/2iRaEsC
GGroup: Project template Gradle update: Gradle 4.1 + Android Studio plugin 3.0.1
I intend to land #13492 which aligns the Gradle build scripts of Flutter project templates to those produced by Android Studio 3.0.1. Before this change, newly created Flutter projects use Gradle 3.3 and version 2.3.3 of the Android Studio Gradle

Submitted December 12, 2017 at 10:43AM by mr...@google.com
via Flutter Dev http://ift.tt/2l06gMj
GGroup: Breaking Change to SemanticsConfiguration
Hello, In http://ift.tt/2C7jxXJ I am replacing the method SemanticsConfiguration.addAction(action, handler) [1] with action-specific getters/setters (e.g. SemanticsConfiguration.onTap, SemanticsConfiguration.onLongPress, etc). This allows us to use action-specific

Submitted December 12, 2017 at 07:02PM by Michael Goderbauer
via Flutter Dev http://ift.tt/2jCurjz
Reddit: Can Flutter do Android Wear? lets see…
http://ift.tt/2BaDNcO

Submitted December 12, 2017 at 09:44PM by LetoAtreidesI
via reddit http://ift.tt/2jxYtVL