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

Portfolio Creator's App Flutter(7th App/90)
Portfolio Creator's App is my 7th app in the 90 days challenge. In this, I had worked upon the List Tiles, Cards and other refactored widgets like SaferArea etc, to make better UI's. I also learnt about the power of searching and find solutions to your problem.Sometimes small UI improvements could take lots of your time, so definitely a quite unique experience.Pls, star and fork the Repo(Complete Guide's To Flutter) it, if you found it interesting.Link of the Repo is my github repo .It is a simple app basically with basic personal details of the user.If anyone want to take a look and give some feedback about the app/the code, it would be really nice :)

April 08, 2020 at 07:07PM by flutterboxinc
https://ift.tt/3e42yZa
New post on /r/flutterdev subreddit:

Any experience with testing iOS apps with https://ift.tt/2A9QWSs ?
Hi there,i found the following service online and it almost sound too good to be true. Has anyone any experience with this service: https://www.installonair.com/ ?

April 08, 2020 at 07:17PM by seqnde
https://ift.tt/2Vgoisj
New post on Flutter Dev Google group:

Flutter Beta 1.17.0-dev.3.1 released, new release process details.
Hi all, I’m happy to announce that Flutter 1.17 is now available on the beta channel: 1.17.0-dev.3.1
New post on /r/flutterdev subreddit:

Why does my listview.builder start like 50 pixels away from where the green arrows begin?
https://imgur.com/4onbnOM

April 09, 2020 at 12:17AM by PoopSlinger777
https://ift.tt/3aVrGPY
New post on /r/flutterdev subreddit:

What type of developer are you?
Disclaimer: no type is better than the other. And you might be a combination of many types.I was just curious as I believe there is no generic type of developer. These types are just from my observation. You can share other types of Flutter developer.Options can't be edited after post creation, sadly.View Poll

April 09, 2020 at 03:58AM by thehappyharis
https://ift.tt/34nW3Mq
New post on Flutter Dev Google group:

Platform Channel Sample App( GSoC 2020)
Hi, I am Rahul Chandra. This year, I had applied in Dart Programming Language for GSoC 2020 and I had also submitted the proposal. My Project name is *Platform Channel Sample App.* I found this project really interesting because I am developing Applications in Flutter from more the less 10

April 09, 2020 at 06:38AM by Rahul Chandra
https://ift.tt/2x5GixC
New post on /r/flutterdev subreddit:

Can anyone help me? Please
https://ift.tt/2y2oX8y

April 09, 2020 at 06:52AM by sandy_undefined
https://ift.tt/3c6RRDA
New post on /r/flutterdev subreddit:

Using Firebase for big projects with Flutter
Does anyone use Firebase for big projects? if so could you please share your experience? problems you had, need to change plan? workarounds for limits. Is there a better free database NoSQL?

April 09, 2020 at 07:37AM by D_apps
https://ift.tt/34mf3ed
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