Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: How to fade in/out a widget from SliverAppBar while scrolling?
I want to 'fade in' and 'fade out' a widget from SliverAppBar when user scrolls on the screen. This is an example of what I want to do (look at the circle avatar fading effect when scrolling): [image: St0Nq.gif] Here is my code without 'fading': https://ift.tt/2Lb6FXT

Submitted July 16, 2018 at 12:09AM by Jorge Andrés Pérez Montás
via Flutter Dev https://ift.tt/2JpvjPA
GGroup: Bottomsheet across multiple routes
How Can I create a Bottomsheet that remains even though I navigate through you multiple screens. Kinda like a music player where the player is sitting on the bottomsheet persistent;y

Submitted July 16, 2018 at 12:17AM by Kevin Moore
via Flutter Dev https://ift.tt/2NU2nTp
Reddit: [WIP] FLUI - A UI File Format for Flutter
https://ift.tt/2JsvgCr

Submitted July 16, 2018 at 05:28AM by Abion47
via reddit https://ift.tt/2NTOPHo
GGroup: Layout two input fields horizontally
Hi all, I would like you have two (or more) input components to be placed horizontally with a padding of say 10. For example, first name and last name in same line. I tried using *Row*. But for some reason, nothing gets displayed and an exception is thrown. Mostly because it is not bonded. Can

Submitted July 16, 2018 at 07:29AM by D M
via Flutter Dev https://ift.tt/2JrKkAa
GGroup: Expansion tile Expand and collapse
I have 4 expansion tiles and each of them has there ListTile as children and I want only one open at a time If the user click on 1st tile its expand and when the user clicks on 2nd expansion tile the 1st one should close? any idea?

Submitted July 16, 2018 at 12:07PM by rishabh singh
via Flutter Dev https://ift.tt/2LiWvUW
GGroup: How to load and query local json data in Flutter Mobile App?
Here is my key:value paired local json. I need to load and later I need to use for query. So, how can I to load and query local json data in Flutter Mobile App? { "currency.01": "United State USD", "currency.17": "British Pound GBP", "currency.33": "Euro EUR", }

Submitted July 16, 2018 at 01:11PM by Niyazi Toros
via Flutter Dev https://ift.tt/2JreiVh
GGroup: VS Code plugins v2.16.0 - Create emulators, Dart test runner, Flutter update notifications
Hi all, v2.16.0 of the Dart / Flutter plugins are available. Changelog below (and online ). Create Emulators

Submitted July 16, 2018 at 03:44PM by Danny Tuppeny
via Flutter Dev https://ift.tt/2uonGnA
GGroup: It's All Widgets! A site to share your Flutter apps
Just wanted to share a new site we're working on to enable developers to share their amazing Flutter apps. https://ift.tt/2zJJwqN We plan to continue to add features over time and hopefully grow the site into a great resource for Flutter and Dart developers.

Submitted July 16, 2018 at 04:28PM by Hillel Coren
via Flutter Dev https://ift.tt/2LgSpN8
GGroup: Re: Is it possible change both the background color and lablestyle color when a filter chip is selected
Try something like this (Bold areas area changed): class ActorFilterEntry { const ActorFilterEntry(this.name, this.initials); final String name; final String initials; } class CastFilter extends StatefulWidget { @override State createState() => new CastFilterState(); } class

Submitted July 16, 2018 at 06:00PM by G Spencer
via Flutter Dev https://ift.tt/2NloTDu
The more complex an app becomes, the harder it is to keep track of your build's logic. Luckily, @mnravn has some tips for managing widgets in deeply nested trees.

Read his post here ↓ https://t.co/nQltzT6uch— Flutter (@flutterio) July 16, 2018

July 16, 2018 at 10:30PM
via Twitter https://twitter.com/flutterio
Reddit: State Management Using BLoC Pattern In Flutter
https://ift.tt/2uFqeNL

Submitted July 16, 2018 at 11:03PM by Purple_Pizzazz
via reddit https://ift.tt/2LbsAOt
Reddit: Great CodeLabs Flutter!
https://ift.tt/2IkEHrn

Submitted July 17, 2018 at 12:03AM by miltux
via reddit https://ift.tt/2zKy26w
Reddit: It's All Widgets! | An open list of apps built with Flutter
https://ift.tt/2NloHUN

Submitted July 16, 2018 at 11:51PM by Elixane
via reddit https://ift.tt/2uMhN3l
GGroup: Timer.periodic
I'm trying to develop a test app that requires a periodic timer to update values by reading them from a web service. To start, I'm just trying to get the Timer.periodic to work. I've got it coded and it compiles without errors but doesn't appear to be doing anything. For this test I'm just

Submitted July 17, 2018 at 03:08AM by K Wilde
via Flutter Dev https://ift.tt/2usFHBw
GGroup: How to use FutureBuilder to build ListTile using List data?
Hi, List> *_userAccounts**;* *Result:* _CurrentUserAccounts: [ [Current Account, 10.06, United States Dollar USD], [Demand Deposit, 55.22, British Pound GBP], [Current Account, 250, Euro EUR], [Deposit Account, 0, Euro EUR] ] *Format:* [AccountName, CurrentBalance,

Submitted July 17, 2018 at 09:01AM by Niyazi Toros
via Flutter Dev https://ift.tt/2JudjmY