Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Changing a card's leading play/pause icon on card tap.
So I have a ListViewBuilder with Cards having a Listtile. Each card has a play/pause leading icon. What I want to do is to toggle the specific card's icon that was tapped and not all the cards in the ListViewBuilder. Here is a thread I found on stackoverflow that addresses that problem which

October 29, 2020 at 11:29PM by Firas Koussa
https://ift.tt/3kFp6CB
New post on /r/flutterdev subreddit:

How do I get complicated animation? like...
like this... https://dribbble.com/shots/3267120-Voice-Record do I use multiple AnimationController? I couldnt find any article for complicated animation. they just deal with simple and short animation.

October 30, 2020 at 02:36AM by devshin
https://ift.tt/3kHdAGK
New post on /r/flutterdev subreddit:

FlutterDev Rules #2 Needs a Fix
I think it should sayHelp requests go in r/flutterhelpbut it saysHelp requests go in r/FlutterDevbut they don't.

October 30, 2020 at 04:49AM by ooglek2
https://ift.tt/31Wjix5
New post on /r/flutterdev subreddit:

RAWG wrapper for Flutter
Hey folks! I am working on a Dart package for RAWG API. It is still under development and any collaboration will be appreciated. 👌https://github.com/quetool/rawg_sdk_dart

October 30, 2020 at 04:19AM by quetool
https://ift.tt/3kHLcEv
New post on Flutter Dev Google group:

plugin error
Plugin Error: Plugin "Json2Dart" is incompatible (supported only in IntelliJ IDEA). Does anyone have this issue?

October 30, 2020 at 07:06AM by sona
https://ift.tt/2GbEuHH
New post on Flutter Dev Google group:

Get General notification when app kill from foreground in iOS device.
How we can get general notification alert (not push notification) when user kill the app in foreground. In native we achieve it through background services but in flutter background services not supported iOS. So what we can use instead of it?

October 30, 2020 at 09:23AM by john786
https://ift.tt/31Y67fb
New post on /r/flutterdev subreddit:

Should you hold static metadata in a Hive database?
I would like to get your views on how to handle static data.The app I am currently developing has a number of lookup tables (700+ items in each table) which I currently hard code within the Flutter app. Now the time has come to move these static data tables into JSON files and import them as required. So I have two options:1: Import the JSON files into separate classes, and then link these classes into the app pages as required.2: Import the JSON files into Hive, and then reference the Hive boxes.I am thinking of using Hive as it is easier to get access to the boxes, however, there is just a nagging doubt in my head that it is wrong to use Hive for data which does not change.

October 30, 2020 at 10:21AM by Alex54J
https://ift.tt/2GhH4w0
New post on Flutter Dev Google group:

https://pub.dev/flutter Site not loading
I need some doubt given site not loading in office wifi but another mobile internet connected means its loaded any issue with our side or ? need help quick.

October 30, 2020 at 11:38AM by Abbas J
https://ift.tt/37VIJmo
New post on /r/flutterdev subreddit:

iOS Stopwatch Replica
I replicated the analog iOS stopwatch using Flutter, it was fun and enjoyable :).Please check the source code here: https://github.com/imokhtar/ios_stopwatchPlease leave a star if you find it useful :)
https://www.linkedin.com/embed/feed/update/urn:li:ugcPost:6696674293830434819

October 30, 2020 at 12:12PM by devahmedmokhtar
https://ift.tt/3oFchua
New post on Flutter Dev Google group:

Plugin Error
Hello , I am newly in Flutter. I want to use webview in my flutter application. I refer Plugin - *https://ift.tt/2l90A2N
New post on Flutter Dev Google group:

How to Store 2 values in one list, pass it to another route, and display it in a Listview
Hi Flutter Community, I am working on the Results Page of a quiz app. Basically, during the quiz, I want to store both the "question" and "answer" strings in one list ("errors"), pass this list to the Results Page, and display this list using a ListView. I could manage to do this. However, as I

October 30, 2020 at 01:12PM by Andrew Villegas
https://ift.tt/35RxOHs
New post on Flutter Dev Google group:

(CORRECT POST) How to Store 2 values in one list, pass it to another route, and display it in a Listview
Hi Flutter Community, I am working on the Results Page of a quiz app. Basically, during the quiz, I want to store both the "question" and "answer" strings in one list ("errors"), pass this list to the Results Page, and display this list using a ListView. I could manage to do this. However, as I

October 30, 2020 at 01:25PM by Andrew Villegas
https://ift.tt/2JmxNDZ
New post on /r/flutterdev subreddit:

iOS Stopwatch App Replica
I replicated the analog iOS stopwatch using Flutter, it was fun and enjoyable :). https://www.youtube.com/embed/3revNMo3jj4 Please check the source code here: https://github.com/imokhtar/ios_stopwatch

October 30, 2020 at 01:18PM by devahmedmokhtar
https://ift.tt/31YfbAx