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

How is the best way to prototype screens with Flutter?
I'm starting to learn Flutter and while I do like the overall design of the framework there is one thing that makes me miss pure Android development: a visual editor and XML layout descriptors.With Flutter I'm having issues prototyping screens because each new screen needs to be temporarily made as the home screen of the MaterialApp if I want to see what I'm doing on an emulator. Some are easy enough but others require some setting up because they are intended to be further on the navigation tree and require quite a lot of parameters to be mocked.Is there a better process I'm missing? Ideally I would like to have a good plugin that renders a preview of the screen I'm creating, either on the IDE itself or on the emulator, but without the need to set the screen as the app's home (something like Right Click => Preview this widget).

April 01, 2019 at 11:03PM by dancovich
https://ift.tt/2FLnKme
New post on /r/flutterdev subreddit:

The Tricky Task of Keeping Flutter Running on Android
https://ift.tt/2I5RhtZ

April 02, 2019 at 12:21AM by Elixane
https://ift.tt/2VcB3mi
New post on /r/flutterdev subreddit:

Native ads support
Does anyone know of a way to bring native ads into flutter apps. Flutter's own AdMob plugin is very limited in what it can do. I'm surprised that this feature wasn't added in 1.0 release.

April 02, 2019 at 02:32AM by MomentsOfWonder
https://ift.tt/2TJEqQc
New post on Flutter Dev Google group:

Don't understand what widgets or settings give me necessary constraints
I read Renderflex children have non-zero flex… < https://medium.com/flutter-community/flutter-deep-dive-part-1-renderflex-children-have-non-zero-flex-e25ffcf7c272>, which seemed to do a pretty good job of explaining the layout requirements in Flutter. What it doesn't do is complete the theory

April 02, 2019 at 04:21AM by Guyren Howe
https://ift.tt/2OBUqmg
New post on Flutter Dev Google group:

I have some problem facing when i debug my app
Compiler message: file:///C:/flutter/packages/flutter/lib/src/foundation/diagnostics.dart:996:66: Error: Getter not found: 'extChildStyle'. final String childPrefixOtherLines ='$prefixChildren${~extChildStyle.linkCharacter}${childConfig.prefixOtherLines}';

April 02, 2019 at 05:33AM by Junior Chimsay
https://ift.tt/2COqxuq
New post on Flutter Dev Google group:

Fast respone to user
there should be fast respone to user new way to connected with flutter

April 02, 2019 at 05:47AM by Junior Chimsay
https://ift.tt/2Vae8YN
New post on Flutter Dev Google group:

Flutter Image ByteData rendering
Dear Friend, I'm looking for a solution. What is the easiest/best way to handle storing and rendering an image from a RESTFul API? This is capability is similar to a gallery application. Upload images from the camera roll and store. Then retrieve the images from the REST API and display.

April 02, 2019 at 07:51AM by Will Williams
https://ift.tt/2FVefkT
New post on Flutter Dev Google group:

Slow performance with charts_flutter when using a "lot" of points on the graphs
My mobile team (working mostly in Xamarin) is doing a POC to port one of our app from Xamarin to Flutter. If we managed with the POC I can push the framework forward and ditch Xamarin. Anyhow, everything went ok till we got to working on graphs. in the screenshot, there is a sample of our

April 02, 2019 at 09:26AM by GoRide
https://ift.tt/2OHltfY
New post on /r/flutterdev subreddit:

Flutter & Raspberry Pi
I'm thinking of buying a Raspberry Pi so I can install VSCode, Android & Flutter SDKs on it and develop on it for Android.I'll be using a physical Android device so the emulation shouldn't its toll on the pi. Since the pi is ARM based processor I am not sure if that's possible...I came across this article:https://medium.com/flutter-io/flutter-on-raspberry-pi-mostly-from-scratch-2824c5e7dcb1However it seems that it's talking about developing FOR the pi, rather than on it for Android.(I'm a complete noob so I barely understood the article)Any help would be greatly appreciated. Thanks!

April 02, 2019 at 09:20AM by IHaveTinnitusWHAT
https://ift.tt/2YI50wL
New post on /r/flutterdev subreddit:

Bottom Navigation Badge - Add notification badges to bottom navigation items.
https://ift.tt/2CMNnCQ

April 02, 2019 at 11:02AM by westdabestdb
https://ift.tt/2V8kqIE
New post on Flutter Dev Google group:

Looking for a seasoned Flutter Dev based out of Atlanta.
Hey folks, I am looking for an Atlanta based Flutter dev. If you are one of em and are open to working on an exciting project, please hit me up. Cheers, J

April 02, 2019 at 12:18PM by John Varghese
https://ift.tt/2I7ObFx
New post on Flutter Dev Google group:

What will happen if the device back button is removed and will it happen?
[image: swipe.png] What will happen to this sort of swipe to delete one item in the app if Google switches the navigation system to gesture navigation? Which swipe will override the other? How will we manage that in Flutter? meaning here that the device back arrow button may be removed in

April 02, 2019 at 05:07PM by Bened
https://ift.tt/2U9mnbg
New post on Flutter Dev Google group:

How can don't merge plugin manifest in flutter app
I use a flutter plugin in my app but I don't need all android permission, I put that permission I used in /android/app/src/main/AndroidManifest.xml, but when create release I find all permissions in apk. How can remove the permission I don't use in plugin in my app? Example: I add sms plugin but

April 02, 2019 at 05:25PM by Mohammad Bazrafkan
https://ift.tt/2FQEXeq