Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Passing JSON to FutureBuilder returns null at first - Flutter
I created an async function to fetch the timeline of public tweets using Twitter API: * Future
New post on Flutter Dev Google group:

Flutter Splash Screen Creation Error
when I'm trying to edit splash screen there are error in android:gravity="center" ,error is "Attribute android:gravity is not allowed here" ,how can i fix this?

June 27, 2021 at 09:01AM by Raveen Malitha
https://ift.tt/35R9K8e
New post on /r/flutterdev subreddit:

Style: Is it preferable to span functions across multiple lines or just use a single line if it fits?
Hey, newbie to Flutter. Quick style question. Should functions always span multiple lines even if they fit on one line:​
void main() { runApp( MaterialApp( title: 'Demo App', home: Scaffold( appBar: AppBar( title: Text( 'Nav Title' ), ), body: Center( child: EasyLayout( text: 'what is going on' ) ), ), ), ); } 
Or is it preferable to keep a function on one line if it fits? :
void main() { runApp( MaterialApp( title: 'Demo App', home: Scaffold( appBar: AppBar(title: Text('Nav Title')), body: Center(child: EasyLayout(text: 'what is going on')), ), ), ); } 
Thanks!

June 27, 2021 at 11:02AM by kex_ari
https://ift.tt/3jjxv0o
New post on /r/flutterdev subreddit:

FlutterForce — Week 127
https://ift.tt/2TbFstV

June 27, 2021 at 11:19AM by flutterist
https://ift.tt/3xRK9I6
New post on Flutter Dev Google group:

Persistence online and offline
Hello everyone, I am trying to create online and offline, after app life cycle with widgetobserver, I no notice is not working well exceptially if the user off the data or wifi... it will not update the collections

June 27, 2021 at 01:42PM by Gbenga Ayannuga
https://ift.tt/3h81Z2Z
New post on /r/flutterdev subreddit:

How to get the most out of "The Boring Flutter Development Show"
Currently, I'm learning Flutter, and I'm almost finished with the basics.I found out about " The Boring Flutter Development Show " and I was thinking about how I can benefit from it to improve my skills in Flutter.
So that I came here to ask you how to get the most out of this show?I thought about coding along with them but I'm not sure yet if that will help meso what do you think?

June 27, 2021 at 02:49PM by Asuri99
https://ift.tt/3xWimGp
New post on /r/flutterdev subreddit:

Flutter developers
Hi Flutter devs!I am looking to get an advice/recommendation to find a flutter developement company. Which one of them would you recommend, which are the best firms?Many thanks!

June 27, 2021 at 05:02PM by Antoine326
https://ift.tt/3vUyjvD
New post on /r/flutterdev subreddit:

Fetching Data from the Web | Working With Data Using Flutter | Tutorial # 2
https://youtu.be/LT4HSE_SiNQ

June 27, 2021 at 06:39PM by ITMastering
https://ift.tt/2Sur5Rc
New post on /r/flutterdev subreddit:

You might found this useful in your next flutter web project
https://ift.tt/3iBqrZ4

June 27, 2021 at 08:46PM by Big-Boysenberry7717
https://ift.tt/3x4ChTQ
New post on /r/flutterdev subreddit:

How can I report a typo in the documentation on flutter.dev?
I was visiting the Flutter documentation and I noticed a typo on one of the pages, how can I report the typo? who do I contact? Maybe via Github?(Sorry if this is obvious, I'm new to Flutter).

June 28, 2021 at 12:31AM by Mynameismg
https://ift.tt/3djq2Lb
New post on /r/flutterdev subreddit:

App feedback dart package released on pub.dev
Hello folks, Check out my new dart package app_feedback created to get user feedback about app.Package 👉 https://pub.dev/packages/app_feedbackRepository 👉https://github.com/TheAlphamerc/app_feedback

June 28, 2021 at 04:44AM by thealphamerc
https://ift.tt/3jgN35e