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

Learning flutter.
Hello, for the past year I've been coding and learning python. I've just stumbled upon flutter and it's something i would like to do for fun and maybe make a living. My problem is when i look at flutter code everything looks alien compared to python . What books , tutorials, udemy tutorials are good for a beginner like me. Should i focus more on flutter or dartlang to start with. Are there any paths .? Thanks in advance ,hope i didn't brake any rules by posting it here .

June 03, 2020 at 12:50PM by atteley
https://ift.tt/2XsKFgt
New post on /r/flutterdev subreddit:

Nested navigation with a bottom navigation bar using Flutter
https://ift.tt/3eIboLN

June 03, 2020 at 01:55PM by Mr-Peipei
https://ift.tt/2XTRwi1
New post on /r/flutterdev subreddit:

Maestro 💙 Freezed
https://ift.tt/305rStg

June 03, 2020 at 01:37PM by lets4r
https://ift.tt/2U8rre1
New post on /r/flutterdev subreddit:

Learning Flutter - 4/10 satisfy
i have degree in software development and had been working on android since 2015. i been thinking about learning flutter for quite some time so last day i installed it and start learning it. so here is my short comparison between android and flutter.
what i think android is more mature than flutter.in android things are more professional than flutter.each widget has very few controls.things just feel like nonsense to me or may be im wrong or dart work in this way.i wanted to add listview in body->center->column, listview was not showing, an error was, add height and i cant directly add height in listview so had to add listview inside a container then listview was on left to center horizontal.after that i try to add an imageview and it took me 30 45 min just to add a static image.i add my image file in assets mention it in pubspec.yaml but image was not showing
after searching alot i came to know that i have missed 2 white spaces in pubspec.yaml.that was shocking to me that you also have to follow indentation in pubspec.yaml

June 03, 2020 at 02:29PM by madara_37
https://ift.tt/3crEAVS
New post on /r/flutterdev subreddit:

Mirrors / reflection - I searched for almost an entire day to get reflection working and found this one
https://ift.tt/2N2v1o0

June 03, 2020 at 01:34PM by iamlem
https://ift.tt/2XZQyRl
New post on /r/flutterdev subreddit:

Do u guys find flutter is hard to read?
No text found

June 03, 2020 at 02:34PM by hungcarl
https://ift.tt/3gRiwaD
New post on /r/flutterdev subreddit:

Flutter Desktop maturity
Hello,Has anyone tried building something real with Flutter Desktop? Is it mature/stable enough?Thanks

June 03, 2020 at 03:35PM by netcyrax
https://ift.tt/2U64PLg
New post on Flutter Dev Google group:

How to add save the json data to sqflite in flutter
I am having project where I am fetching the data and showing the data by processing but I want to save the data to sqflite and then retrieve the data Below is the link for my repo https://ift.tt/2Vus56M

June 03, 2020 at 05:51PM by mahantappa b k
https://ift.tt/3cwz8ki
New post on Flutter Dev Google group:

Creating a map from an object
I have a variable that I've stored a DocumentSnapshot from firebase. The test of the variable reads like this: > > {FOUNDERS BREAKFAST STOUT: 0.238042155, SOUTHERN TIER 2XIPA: 0.057267554, > KONA LONGBOARD LAGER: -0.242145488, MOTHER ROAD TOWER STATION IPA: > 0.094556598} > I want to take each

June 03, 2020 at 06:44PM by Russ Brewer
https://ift.tt/2Y1rRno
New post on /r/flutterdev subreddit:

Flutter/Dart VsCode super slow IntelliSense feedback
Automatic suggestions are so slow they won't pop up while typing and when forced with Ctrl + Space the context menu will open but it will take literally 5 seconds to show suggestions. It isn't even like for the first try it's every time five seconds. I disabled all extensions and kept Flutter and Dart same results. It's so useless that going back to source code was actually faster for me than waiting for IntelliSense to show suggestions.I'm facing this issue since past few weeks and now this has made me so frustrated I have switched to Android Studio and it works super smooth. I get suggestions while typing, everything works like as expected.But it isn't my go to editor, please can anyone help me here, I'm really having a hard time.System:
Windows 10 2004
VsCode 1.45.1i5 8th, 16 GB , 512 SSD

June 03, 2020 at 07:30PM by thepurpleproject
https://ift.tt/2XttBqp
New post on /r/flutterdev subreddit:

Anyone had success with GPS running in the background?
I've made a small run/hike tracker using the geolocator packageIt works great... If the screen is on of course... I've tried a bit of everything to make it work on the background: Using packages such as background_locator and flutter_isolate Implementing my own isolate and some other quirky things... But I still haven't manage to solve this reliabiliy.The most successful run I had was using the background_locator package but then I had problems with getting the data: - Storing it to data files corrupted the data after at while - Using Hive started promising but got into weird errors.I am trying to avoid firebase because I'd like to avoid the 3G costs and low coverage... I haven't tried sqlflite yet...I think some of the problems might be due to my lack of experience with isolates (which I am hating the fact with the whole static callback) or simply mistakes which I didn't catch... In any case I am getting really frustrated at how this is handled and my inability to solve this so I am reaching out to the community to see if someone actually managed to make it work so we can exchange some experiences.Anything would be helpful...even a PM/DMCheers

June 03, 2020 at 08:14PM by flavsditz
https://ift.tt/2ACJRMO
New post on /r/flutterdev subreddit:

vscode quick fix improvements
I'm trying to get a fix for vscode quick fixes.Essentially, you can click the light bulb in the problems area of vscode to see the set of quick fix options.The problem is that you have to wait for the bulb to appear before you can click to see the quick fix list.If you are working through a lot of quick fixes this small delay is particularly annoying.If you also find this annoying then voting on the issue will help the vscode team understand that these sort of paper cuts can be as important as some of the big ticket items.If you want to support this issue then you can vote here:https://github.com/microsoft/vscode/issues/98618​If you really don't care, then apologises for interrupting your reading :)

June 04, 2020 at 05:31AM by bsutto
https://ift.tt/3gUq1NN
New post on /r/flutterdev subreddit:

more autocomplete!
don't you guys think that Flutter should do this automatically for many parameter that only accept one object, i mean the only thing you can pass to TextStyle style is a TextStyle() object so why should we type TextStyle() manually so on for decoration parameter in TextField, and many more.https://i.imgur.com/cbceEyA.gifv

June 04, 2020 at 09:24AM by Hiwa_47
https://ift.tt/3cryTHf