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

Preferred state management architecture
I have been working with flutter for few weeks but got confused to choose architecture as standard., which one is the best and preferred state management ways?BlocProviderMobxRedux

June 10, 2019 at 04:22PM by sadmansamee
http://bit.ly/2wN8RvT
New post on /r/flutterdev subreddit:

Correct way to store favourites when using Firestore?
Hey everyone,​I'm hoping someone can point me in the right direction here. I'm building an app in which a user can store favourites that are linked to Firestore, ie:Collection: users/{user.uid}/favourites/{list of favourites}​Should these favourites also be stored locally as well as on Firestore to prevent querying the database every time a user opens a page that they have favourited? For example:User favourites a pageReference to that page stored on Firestore and locally (SQLFlite or such)When opening that page, the local database is read and page shows as favourited (thus being able to display "Favourited" icon immediately without first having to fetch that data from Firestore​Am I on the right track, or am I missing something obvious here?​Thanks in advance!!

June 10, 2019 at 04:12PM by guit4eva
http://bit.ly/2XJsvox
New post on /r/flutterdev subreddit:

Responsive Apps with Flutter
Hello,​I've been building an app with the Flutter SDK for about 3 weeks now and have perfected the UI for iPhone X. Now I'm thinking about adjusting the UI for all other devices and have come to notice that tutorials, docs, information, for learning how to build responsive apps that work on all devices without looking stupid is just not there, unless I'm garbage at google searching. I really hope this is the case because I've been trying to figure it out for about 24 hours now and have just learned about MediaQuery, LayoutBuilder, Flexible and Expanded. Knowing all that is great, but there are so many specific scenarios where the size of an Icon must change or a whole decoration of a Container Widget must change due to the smaller phone size of an old Android and I've got no idea how to account for this.​If anyone knows of any resources I can use, read, watch, ANYTHING, please let me know.​Thanks.

June 10, 2019 at 07:11PM by dappertiara
http://bit.ly/2R61RUi
New post on Flutter Dev Google group:

E' PEDOFILO ED ASSASSINO: PAOLO BARRAI! MA CHI' E' DAVVERO QUESTO PEDERASTA OMICIDA, NATO A MILANO I
E' PEDOFILO ED ASSASSINO: PAOLO BARRAI! MA CHI' E' DAVVERO QUESTO PEDERASTA OMICIDA, NATO A MILANO IL 28.6.65, CHIAMANTESI PAOLO BARRAI? PER INIZIARE: E' STATO IL REGISTA DELLA CRIMINALISSIMA OPERAZIONE "NDRANGHETA IN EIDOO"! http://bit.ly/2R3ba76

June 10, 2019 at 07:38PM by RICICLASOLDIMAFIOSI PAOLO BARRAI ORDINATANTIOMICIDI
http://bit.ly/2X6LWKU
New post on /r/flutterdev subreddit:

Bezier Chart: A beautiful bezier line chart widget for flutter that is highly interactive and configurable.
http://bit.ly/2QNz46v

June 10, 2019 at 07:46PM by EngineerScientist
http://bit.ly/2WsDocH
New post on /r/flutterdev subreddit:

FlutteFragment and MethodChannel
I have an existing app which I want to migrate over to flutter. I created a FlutterFragment and am now trying to figure out how I can call a native Android function in the main activity ( Java code )I saw a lot of samples which all utilize FlutterActuvity in one way or another however nothing on how a fragment could be used to communicate between Android native and flutter/dart code.Any pointers would be great.Thanks in advance

June 10, 2019 at 07:40PM by VarolOkan
http://bit.ly/2WCI1pt
New tweet from FlutterDev:

InheritedWidget! A way to share state between widgets without passing parameters everywhere.

Most state management systems actually use InheritedWidget behind the scenes to do their magic! 🤯

Click here for more #WidgetoftheWeek tips ↓ pic.twitter.com/Ret2n2zKtq— Flutter (@FlutterDev) June 10, 2019

June 10, 2019 at 08:11PM
http://twitter.com/FlutterDev/status/1138146597911445504
New post on Flutter Dev Google group:

Image slow to load.. for imagebackground
Hello to all ! I have an issue that i don't know how to solve it. I have a SplashScreen and then after, it redirects to the second page. The seconde page has Container with an image in background. But the problem is, when the second page appears, we see a white background for less than a second

June 10, 2019 at 08:27PM by Pascal Fournier
http://bit.ly/2MEFNBB
New post on /r/flutterdev subreddit:

Releasing a flutter web project
I've fnished building my web project,

June 10, 2019 at 09:41PM by Week0_
http://bit.ly/2I8znGz
New post on /r/flutterdev subreddit:

The use of Cloud Functions Vs FireStore + StreamBuilders for data in a flutter application.
Hi I am currently creating an app for a client that uses a lot of basic data such as venue, menu, reviews etc. All of this information is subject to change and there are many venues. Seen as this information does not need to be updated instantly with live data , is there any need for a steam builder? StreamBuilders seem to require ListViews and ListTiles which are clunky to deal with and often crash my galaxy which seems unreliable?​My question to the community is have you used cloud functions for data retrieval before in a flutter application? If you have would you recommend it in this instance? Will it cost more or less as the app scales?​I've used Azure Cloud functions with an angular app before and I found it to be a great solution to basic reads and writes.​It also makes more sense to me to add an extra data layer so the App is less reliant on the StreamBuilders .​This idea seems great in my head but I'm afraid I'm a little naive here as i am not long developing outside of school work.​Apologies if this breaks rule 3 but I don't know where to ask this question ! Thanks!

June 10, 2019 at 09:34PM by Aidandots1
http://bit.ly/2Iy69jc
New post on /r/flutterdev subreddit:

Dart Range package
http://bit.ly/2EZcaok

June 11, 2019 at 12:15AM by hdxdaniel
http://bit.ly/2wOWwak
New post on /r/flutterdev subreddit:

Flutter Development curiosity
I am into learning flutter development these days and as i understand from the search of jobs and freelancing work currently there is no job and work for flutter developer out there , what you guys think what will be the future of learning flutter ? is it secure ?

June 11, 2019 at 01:27AM by samairali123
http://bit.ly/2K9vGT6
New post on Flutter Dev Google group:

When updating the value of a variable, it must be done inside setState ??
Hi folks! I have a question about setState: When updating the value of a variable, it *must* be done inside setState ?? I did 2 examples updating outside of setState and then called it just to render the screen, and it ran perfectly. What do you think about that? Is it possible that in a

June 11, 2019 at 06:55AM by Leonardo Mezavilla
http://bit.ly/2Zo62xH
New post on Flutter Dev Google group:

Error in displaying Marker in google maps. Please help
import 'package:location/location.dart'; import 'package:flutter/material.dart'; import 'package:google_maps_flutter/google_maps_flutter.dart'; // import 'package:map_view/map_view.dart'; class GoogleMapsDemo extends StatefulWidget { @override _GoogleMapsDemoState createState() => _GoogleMapsDemoS

June 11, 2019 at 08:02AM by Rajashree Parhi
http://bit.ly/2WBXWEJ