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

Slide Puzzle - Flutter for Web sample updated with Provider (pkg: provider)
http://bit.ly/2KhZhsW

May 31, 2019 at 11:47AM by EngineerScientist
http://bit.ly/2W6xtK4
New post on /r/flutterdev subreddit:

Flutter Json Table Widget
This Flutter package provides a Json Table Widget for directly showing table from a json(Map).https://pub.dev/packages/json_table

May 31, 2019 at 02:12PM by ayushpguptaapgapg
http://bit.ly/2HLhQDT
New post on /r/flutterdev subreddit:

How to Share object while Routing? (Named Routes)
http://bit.ly/2EKLzez

May 31, 2019 at 03:45PM by nitishk72
http://bit.ly/3176EcG
New post on /r/flutterdev subreddit:

Article on Superhero Interaction app developed in Flutter
http://bit.ly/2Xh8FRa

May 31, 2019 at 02:49PM by pinkeshdarji
http://bit.ly/2JPSyXM
New post on Flutter Dev Google group:

Headless flutter on MacOS
On iOS I code : ``` _engine = [[FlutterEngine alloc] initWithName:@"io.flutter" project:nil]; [_engine runWithEntrypoint:nil]; ``` It works fine. But how can I start a Flutter engine on MacOS ? FlutterMacOS.Framework does not seem to have a Flutter.h and FlutterMacOS.h

May 31, 2019 at 04:25PM by Larpoux
http://bit.ly/2JLf7ww
New post on /r/flutterdev subreddit:

Flutter Json Table Widget: Create table from json array directly
http://bit.ly/2EWwO8D

May 31, 2019 at 04:23PM by ayushpguptaapgapg
http://bit.ly/2EWWIJp
New post on Flutter Dev Google group:

VS Code extensions v3.1 - Flutter UI Guides preview
Hey all, New versions of the Dart/Flutter extensions for VS Code are live. Release notes included below (and online ). Preview: Flutter UI Guides - #1731 : An early preview of Flutter UI Guides is

May 31, 2019 at 05:56PM by Danny Tuppeny
http://bit.ly/311B6VF
New post on /r/flutterdev subreddit:

Help flutter var to List (remove duplicate from list)
I first tried with DISTINCT clause in db but than not working on two colums.. Now im trying to just remove it from list.​​Future<List<List<Widget>>> getDetailList(List<int> list, String column) async {List<Widget> list1 = List();List<Widget> list2 = List();List<Widget> list3 = List();List<List<Widget>> listFromDB = [list1, list2, list3];var databasesPath = await getDatabasesPath();String path = join(databasesPath, 'books.db');Database database = await openDatabase(path, version: 1);for (int i = 0; i < list.length; i++) {var result = await database.rawQuery('SELECT DISTINCT $column FROM planner WHERE id = ${list[i]}');list1.add(_item(result[0][column].toString()));...}}​I found online soluton like this:import 'package:queries/collections.dart';void main() {List<String> list = ["a", "a", "b", "c", "b", "d"];var result = new Collection(list).distinct();print(result.toList()); }//result is: [a,b,c,d]So how can i use this method in my example and basicly convert that var result to List<Widget>. so i can use it latter..

May 31, 2019 at 06:10PM by MixBex
http://bit.ly/2JOZQuy
New post on Flutter Dev Google group:

image picker cannot find symbol
Launching lib/intro.dart on Android SDK built for x86 in debug mode... Initializing gradle... Resolving dependencies... Running Gradle task 'assembleDebug'... registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask is deprecated, use

May 31, 2019 at 07:26PM by Ancorp Team
http://bit.ly/2EL6LB9
New post on Flutter Dev Google group:

New DevTools Releases - Opt-in analytics, dark theme improvements
Happy Friday Flutter Dev! Here are the details of new DevTools releases! General Updates - We’ve added opt-in analytics to send usage statistics and crash reports of DevTools to Google. This will help us improve our tools to best meet the needs of our users. -

May 31, 2019 at 08:27PM by Nilay Yener
http://bit.ly/2W0clFq
New tweet from FlutterDev:

We look forward to seeing what you build for the International Flutter Hackathon!

Starting in a few hours in Aotearoa, NZ, the 24 hour hackathon organized by @FlutterComm will continue to 71 cities on June 1st.

Join the #hack19 fun at a hub near you &rarr; https://t.co/sGaIKQkiuH pic.twitter.com/XhQRdiNdBd— Flutter (@FlutterDev) May 31, 2019

May 31, 2019 at 10:10PM
http://twitter.com/FlutterDev/status/1134552733971812358
New post on /r/flutterdev subreddit:

New DevTools Releases - Opt-in analytics, dark theme improvements
http://bit.ly/2W0clFq

May 31, 2019 at 11:22PM by Purple_Pizzazz
http://bit.ly/2W4bcwD
New post on /r/flutterdev subreddit:

The new UI Guides feature for Flutter in Visual Studio Code is now available in v3.1 of Flutter extension
http://bit.ly/2WyQ5XI

May 31, 2019 at 10:02PM by EngineerScientist
http://bit.ly/2Knb88O
New post on /r/flutterdev subreddit:

[Question] What is the best practices for UI coding when working with flutter_bloc
When using bloc pattern, what is the best practice in subdividing the UI in code?Have you come across any readings that I can follow?

June 01, 2019 at 12:50AM by marcoleongdev
http://bit.ly/2wtVX5B