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

FlutterDev on Twitter officially recommends avoiding the upgrade to Android SDK Platform-Tools 29.0.0 for now, as `adb` appears to return with a non-zero exit code on Windows. Need to upgrade to Platform-Tools 29? Switch to Flutter master branch, which has a workaround.
https://twitter.com/FlutterDev/status/1137033935089807365

June 07, 2019 at 06:38PM by EngineerScientist
http://bit.ly/2EXIjMV
New post on Flutter Dev Google group:

Returning more than one widget using Dart 2.3's collection for
Not sure if anyone has run into this yet or not, but I'm attempting to do something like: @override Widget build(BuildContext context) { return Column( children: [ AWidget(), SizedBox(height: 10), AnotherWidget(), for (final record in records) [ SizedBox(heigh

June 07, 2019 at 07:29PM by Andrew Brogdon
http://bit.ly/2WTZ9X8
New post on /r/flutterdev subreddit:

Flutter sdk not found error
I've installed android studio on my computer[parrot Linux] and I'm trying to start a flutter app and it's telling me that Flutter SDK path not given. I downloaded the flutter sdk from the flutter site and followed the instructions given in the site exactly but I have that problem.

June 07, 2019 at 08:17PM by EvoJola
http://bit.ly/2WTMuDI
New post on /r/flutterdev subreddit:

Setup vs for flutter
Ive installed android studio and vs for using flutter.Now my lappy is running extremely slow. Is there a way to uninstall android studio and use flutter only using vs studio???

June 07, 2019 at 08:13PM by uttam_07
http://bit.ly/2QS1o83
New post on /r/flutterdev subreddit:

Introduction to Game Dev with Flutter
http://bit.ly/2EXRkW2

June 07, 2019 at 10:11PM by Purple_Pizzazz
http://bit.ly/2ZbrxRZ
New post on /r/flutterdev subreddit:

Hummingbird -- Looks great, but how to monetize and privatize?
We've seen the marketing videos, but from a business perspective I am still unsure how one would leverage hummingbird in a real-world scenario:​Proprietary data, algorithms and logic. Where does it go? Does one need to move it back server-side to avoid simple reverse engineering, or can it be kept in the app?Ad monetization. Do folks have more off-the-shelf options than firebase_admob since it's now running in a browser, or are folks still limited there?​Any thoughts or comments would be greatly appreciated!

June 07, 2019 at 09:57PM by jupiter_josh
http://bit.ly/2Z9lj5h
New post on /r/flutterdev subreddit:

Flutter Widget of the Week (InheritedWidget)
InheritedWidget https://www.youtube.com/watch?v=1t-8rBCGBYwThe InheritedWidget allows your child widgets to access data from the parent widget. Use it to save the trouble of having to pass data around between widgets.

June 07, 2019 at 10:22PM by nibblebytes
http://bit.ly/2EXZiyF
New post on /r/flutterdev subreddit:

Basic Android home screen replacement developed in Flutter
I found out about Flutter a few days ago and I've actually found it really enjoyable to code in! Much better than my short-lived experience with React Native last year.In the past couple of days I've made a basic Android launcher which I'm happy to share. It's not hugely impressive, but I'm proud of it :)​Pic: https://i.imgur.com/iEs3x2w.pngI've of course made it open-source -- please excuse my shoddy coding: https://github.com/jckpn/card_launcherPlay Store listing: https://play.google.com/store/apps/details?id=com.jckpn.cardlauncher

June 07, 2019 at 11:39PM by birthday_account
http://bit.ly/2WxUJpF
New post on Flutter Dev Google group:

How to fix error to fill DropDown Button with Firestore
I want to fill a Dropdown Button with Firestore and i can get the data but i can't put it on the dropdown. I had already identified the problem and it's the item list of the DropDown Button but i don't understand what is happening. When i put the valor null on 'items' it works (doesn't show

June 08, 2019 at 12:24AM by Misael Astorga
http://bit.ly/2K6Dmp1
New post on /r/flutterdev subreddit:

"Visual Studio - develop for Windows"!? This appears when running flutter doc
PS C:\Software Projects\flutter_bloc_login_tutorial> flutter doctor -v [√] Flutter (Channel dev, v1.7.3, on Microsoft Windows [Version 10.0.18912.1001], locale en-CA) • Flutter version 1.7.3 at C:\src\flutter_windows_v1.5.4-hotfix.2-stable\flutter • Framework revision 362b999b90 (3 hours ago), 2019-06-07 12:43:27 -0700 • Engine revision 0602dbb275 • Dart version 2.3.2 (build 2.3.2-dev.0.1 6e0d978505) [√] Android toolchain - develop for Android devices (Android SDK version 28.0.3) • Android SDK at C:\Users\ppari\AppData\Local\Android\sdk • Android NDK location not configured (optional; useful for native profiling support) • Platform android-28, build-tools 28.0.3 • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b01) • All Android licenses accepted. [X] Visual Studio - develop for Windows X Visual Studio not installed; this is necessary for Windows development. Download at https://visualstudio.microsoft.com/downloads/. [!] Android Studio (version 3.4) • Android Studio at C:\Program Files\Android\Android Studio X Flutter plugin not installed; this adds Flutter specific functionality. X Dart plugin not installed; this adds Dart specific functionality. • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b01) [√] VS Code (version 1.35.0) • VS Code at C:\Users\ppari\AppData\Local\Programs\Microsoft VS Code • Flutter extension version 3.1.0 [√] Connected device (1 available) • Android SDK built for x86 • emulator-5554 • android-x86 • Android 9 (API 28) (emulator) ! Doctor found issues in 2 categories. 
Wow what is that!?

June 08, 2019 at 12:51AM by SocialMammoth
http://bit.ly/2IvEGyR
New post on Flutter Dev Google group:

Issue in Json Parsing
Dear Team, *Objective: *Want to fetch *rates(non array)* from API & show using ListView or anything better in Flutter Widget. *Achieved* - Generated Json Model using this . *Problem* : In Class

June 08, 2019 at 02:22AM by Akshat Sharma
http://bit.ly/2Z8rXbK
New post on Flutter Dev Google group:

problem in future builder
i have a problem in this , i got the result of type future in future but it does not go inside the builder method please help me .
New post on /r/flutterdev subreddit:

Can I replace existing Android folder with files from a new project?
Hi all, so I added a QR reader plugin which worked fine in iOS, but for Android, oh boy. The plugin is written in Kotlin and here we go, trying to make everything work has been a nightmare. Instructions were simple, but man oh man, problem after problem arose.​I have gotten to the point where I'd rather just delete the android folder completely and add a new one. But, how will that affect my project? I realise that I'll have to make changes to the Gradle files for them to be as they were before this mess, but other than that I have only added app icons and so on that I can just put back.​Any tips?

June 08, 2019 at 07:57AM by mightybob4611
http://bit.ly/2IsAxeO