Flutter Heroes
25.5K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: FirebaseAnimatedList in TabBarView : setState called after dispose
Hi All, I inserted a body: new TabBarView( controller: _tabController, children: [ _buildRecordTab(), _buildMemoList(), new Center( child: new Text("Settings"), // TODO : build settings screen ), ]), with Widget _buildMemoList(){ return new Column(

Submitted October 16, 2017 at 11:56PM by sbes...@gmail.com
via Flutter Dev http://ift.tt/2yqnsgx
Reddit: Can a Flutter app work with a micro controller via bluetooth?
If I used Arduino for example...can it talk to a Flutter app?

Submitted October 17, 2017 at 12:35AM by InsertCoinPushStart
via reddit http://ift.tt/2yqEZFH
Reddit: flutter_web_browser: plugin to open web page with Chrome Custom Tabs and SFSafariViewController, by Victor Bonnet
http://ift.tt/2xKSJxC

Submitted October 17, 2017 at 12:32AM by KingBaal
via reddit http://ift.tt/2x14POY
Reddit: code.talks 2017 - What's Awesome about Flutter (Wm Leler)
https://www.youtube.com/watch?v=d7QwvGKaHfs

Submitted October 18, 2017 at 01:00AM by Purple_Pizzazz
via reddit http://ift.tt/2kWECiT
GGroup: Upcoming changes to Semantics
Hello, in http://ift.tt/2ij8CEF I am making changes to how semantic information are collected in Flutter. The semantic information are used by accessibility affordances (e.g. TalkBack or VoiceOver). This change will break you if you have customized the semantic

Submitted October 19, 2017 at 01:07AM by Michael Goderbauer
via Flutter Dev http://ift.tt/2gPMxKe
GGroup: NOTO PEDOFILO PAOLO CARDENÀ: OPINIONI TUTTE ORRIBILI SU DI LUI (TRATTASI DEL MEGATRUFFATORE RESIDENT
NOTO PEDOFILO PAOLO CARDENÀ: OPINIONI TUTTE ORRIBILI SU DI LUI (TRATTASI DEL MEGATRUFFATORE RESIDENTE A FALERONE, IN VIA POZZO 105)! LAVA € MAFIOSI DI UNA DELLE FAMIGLIE PIU' ASSASSINE DI COSA NOSTRA: I CRISAFULLI DI MILANO! PER ORDINE E CONTO DEL.... BANCHIERE DELINQUENTISSIMO, ANCHE LUI, NOTO

Submitted October 19, 2017 at 09:13AM by INCULAIBAMBINI PAOLO BARRAI ORGANIZZAEORDINAOMICIDI
via Flutter Dev http://ift.tt/2kZwT3L
Reddit: Flutter plugin for in-app payments
http://ift.tt/2yUHOlt

Submitted October 19, 2017 at 05:37PM by KingBaal
via reddit http://ift.tt/2hQ6ZL3
Reddit: Inheriting Widgets
http://ift.tt/2inAUxX

Submitted October 20, 2017 at 09:39AM by Purple_Pizzazz
via reddit http://ift.tt/2gT740C
Reddit: Here is an example using a formatter, sentence case formatting, for a TextField.
http://ift.tt/2yIB35m

Submitted October 21, 2017 at 08:45PM by branflake2267
via reddit http://ift.tt/2yERFJb
Reddit: Flutter buddy
Hello Reddit, So I just recently began using flutter, and I am loving it so far! The documentation is amazing and the community around it is very nice. In my quest to further expand my knowledge, I was wondering if there would be anyone interested to be a study/code buddy with me to help me on that journey. As a team, you can achieve a lot more quicker than you would on your own---Ajax

Submitted October 21, 2017 at 10:42PM by Ajaxml
via reddit http://ift.tt/2iqCpv8
Reddit: Calendar plugin
http://ift.tt/2xXEdhh

Submitted October 22, 2017 at 05:45PM by theo_035
via reddit http://ift.tt/2gtoRLf
Reddit: What's the oldest Android API level flutter supports?
Assuming the API supports the feature you are developing for (Geo Location, for example).Thanks.

Submitted October 22, 2017 at 01:05PM by aRegularFarmChicken
via reddit http://ift.tt/2zGLOTu
GGroup: Buggy Intent-Plugin
Dear Flutter-Team I have a problem with the Intent-Plugin I want to set an repeating Alarm for each day of the Week, but the Plugin can’t handle the required List of Days. My Code looks like this: _openReminder() async { AndroidIntent intent = new AndroidIntent( action: 'android.i

Submitted October 23, 2017 at 05:35PM by Daniel Kusch
via Flutter Dev http://ift.tt/2zxSGln
GGroup: TabBarView scroll percentage
Hi, I want to animate widgets in/out of the screen depends on how much the *TabBarView *has been scrolled (0-1 [where 1 is pageView switched]). after debugged I've found this value is calculated. In the *TabController *offset setter the page swipe animation value is set: set offset(double

Submitted October 23, 2017 at 10:02PM by Idan Aizik-Nissim
via Flutter Dev http://ift.tt/2y15mQv
GGroup: Re: TabBarView scroll percentage
You can add a listener to the TabController's animation (TabController.animation.addListener()) or just use the Animation to drive a transition or an AnimatedBuilder or whatever. On Mon, Oct 23, 2017 at 1:02 PM, Idan Aizik-Nissim < idan.aiz...@gmail.com> wrote: > Hi, > > I want to animate

Submitted October 23, 2017 at 10:40PM by hansmuller
via Flutter Dev http://ift.tt/2y12W4t