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

I published my first (open source) app on Google Play
http://bit.ly/2Wf8Hvs

May 20, 2019 at 07:18PM by veetaw_
http://bit.ly/2VC1DVp
New tweet from FlutterDev:

At #io19, @DomesticMouse and @redbrogdon's dedicated their talk to building for iOS with Flutter πŸ“²

Check it out to learn how to build interfaces iOS users will love with Flutter's Cupertino package!

Watch here → https://t.co/4RsYtTVvvX pic.twitter.com/F6ehwodSgrβ€” Flutter (@FlutterDev) May 20, 2019

May 20, 2019 at 08:29PM
http://twitter.com/FlutterDev/status/1130540947312451584
New post on /r/flutterdev subreddit:

Why do we invoke "addPostFrameCallback" on WidgetsBinding and not SchedulerBinding?
The SchedulerBinding actually mixes in the "addPostFrameCallback" method to the concrete WidgetsFlutterBinding (i.e., the concrete class that aggregates all the bindings together for a widgets-based Flutter app).​Based on my reading of the code, the singleton instance of each binding (i.e., XyzBinding.instance) references the concrete instance of the WidgetsFlutterBinding (which is safe, since this class mixes in all the bindings and therefore inherits all the stuff the bindings implement).​This implies that SchedulerBinding.instance and WidgetsBinding.instance point to this same instance; they're just two names for the same thing. That said, since addPostFrameCallback comes from SchedulerBinding, wouldn't it be cleaner to reference it via that name and not WidgetsBinding?

May 20, 2019 at 10:24PM by t3mp3st
http://bit.ly/2WTSJE7
New post on Flutter Dev Google group:

A simple example of speech to text with flutter.
This features the BMI app from the programming with Paulo series modified to use speech to text as input. http://bit.ly/2JuEank

May 20, 2019 at 10:52PM by Myron Rogers
http://bit.ly/2JUxpKX
New post on /r/flutterdev subreddit:

Synchronising widget animations with the scroll of a PageView in Flutter
http://bit.ly/2WemJh6

May 20, 2019 at 10:56PM by Purple_Pizzazz
http://bit.ly/2LVijrr
New post on Flutter Dev Google group:

Flutter Table
Hello Everyone! I searched everywhere. But not getting a good resource for creating a dynamic point table which will be something like this screen. Anyone can refer me a good source please. That will help me a lot. Thanks in advance.

May 21, 2019 at 12:24AM by anirban jahan
http://bit.ly/2HzUVKs
New post on /r/flutterdev subreddit:

Flutter Tidbits from 1Block - AnimatedSize, palette_generator, Exponential Slider, Onboarding with Overlay
http://bit.ly/2VRdWlz

May 21, 2019 at 12:37AM by l_u_c_a_s
http://bit.ly/2HEuIdY
New post on /r/flutterdev subreddit:

Game development on flutter, suggestions?
No text found

May 21, 2019 at 12:07AM by utopy
http://bit.ly/2EiwQHm
New post on /r/flutterdev subreddit:

global varaible in flutter
Hi Guys,i am not sure if this is the right place to post this but i need serious and urgent help,i want to be able to create a variable, example String Cat=4; in screen 3, and be able to call cat in say screen 7 it returns 4. i have been working on a porject approaching deadline and i have been struggling with this, tried using class, but it is sort of messedup. any help would be highly welcomed.​NB: i have not done any mobile development before this and i have a background in c# and java

May 21, 2019 at 01:35AM by lanrayx2
http://bit.ly/2VU0sFN
New post on /r/flutterdev subreddit:

Cleaner Navigation in Flutter using Named Routes and Route Generation
http://bit.ly/30z8QcH

May 21, 2019 at 04:46AM by Filledstacks
http://bit.ly/2VIecic
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