Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on Flutter Dev Google group:

Sliding panel like google map in Flutter
Sliding panel like google map in Flutter

June 04, 2020 at 09:16AM by Amicus India
https://ift.tt/30cO3hn
New post on /r/flutterdev subreddit:

Flutter Group Discussion @ GeekyAnts
The passion for Flutter knows no bounds when it comes to our geeks.Watch them get together on video call to discuss the newest in Flutter on our official YouTube channel, facilitated by Engineering Manager Sarika Gautam.https://www.youtube.com/watch?v=98n1\_ZW18rI#geekyantstalks

June 04, 2020 at 09:58AM by geekyants
https://ift.tt/3eMR9fR
New post on /r/flutterdev subreddit:

Web platform implementation of image_picker
https://ift.tt/3dBCLqE

June 04, 2020 at 10:53AM by Elixane
https://ift.tt/3gUJJca
New post on /r/flutterdev subreddit:

Flutter Packages We Use In Every App - CitrusLeaf | Blog
DioDio is our goto HTTP client package for Flutter. The standard HTTP package is excellent, but it leaves a lot to be desired. With a very stable API, it includes things like Interceptors, Global configuration, FormData, Request Cancellation, File downloading, Timeout, etc.All of the added features in Dio makes doing HTTP calls a breeze. For example, using interceptors, we achieve mock testing of APIs while global configuration helps in quickly changing the environment from testing to production.shared_preferencesAlmost every mobile application needs to have some data caching and offline saving mechanism. We use the shared_preferences package to achieve such functionality when doing Flutter app development.This package wraps NSUserDefaults (on iOS) and SharedPreferences (on Android), providing a clean and straightforward API to persist user data in a Flutter app. It is highly recommended for caching non-relational data offline

June 04, 2020 at 12:08PM by IshaGupta22
https://ift.tt/3dxAPPL
New post on Flutter Dev Google group:

FutureBuilder and SQFLite
I've got stuck with the FutureBuilder showing data from sqflite db. I have a list of categories which is handled by FutureBuilder. *The problem is at the first application run I can see the circular indicator for one second and then it showing an empty list.* When switching to another window and

June 04, 2020 at 12:13PM by Igor Karelin
https://ift.tt/2Ms0aPl