Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Why we chose Flutter and how it’s changed our company for the better.
http://ift.tt/2G9g5NY

Submitted January 23, 2018 at 08:32AM by Purple_Pizzazz
via reddit http://ift.tt/2ruoLvp
GGroup: Whats the use of "extra" StatelessWidget in app template?
The generated app template uses a StatelessWidget like so: void main() { runApp(new MyApp()); } class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return new MaterialApp( home: new MyAppHomePage() ); } } class MyAppHomePage extends

Submitted January 23, 2018 at 09:02PM by Jaxon Du
via Flutter Dev http://ift.tt/2rDhBVN
GGroup: Incompatible AdMob plugin change coming
I'm about to land Andrew Brogdon's contribution to the AdMob plugin: Adds rewarded video support to firebase_admob #341 As you can see, this PR adds support for "rewarded video ads" to the existing support for banner and interstitial ads. There

Submitted January 23, 2018 at 11:52PM by hansmuller
via Flutter Dev http://ift.tt/2E3FLv4
Reddit: Playlist with talks from DartConf 2018
https://www.youtube.com/playlist?list=PLOU2XLYxmsIIJr3vjxggY7yGcGO7i9BK5

Submitted January 24, 2018 at 08:36PM by KingBaal
via reddit http://ift.tt/2E4Mp3Z
GGroup: Animate absolute Positioned Containers inside a Stack
Hello, I'm trying to animate a absolute positioned container at the end of a gesture drag. My absolute positioned containers inside a stack: child: new Container( child: new Stack( children: items .map( (item) => new Positioned( child: new Container(

Submitted January 24, 2018 at 11:40PM by Taco Perquin
via Flutter Dev http://ift.tt/2E7Aqmn
Reddit: IntelliJ Idea or Android Studio? Which is better and why?
No text found

Submitted January 25, 2018 at 05:28PM by johnwayne2413
via reddit http://ift.tt/2naJShr
GGroup: Incompatible change in InputDecorator
Pull requests #13734 and #14177 included incompatible changes that had to do with explicitly hiding the InputDecorator's border. Before #13734 the border was hidden if *hideDivider: true *was

Submitted January 25, 2018 at 10:17PM by hansmuller
via Flutter Dev http://ift.tt/2BtuGAt
GGroup: Transition absolute Positioned Containers inside a Stack
Hello, I have a question about Flutter and animation. I have a list of absolute Positioned Containers inside a Stack: child: new Container( // grey box child: new Stack( children: items .map( (item) => new Positioned( // red box

Submitted January 25, 2018 at 10:25PM by Taco Perquin
via Flutter Dev http://ift.tt/2nb3LoR
GGroup: Firebase/Flutter/Android
Hey, I'm building an app in Android Studio using Firebase and while setting up authentication and saving data is simple, retrieving and displaying the data in the UI seems to present several challenges. While Firebase appears to have about 3 different approaches for implementing data into

Submitted January 25, 2018 at 10:25PM by Paul Trichon
via Flutter Dev http://ift.tt/2BsTubS
Reddit: Rental Ninja - a rental app with allegedly 70% code sharing between the web and Flutter mobile clients (Android & iOS)
http://ift.tt/2FgRyW6

Submitted January 26, 2018 at 12:09AM by roughike
via reddit http://ift.tt/2DJTGJ5
Reddit: 3 new Flutter plugins: lamp (flashlight), screen (brightness, keep awake) & vibrate
screen: Plugin to manage the device's screen.vibrate: Plugin to vibrate the device.lamp: Plugin to access the device's lamp/torch.

Submitted January 26, 2018 at 12:51AM by KingBaal
via reddit http://ift.tt/2ndjYtD
GGroup: Is it feasible to keep the hot reload feature in release mode?
My company is adopting the React Native and our App's DAU (Daily Active Users) is over 150 million. However we want to find an ideal substitution because of its BSD+Patents license risk. We did some research on Flutter. It is a candidate solution, but it seems lack of an important feature

Submitted January 26, 2018 at 07:14AM by Robin Kam
via Flutter Dev http://ift.tt/2BsO5Se