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

sudoku_api | Simple Dart API for Sudoku puzzles
https://ift.tt/3c4v9f2

April 09, 2020 at 09:57AM by Purple_Pizzazz
https://ift.tt/2yH8t69
New post on Flutter Dev Google group:

Potential Error in Tutorial and Additional Features
Hello, I just started programming in flutter today and I was going thorough the flutter tutorial here: https://ift.tt/335pu3t . I noticed that there was some interesting indenting and syntax done in the example for declaring a package in dependencies under yaml and running

April 09, 2020 at 08:56AM by Hank W
https://ift.tt/2XnY2ii
New post on Flutter Dev Google group:

Can not install flutter SDK
I can not install flutter SDK . Every tim i run flutter doctor it can not install dart SDK .

April 09, 2020 at 10:18AM by Raihan Chowdhury
https://ift.tt/2Xq1IA3
New post on Flutter Dev Google group:

To update value in real time firebase on onpressed
I'm new to flutter. I want to make a simple Iot ON and OFF on onpressed by real time firebase using node mcu. I want to change (update) the value on real time firebase database by using on pressed. Can you suggest me some ideas and links for this problem. Thank You in advance.

April 09, 2020 at 10:58AM by Abinavan Nagendran
https://ift.tt/3aYXVhg
New post on /r/flutterdev subreddit:

created a reddit like toast asset_toast
sample usageAssetToast.show("hello there", context,asset: "assets/img.jpeg",duration: AssetToast.lengthLong,prefixBadge: Colors.green,gravity: AssetToast.bottom,backgroundColor: Colors.indigo,msgColor: Colors.white);pubhttps://github.com/ggichure/asset_toast

April 09, 2020 at 12:11PM by reece_h
https://ift.tt/3e9qeLV
New post on /r/flutterdev subreddit:

NDK Filters- Which build mode?
Hi,​If I have ndk filters in gradle, should I build fat apk or appbundle?​
android { ... buildTypes { ... release { ... ndk { if (!project.hasProperty('target-platform')) { abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86_64' } else { def platforms = project.property('target-platform').split(',') def platformMap = [ 'android-arm' : 'armeabi-v7a', 'android-arm64': 'arm64-v8a', 'android-x86' : 'x86', 'android-x64' : 'x86_64', ] abiFilters = platforms.stream().map({ e -> platformMap.containsKey(e) ? platformMap[e] : e }).toArray() } } } } 


April 09, 2020 at 01:06PM by RevolutionaryRow0
https://ift.tt/3aZ8voc
New post on Flutter Dev Google group:

Tim Sneath: "Flutter is to apps as Unity is to games"
Introduction We talked with Tim Sneath, Google's product manager for Flutter
New post on Flutter Dev Google group:

This is new problem I am facing in flutter when trying to import a clone project
Please someone help!!!! I have went through lots of forums and suggestions Exception in thread "main" java.util.zip.ZipException: zip END header not found at java.base/java.util.zip.ZipFile$Source.zerror(ZipFile.java:1527) at java.base/java.util.zip.ZipFile$Source.findEND(ZipFil

April 09, 2020 at 01:42PM by rakesh lorentz
https://ift.tt/3e9JEAg
New post on Flutter Dev Google group:

Some Problem Of Quiz App
Final Resul Image not show. https://ift.tt/2Veb6En

April 09, 2020 at 02:01PM by hamza ali
https://ift.tt/2UThMIQ
New post on Flutter Dev Google group:

Flutter TextField input to not disappear after save/done
how can i make the user input to stay and not disappear after users done so next time the user want to update the text they get to clear the text fileds manually! Padding( padding: EdgeInsets.symmetric(horizontal: 30.0), child: TextField( style:

April 09, 2020 at 02:18PM by Error Place
https://ift.tt/2Vetflj
New post on /r/flutterdev subreddit:

Phone number authentication + OTP with Firebase Auth
https://ift.tt/3c1sl2r

April 09, 2020 at 03:18PM by huextrat
https://ift.tt/2xekJe0
New post on Flutter Dev Google group:

i want to update values by onpressed funtion in real-time database
I'm new to flutter. I want to make a simple Iot ON and OFF on onpressed by real-time firebase . I want to change (update) the value on real time firebase database by performing onpressed function. Can you suggest me some ideas and links for this problem. Thank You in advance.

April 09, 2020 at 03:28PM by Abinavan Nagendran
https://ift.tt/2wr703j
New post on Flutter Dev Google group:

Flutter Pandemic solution for African countries
Dear Flutter Team, I hope you are doing well and safe. My name is BOUDJEMA Sofiane, I work in company called BRENCO Engineering & Consulting located in Algeria we are currently working on a flutter based solution to counter the pandemic of Corona Virus “Fahs” in partnership with the

April 09, 2020 at 03:37PM by Sofiane B
https://ift.tt/2ViJuOn
New post on Flutter Dev Google group:

Model class update when it should not
Please take a look at this post in SO https://ift.tt/2x6RSIQ I don't understand why I get this behaviour and how to fix that...

April 09, 2020 at 04:07PM by Peter
https://ift.tt/3c3FY0V
New post on /r/flutterdev subreddit:

They say that the next legends will be born from this crisis. Starting learning Flutter today and create the next unicorn start-up.
https://ift.tt/3e9YLtx

April 09, 2020 at 04:43PM by Gigatronbot
https://ift.tt/2XqRwY3
New post on Flutter Dev Google group:

TestWidgetsFlutterBinding.clock breaking change doc
Please review this proposal for a breaking change to the backing implementation of the Clock returned from `TestWidgetsFlutterBinding.clock`. https://ift.tt/2RqWeBf See also the pending migration guide on the website with code examples https://ift.tt/2UZbjwh

April 09, 2020 at 07:32PM by Jake Macdonald
https://ift.tt/34zu4tr