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

Flutter installation help (Doctor summary errors)
I think I have installed Dart/Flutter extension in VS Code, when I was installing Dart extension, I did remember it pops up an error message (I don't remember what it is). See the screenshot errors, I just run *flutter doctor*. The setup is annoying, I have been on this for multiple days(spend a

March 23, 2019 at 01:40AM by scjob...@gmail.com
https://ift.tt/2TQnXOY
New post on /r/flutterdev subreddit:

Flutter installation help (Doctor summary errors)
I think I have installed Dart/Flutter extension in VS Code, when I was installing Dart extension, I did remember it pops up an error message (I don't remember what it is).​See the screenshot errors, I just run flutter doctor. The setup is annoying, I have been on this for multiple days(spend a little time every day), have not still figured out how to set up correctly. Is there anything to do with folder path: change from C:\src\flutter to C:\flutter\flutter​Newbie, please explain as clearly as possible, preferable step by step.​Thanks.​​https://i.redd.it/930kklxi9sn21.jpghttps://i.redd.it/iz863l6h9sn21.jpg​​https://i.redd.it/pwb325ck9sn21.jpg

March 23, 2019 at 03:54AM by VAer1
https://ift.tt/2Wk0VwW
New post on Flutter Dev Google group:

Flutter App Rejected In Google Play !
import 'package:flutter/material.dart'; import 'package:share/share.dart'; import 'package:clipboard_manager/clipboard_manager.dart'; import 'package:flutter/services.dart'; import 'package:fluttertoast/fluttertoast.dart'; import 'package:launch_review/launch_review.dart'; import 'package:firebase_a

March 23, 2019 at 06:21AM by Ravindrabhai Vala
https://ift.tt/2UMRpls
New post on /r/flutterdev subreddit:

Reducing Flutter animation boilerplate code using Flare
Reducing boilerplate animation code in Flutter using Flare and some if statements :)​https://medium.com/filledstacks/better-animations-in-flutter-using-flare-an-experiment-ddcb35ab0650​My newest tutorial. Please let me know what you think and what you'd like to see next.

March 23, 2019 at 07:57AM by Filledstacks
https://ift.tt/2Wi10kC
New post on /r/flutterdev subreddit:

Fragment: Easily prevent unnecessary build() calls in StatefulWidget and its subtrees.
https://ift.tt/2uhURsP

March 23, 2019 at 09:40AM by pinyin111
https://ift.tt/2OpehW0
New post on /r/flutterdev subreddit:

Sqlcool: Sqlite for the lazy ones
Sqlcool is a helper package for the great Sqflite. Its goal is to reduce the boilerplate code and gain productivity while staying close to sql. It provides:A simple api for crud operationsA ready to use reactive select bloc that will update itself on any database changeA Rethinkdb-like changefeed: a stream with all database changes

March 23, 2019 at 12:07PM by synw_
https://ift.tt/2HDg34Y
New post on /r/flutterdev subreddit:

make notification by listening to api change
I want to make the notification like facebook and twitter in my flutter app. I want my app to listen to the api after it change make the notification how can i do.Api I am using is built in laravel. They integrate it on web using pusher laravel echo....And I need something like echo which I found the package called laravel echo which provide message when api change. But I was unable find proper example and make it working in my app. I am new to these things. I need something easy way to integrate which work like laravel echo.I donot want to integrate firestore because api is already built. So, I am looking for alternative for the echo.I found out about websocket rxdart Can I use it to make what I am lookin for.Please correct me if I am wrong.

March 23, 2019 at 02:00PM by bibek_thapa
https://ift.tt/2HN2XS9
New post on Flutter Dev Google group:

Is Flutter a viable alternative to Xamarin?
How is your experience with Flutter compared to Xamarin?

March 23, 2019 at 03:15PM by Indy Lawi
https://ift.tt/2WgrR0l
New post on /r/flutterdev subreddit:

Q: Animation based on drag velocity
https://ift.tt/2OnlLsc

March 23, 2019 at 03:54PM by toolenaar
https://ift.tt/2HCwK0z
New post on /r/flutterdev subreddit:

Start from the bottom
Hello all,I am starting to learn flutter from the bottom. I am finding it a little difficult to keep up. Do you think i should learn a little dart before going into this? I really want to learn and don't want to miss out on flutter.

March 23, 2019 at 03:26PM by DETHEAMIT
https://ift.tt/2UZ3oMI
New post on /r/flutterdev subreddit:

Why is GridView.builder creating the same random image?
How is it that "http://lorempixel.com/300/300/" returns the same image for all the grid tiles in the following example?​
 Widget build(BuildContext context) { return GridView.builder( itemCount: 100, gridDelegate: SliverGridDelegateWithFixedCrossAxisCount( crossAxisCount: 3, crossAxisSpacing: 2, mainAxisSpacing: 2, ), itemBuilder: (BuildContext context, int index) { return Container( color: Colors.grey, child: Center(child: Image.network("http://lorempixel.com/300/300/")), ); }, ); } 
It seems that the result of the first request to "http://lorempixel.com/300/300" is used for all images. Why?

March 23, 2019 at 08:46PM by meysammahfouzi
https://ift.tt/2OlthnI
New post on /r/flutterdev subreddit:

I published an Android App, built with ♥️ using Flutter.
https://ift.tt/2HFUwJ4

March 23, 2019 at 08:24PM by meanjan
https://ift.tt/2OowOkV
New post on /r/flutterdev subreddit:

How to create launcher user flutter?
I direct started flutter as mobile app development I am just in beginner. Please guide how to create a launcher for Android like nova launcher .

March 23, 2019 at 08:21PM by ether_jack
https://ift.tt/2HDiYuG
New post on Flutter Dev Google group:

Adjust size of a horizontal listview to their items or adjust the size of the items to fit listview
Hi I have this Widget that is basically a Header above a Horizontal ListView. I want to pass the items of this listview using the viewModel.data field. These itens has all the same height but this height could may vary. So I would like the Container that wraps listview adjust its height to

March 24, 2019 at 01:33AM by alex...@gmail.com
https://ift.tt/2Yj6fT1