Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

Gradle project does not define a task for the requested build
The Gradle project does not define a task suitable for the requested build.
The android/app/build.gradle file defines product flavors: development, production
You must specify a --flavor option to select one of them.
Finished with error: Gradle build aborted.i'm stuck here and no topic helped me at all
thanks

June 04, 2019 at 11:16PM by EpicManolin
http://bit.ly/2QKjCbh
New post on Flutter Dev Google group:

Set up Device en Intellij
Hi, How set up device en Intellij for Flutter Project? Thanks!

June 05, 2019 at 01:06AM by Jean Paul Gotopo Maldonado
http://bit.ly/2XujuQ2
New post on /r/flutterdev subreddit:

Logger: Small, easy to use and extensible logger which prints beautiful logs
http://bit.ly/2MsBx87

June 05, 2019 at 12:54AM by leisim
http://bit.ly/2QNiFiD
New post on /r/flutterdev subreddit:

Using provider package StreamProvider with declarative UI
Hi guys, I've been trying to wrap my head around data flow and state management in flutter particularly using the provider package. I tried querying from firestore using Futures but turns out that doesn't fully utilise the capabilities of firestore. So I switched to using Streams instead, and using StreamProvider to get the data. Problem is I can't figure out at what point/how to tell the UI to rebuild.. sometimes the stream shows data, sometimes it doesn't and I can't really tell what's going on during those times. Say I wanted to show a circular progress bar when the view is busy, how do I achieve that when using StreamProvider. Does it even make sense to do that?

June 05, 2019 at 02:05AM by mcalila
http://bit.ly/2WaUdc9
New post on /r/flutterdev subreddit:

Is it okay to store application state inside a BLoC?
Can I put app state (like a list of objects) inside of a BLoC as a variable, or should the data be stored somewhere else?

June 05, 2019 at 02:04AM by AmateurLlama
http://bit.ly/2WlvRBk