Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Flutter Android 64-bit: So What the Fuss
http://bit.ly/2Z6J128

June 04, 2019 at 03:16AM by truongsinhtn
http://bit.ly/2F2ui0D
New post on /r/flutterdev subreddit:

Flutter Custom Loading indicator CheatSheat using SpinKit
http://bit.ly/2XscIKs

June 04, 2019 at 05:04AM by Filledstacks
http://bit.ly/2Wct74b
New post on Flutter Dev Google group:

google 64bit policy
i had uploaded some flutter apps to play store. recently i a receive mail from the google play for upgrading my apps to 64 bit .. so any one know how to build 64bit apps in flutter .. thanks in advance ..

June 04, 2019 at 10:44AM by Ravindrabhai Vala
http://bit.ly/2WJmXNh
New post on Flutter Dev Google group:

type '(String) => dynamic' is not a subtype of type '(String) => String'
Getting error in my code When i pass toString() error comes as LinkedHashmap error when i define toString() error comes as type '(String) => dynamic' is not a subtype of type '(String) => String' Future _getData(String url) async{ var data = await http.get(url); // var jsonData =

June 04, 2019 at 12:40PM by mahantappa b k
http://bit.ly/2Moh3NE
New post on Flutter Dev Google group:

Analytics
Where is everyone putting your analytics? What kind of info are you capturing? thanks

June 04, 2019 at 03:50PM by Don Cameron
http://bit.ly/317mxzM
New post on /r/flutterdev subreddit:

Native Swift on iOS App port to Android - is flutter a good way to do this?
I have a swift app I want to port to android. It's has a lot of list style views ith api calls with some integration into HealthKit. Would using flutter be a good option to create an initial port over to Android? Are there plugins that will take a swift project and port over to flutter?Or am I better off creating the Android app in java and Android Studio and maintaining 2 code bases?Maintaining 1 code base for both is very ideal so I'm very intrigued by flutter.

June 04, 2019 at 05:57PM by lawc
http://bit.ly/2XwzAss
New tweet from FlutterDev:

Today on the #BoringShow, @redbrogdon hosts @hillelcoren and learns how Mudeo shows multiplexed video in Flutter! Then, @imafiguresk8r surprises us with the IntrinsicWidth widget.

Watch more episodes of the Boring Show → https://t.co/VCryef5ogJ pic.twitter.com/cO6HEAsrLU— Flutter (@FlutterDev) June 4, 2019

June 04, 2019 at 08:03PM
http://twitter.com/FlutterDev/status/1135970233452097536
New post on /r/flutterdev subreddit:

New blog post on a nice paging transition from Dribble.
Evening. It's been a while since I tried one of these. I saw a great F1 drivers animation on Dribbble and wanted to try it in Flutter:​Dribbble: https://dribbble.com/shots/6518553-Formula-1-Drivers-BrowsingYouTube (Final Flutter app): https://www.youtube.com/watch?v=FiJQdFeo8kk&feature=youtu.beBlog post: https://medium.com/@tonyowen/flutter-formula-one-paging-animation-b65dfc5fc6baCode: https://github.com/tunitowen/f1_animation​Hope you like it :)

June 04, 2019 at 07:41PM by tunitowen
http://bit.ly/2JUNDEV
New post on /r/flutterdev subreddit:

Voice & Video Calling in Flutter | Agora.io | Adding real-time video calling to your application
http://bit.ly/2MuGA7V

June 04, 2019 at 07:17PM by profvtalks
http://bit.ly/2JUNFwx
New post on /r/flutterdev subreddit:

Flutter/Dart VSCode major performance issues in Windows 10
I've been developing flutter applications on windows/vscode platform using android emulators for some time and I am wondering if anyone else has experienced the same mind-numbingly slow intellisense performance issues I have been facing. Its the same thing everytime, it starts off working just fine, then after a random period of time (30m ~ 2hrs), my intellisense stops offering suggestions and falls drastically behind in keeping up with syntax errors. I am guessing its a memory leak related related to the extensions, the thing is I have disabled all extensions not related to flutter development and its the same thing. I have the same experience on both my laptop and PC so I don't feel like it is a local performance issue. Its hard to tell if this is a native vscode thing (unlikely) or a flutter extension thing.Does anyone else have these issues? I love flutter as much as the next guy, but having to relaunch the program/emulators multiple times a day really kills my concentration and creates unnecessary frustration.

June 04, 2019 at 09:50PM by Hawkins_lol
http://bit.ly/2HVehLG
New post on Flutter Dev Google group:

Routes transition for NamedRoute
Hello To all, I have a question... I create my custom route transition. and if i do : Navigator.push( context, new btmToTopRoute(builder: (context) => new Login()), ); Everything works... But how i can do it for a NamedRoutes routes: { "/onBoarding": (BuildContext

June 04, 2019 at 10:49PM by Pascal Fournier
http://bit.ly/2WL5Fzt