Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New tweet from FlutterDev:

Learn how to test your Flutter app! 🔎📲

In this episode of the #BoringShow @filiphracek and Anthony dive into the different types of automated testing including unit, widget, and integration.

Watch here ↓ https://t.co/tbhrzhNwP2 pic.twitter.com/mZCV5rDx3K— Flutter (@FlutterDev) May 3, 2019

May 03, 2019 at 05:04PM
http://twitter.com/FlutterDev/status/1124328887385767937
New post on /r/flutterdev subreddit:

Could not find firebase-analytics.jar (com.google.firebase:firebase-analytics:16.0.4).
hi.im trying to build my project with firebase analytics but i always receive this message:​Could not find firebase-analytics.jar (com.google.firebase:firebase-analytics:16.0.4).​​what is the reall problem???

May 03, 2019 at 05:13PM by virrtouso
http://bit.ly/2XYjNlM
New tweet from FlutterDev:

Asynchronous behavior can pose difficulties when testing your widgets. Read @anthonybullard's "Understanding Async in Flutter Widget Tests" to learn about all the subtleties and become more confident writing your tests.

Read the article here ↓ https://t.co/0vZDQCgQbL— Flutter (@FlutterDev) May 3, 2019

May 03, 2019 at 07:30PM
http://twitter.com/FlutterDev/status/1124365503122812929
New post on /r/flutterdev subreddit:

Star Wars text crawl written in Dart and Flutter. The Force is strong with this one :)
http://bit.ly/2vD4hjc

May 03, 2019 at 09:18PM by EngineerScientist
http://bit.ly/2PJeNi5
New post on /r/flutterdev subreddit:

I gave up on Flutter due to the nested hell
Did it have to be designed that way where all your code looks like nested hell?

May 04, 2019 at 07:18AM by purplegreencab
http://bit.ly/2Wu6pWt
New post on /r/flutterdev subreddit:

f_logs | Advanced Logging Framework- provides quick & simple logging solution. All logs are saved to the DB which can then be exported as a zip file.
http://bit.ly/2VIiSsd

May 04, 2019 at 09:53AM by Elixane
http://bit.ly/2UZvl6o
New post on Flutter Dev Google group:

Please help needed am confused with the error am seeing Flutter project can't build or run
Launching lib\main.dart on Android SDK built for x86 in debug mode... Initializing gradle... Resolving dependencies... Running Gradle task 'assembleDebug'... FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:transformClassesWithMultidexlistForDebug'.

May 04, 2019 at 02:42PM by Emmanuel Agu Iroegbulam
http://bit.ly/2J4M7zN
New post on /r/flutterdev subreddit:

Flutter, Notifications bubble up and values go down
Learn how to send notifications and values all along the UI widget tree in Flutter, with the following article:https://medium.com/@develodroid/flutter-notifications-bubble-up-and-values-go-down-c1a499d22d5f

May 04, 2019 at 03:39PM by develodroid
http://bit.ly/2VO8qzk
New post on Flutter Dev Google group:

Add the colour of structure link to make it more visualised
[image: Screenshot 2019-05-04 at 11.47.57 PM.png] I like the design of the link between structure, it can be improved by designing for different color to make the developer can identify the structure easily by looking at different color of the link. Hope you guys can understand what I mean.

May 04, 2019 at 05:51PM by OK
http://bit.ly/2H1JBGH
New post on /r/flutterdev subreddit:

Animations while switching tabs in BottomNavigationBar
Hey Flutter devs!​I was wondering if it would be possible to add animations or transitions while switching tabs, using a BottomNavigationBar widget.​Thanks!

May 04, 2019 at 05:27PM by jesusrp98
http://bit.ly/2H0BdHP
New post on /r/flutterdev subreddit:

flutter app lifecycle
I want to delete the content of shared preferences whenever the app is killed, but I can't find something equivilant to onDestroy() method found in native android, the only thing i found was the dispose() method, if i used it on the root route would it work as onDestroy or not ? if not is there any alternative approach ?*another question: how does route tree work in flutter ? is it just like in android where there would be a stack of activities on top of each other with the first one being the root ?

May 04, 2019 at 08:33PM by byshy
http://bit.ly/2PJ4AST