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

Flutter is the future of mobile app development 👏👏👏
http://bit.ly/2VGMx0J

May 21, 2019 at 09:57AM by GlennMulligan
http://bit.ly/30waziO
New post on /r/flutterdev subreddit:

Shouldn't there be specific widgets for the web?
No text found

May 21, 2019 at 09:54AM by andyalbert
http://bit.ly/30u03Zv
New post on /r/flutterdev subreddit:

Flutter tutorial: Step-by-step guide to kick-off your first Flutter project
http://bit.ly/2JuOiNd

May 21, 2019 at 09:30AM by Gigatronbot
http://bit.ly/2JZ095D
New post on Flutter Dev Google group:

How to get Text input in TextField on clicking suffix icon of TextField
I am having text input filed (see attachment) which shows suffix icon. on clicking suffix icon i want to get text in textfield. Please can anyone help me out. My code is below but its not getting the value to text field import 'package:flutter/material.dart'; import 'package:flutter/services.dart

May 21, 2019 at 11:51AM by mahantappa b k
http://bit.ly/30w2gnj
New post on Flutter Dev Google group:

Negation argument must have a static type of 'bool'.
Hi Friends, Can any one help on this error. Negation argument must have a static type of 'bool'. when i was calling the method Future abc(){ } i'm Getting this error.could any one have the solution for this Thanks & Regards Rajkumar G iOS Developer

May 21, 2019 at 12:06PM by Rajkumar Garikapati
http://bit.ly/2w9lhxL
New post on /r/flutterdev subreddit:

Storing data
Hi guys,​In all of my apps I have a Storage class that is just a static class that holds the logged user and token. And when I need to use the token for the request I just do the Storage.loggedUser.token from anywhere in my app. But, I feel it's not the best solution. Recently I started using flutter_bloc package and so far it's great but I have a problem getting the token without using the static variables. It would be great if you could give me some links or something for holding data in runtime after it's received from api/storage.​Thanks

May 21, 2019 at 12:35PM by Spectarion
http://bit.ly/2EmfWYC
New post on Flutter Dev Google group:

Join the what's app group for Developers
http://bit.ly/2YDHm3J

May 21, 2019 at 02:00PM by Vishnu Suresh
http://bit.ly/2Hu9L6r
New post on /r/flutterdev subreddit:

How can I open the link in Flutter for Web?
I'm playing with Flutter for Web and want to open the link once a user tapped url.However, I tried to use a package but console said that the project can't be run if you include flutter package.So, my question is, how can I open the link without packages such as url_launcher.Does anyone know?

May 21, 2019 at 03:59PM by Daibaku9999
http://bit.ly/2JVDwPw
New post on /r/flutterdev subreddit:

A Material styled segmented control
http://bit.ly/2JVCUJI

May 21, 2019 at 03:49PM by Purple_Pizzazz
http://bit.ly/2JvmXdB
New post on Flutter Dev Google group:

Whats Wrong with my code
Hi , Flutter Developer . I am Deepjyoti Baishya . I want make my own design but when i try decoration flutter app not works , so please check my code and help me thank .. import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; void main() { runApp( MaterialApp( home:

May 21, 2019 at 05:58PM by Deepjyoti Baishya
http://bit.ly/2VEuOHr
New post on /r/flutterdev subreddit:

GitHub’s Top 100 Most Valuable Repositories Out of 96 Million (Flutter is #22)
http://bit.ly/30waGuC

May 21, 2019 at 06:17PM by Darkglow666
http://bit.ly/30Beyuj
New post on /r/flutterdev subreddit:

Flutter UI - Furniture App UI Design
https://www.youtube.com/watch?v=QSGMU9kGtZU

May 21, 2019 at 07:06PM by Nantesss
http://bit.ly/2YEXjGS
New post on /r/flutterdev subreddit:

How to know when app goes to background/foreground
What are the callbacks that fire up when app goes to background, foreground and other platform specific states? Are they available in flutter out of the box or is there a 3rd party package?

May 21, 2019 at 08:58PM by aytunch
http://bit.ly/2WWwWM1
New post on /r/flutterdev subreddit:

Widget-Async-Bloc-Service: A Practical Architecture for Flutter Apps
http://bit.ly/2X4men3

May 21, 2019 at 10:52PM by bizz84
http://bit.ly/2Hvj3PK
New post on Flutter Dev Google group:

ListTile OnTap is working when I use ListView. But when i use ListWheelScrollView it doesnt work..
This is my code. @override Widget build(BuildContext context) { return new ListWheelScrollView( physics:FixedExtentScrollPhysics(), children: getPostList(), itemExtent: 100.0, ); } List getPostList() { return _postModal .map((contact) => new

May 21, 2019 at 11:46PM by Althaf Mowjood
http://bit.ly/2WXc2wr
New post on Flutter Dev Google group:

How to make all Stack children the same size?
I'm trying to make a simple title bar for a list. I just want it to be a centered title (both horizontally and vertically) and a right aligned add button. As the add button is higher than my title label, the text doesn't get centered vertically. Adding background color for the text Container

May 22, 2019 at 04:51AM by Mattias Månsson
http://bit.ly/2HtEeBQ