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

What is the "customer: ***" label in the official GitHub repo
I realized that some issues in the officail GitHub repo of Flutter have "customer: ..." like this: https://imgur.com/a/TlWk20HProbably they are issues reported by the Google's customers. So customer: solaris or customer: udacity are make sence. But many of them look just normal terms rather than organization's namesAre they kinds of codenames of other companies? (If it's true, customer: penguin must be from the Linux Foundation lol.)

February 21, 2019 at 06:13AM by lowasdf
https://ift.tt/2VaYZpW
New post on Flutter Dev Google group:

checkbox eror
I have trouble adding the checkbox I tried a lot and did not find out the reason for the eror I will put the eror that I have with the code The eror is Compiler message: lib/MyApplication.dart:34:24: Error: Too few positional arguments: 1 required, 0 given. new Checkbox (

February 21, 2019 at 07:08AM by Prog Sarah
https://ift.tt/2Scq4qR
New post on Flutter Dev Google group:

Spatial Navigation KeyEvent Problem
I'm trying to build a spatial navigation package for Flutter to fill the giant hole in the API and bring the framework to Android TV / tvOS and I'm hitting a snag. The documentation says to use a FocusNode along with a RawKeyEventListener to get key events but it doesn't seem to work without

February 21, 2019 at 10:18AM by Kyle Bedell
https://ift.tt/2Iqoz8Y
New post on /r/flutterdev subreddit:

Background image
Hey,​I am trying to display background image over full scaffold body with Container BoxDecoration:
return MaterialApp( home: Scaffold( appBar: AppBar( title: Text('Title'), ), body: Container( decoration: BoxDecoration( image: DecorationImage( image: AssetImage('assets/lake.jpg'), fit: BoxFit.cover)), child: Column( children: <Widget>[ Row( children: <Widget>[ Expanded( child: TextFormField() ) ], ) ], )), ), ); 
What I get is great until I focus on TextField. Once I focus on textfield, keyboard comes up and also image comes up with it.How could I achieve that keyboard comes up over background image and not affect its height?​​https://i.redd.it/oor8fch22wh21.pnghttps://i.redd.it/0kzg2se32wh21.png

February 21, 2019 at 10:14AM by xfrozenspiritx
https://ift.tt/2GCMr7h
New post on /r/flutterdev subreddit:

SharedPreferences store object
I want to store objects in shared_preferences pluggin. How to do that?

February 21, 2019 at 10:12AM by fardeen9983
https://ift.tt/2Ngw7ts
New post on /r/flutterdev subreddit:

How to create a lazy loading zoomable list?
I wonder if anyone of you created some kind of listview that supports pinch to zoom and is also lazy loading additional content 🤔I started to look into RenderSlivers but a implementation on a higher level would be easier.

February 21, 2019 at 10:35AM by julianlenz
https://ift.tt/2T7YNu6
New post on Flutter Dev Google group:

Build and develop Google Trips in Flutter
Hello devs, I'm new to Flutter and want to work with a peer in a project: we want to duplicate the layout and some maps feature in Flutter. Any suggestions to where to start with? Thanks!

February 21, 2019 at 12:36PM by Raffaele Vitale
https://ift.tt/2NjcEbI
New post on Flutter Dev Google group:

understanding flutter
Hello, I want to understand how flutter works. Does it's code will convert to java?

February 21, 2019 at 01:30PM by glenn mejias
https://ift.tt/2DYnn7g
New post on /r/flutterdev subreddit:

Finding the Boundaries of Flutter
I wanted to find the limitations of flutter. So I decided to create some difficult UI from different design sites and build them in using flutter. Choose an easy one for the first time.Thought I should share this work with the communityGitHub: https://github.com/Sadman…/flutter_music_ui_desing_challengeProcessing gif qjgrxdkimxh21...

February 21, 2019 at 03:29PM by sadmansarar
https://ift.tt/2SjIq9o
New post on /r/flutterdev subreddit:

App Size too large
I developed some basic applications on Flutter , and app size is too large. Any updates or fixes yet?Thanks

February 21, 2019 at 05:12PM by FesterLord
https://ift.tt/2GDDydE
New post on /r/flutterdev subreddit:

Participate in Flutter Contest and win prizes
https://ift.tt/2V8zDZD

February 21, 2019 at 06:10PM by imthepk
https://ift.tt/2Njrpvc
New post on /r/flutterdev subreddit:

Looking for Opensource Handyman Project
Hello everyone, I'm looking for an opensource app for handyman written in flutter or native Java/Swift, someone can tell me one?

February 21, 2019 at 06:52PM by zephyr_bf
https://ift.tt/2STOlar
New post on Flutter Dev Google group:

W/BiChannelGoogleApi(11149): [FirebaseAuth: ] getGoogleApiForMethod() returned Gms: com.google.fireb
When I am trying to phone authntication I am getting below error. W/BiChannelGoogleApi(12340): [FirebaseAuth: ] getGoogleApiForMethod() returned Gms: com.google.firebase.auth.api.internal.zzal@489 I have checked the same error in Stackverflow and other places but not getting proper solution

February 22, 2019 at 01:18AM by Gaurav Pant
https://ift.tt/2SiLUZz