Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Tutorials
I saw a tutorial about building a login page on ios i want to find out if the same tutorial will work for android

April 14, 2019 at 12:40PM by toluwani alonge
http://bit.ly/2UcZm2l
New post on /r/flutterdev subreddit:

Visual Studio Code vs Android Studio
Hello fellow devs,​We've seen most lead dev recommending Visual Studio Code in the early days of Flutter.We now have a strong support for Flutter project in Android Studio.​For the ones who extensively tried both solutions, which one has been the most enjoyable experience ?

April 14, 2019 at 01:39PM by Lunatk
http://bit.ly/2DeRxmX
New post on /r/flutterdev subreddit:

FlutterForce — Week 22
http://bit.ly/2X9PmJ0

April 14, 2019 at 11:21AM by flutterist
http://bit.ly/2IjzvUT
New post on Flutter Dev Google group:

How to create a Expansion Tile from List> in Flutter?
I have List> array and I need to create a Expansion Tiles. My Expansion Tile must look like below format. final List data = [ new Entry('Varlıklar', [ new Entry('Vadeli Hesaplar', [ new Entry('TRY'), new Entry('USD

April 14, 2019 at 02:20PM by Niyazi Toros
http://bit.ly/2UWlF0A
New post on /r/flutterdev subreddit:

Check out the latest talk from Yuqian at Flutter team --Deep Dive into Flutter Graphics Performance, learn how to tracking and solving the graphics performance issues on Flutter App. The video is in the Chinese language, and the English subtitle was from machine translation, FYI.
https://www.youtube.com/watch?v=OLjhAl7adGE

April 14, 2019 at 05:39PM by lucheng
http://bit.ly/2UA5aIn
New post on Flutter Dev Google group:

Flutter Map Plugin
Is there a flutter map plugin available to create an Uber clone?

April 14, 2019 at 10:49PM by Victory Osayi
http://bit.ly/2P9ua32
New post on /r/flutterdev subreddit:

What have you found to be the ideal flow of a geolocation request?
By this I mean everything from checking if the device has permissions on to checking if the device has the location on or off to the time when location is obtained? What implementations have worked for you? For reference, I use the geolocator plugin

April 14, 2019 at 10:50PM by gigab_te
http://bit.ly/2P8YTNC
New post on Flutter Dev Google group:

Connect dart(Flutter) and python
Hello sirs please i wanna know how is the simple way to intermix flutter app with python and how i can do it. i was thinking about websocket(but i dont know if it can connect to python tcp socket) and subpmrocess.start() (but i don't know if andoid has a python interpreter)

April 15, 2019 at 10:52AM by codé Facil
http://bit.ly/2KDJPZV
New post on Flutter Dev Google group:

Best Practice: Raw Future API (then/catchError) vs async/await?
Hi, I am wondering about what the current best practice is for flutter app development regarding using async/await vs. raw Future API. There are a few (old) open issues talking about performance penalties, mainly dart2js generated code complexities (which would be irrelevant for flutter anyway):

April 15, 2019 at 11:00AM by Herbert Poul
http://bit.ly/2XbBZYQ