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

Can you limit the bar height in a HorizontalBarChart?
I'm using a HorizontalBarChart - http://bit.ly/2I6P8N4. It autosizes the bar heights for the chart. For a chart with a single bar, the bar is too fat and I want to set a maxheight. Is this possible?

May 28, 2019 at 05:51AM by Daniel Young
http://bit.ly/2Wc9ezh
New post on Flutter Dev Google group:

device or cloud api's using firebase_ml_plugin for flutter ?
I've been looking through the documentation for the firebase_ml_plugin for flutter (firebase_ml_vision) and its not clear how to explicitly distinguish between calling device side and cloud api's. For example, to create an instance of TextRecogniser

May 28, 2019 at 10:35AM by ejp s
http://bit.ly/2VUlyir
New post on Flutter Dev Google group:

Flutter Marking locations (Latitude, Longitude) on Flutter Map from Sqflite Database
I have list of latitude and longitude which I am storing them in database.I want those latitude and longitude to be represented in flutter map with markers.

May 28, 2019 at 11:09AM by mahantappa b k
http://bit.ly/2HH0hF9
New post on Flutter Dev Google group:

API auth/login erreur
hi every Flutter's... i try to inser my api login in my Flutter App, and when i try to test i have error. like this picture: [image: Capture d’écran 2019-05-28 à 11.17.12.png] and this is my code : - LoginPage [image: Capture d’écran 2019-05-28 à 11.16.49.png] - Data_helpe

May 28, 2019 at 12:22PM by Hamza AYADA
http://bit.ly/2JLErma
New post on /r/flutterdev subreddit:

Im making a simple login page, having a simple layout of username, password and a button for logging in...now when the button is tapped, request is sent to API for response. But I cant find any way for implementing http.get() using authorization keys like username and password ( as headers)
API is given from company, response is correct when using postman.

May 28, 2019 at 01:27PM by tanmoydebnath98
http://bit.ly/30QeNC4
New post on Flutter Dev Google group:

Re: Do I need platform specific code to integrate Facebook Share Dialog in flutter?
Use an existing plugin (as mentioned on hitter). eg http://bit.ly/2KhB467 On 28 May 2019, 13:30 +0100, Holden Scofield , wrote: > The following facebook guide shows how to integrate the facebook SDK with Android. > > Will this work on

May 28, 2019 at 02:31PM by Andy Greenshaw
http://bit.ly/2JOlob5
New post on Flutter Dev Google group:

Integrate FB SDK with Flutter?
The following facebook guide shows how to integrate the facebook SDK with Android. Will this work on flutter? http://bit.ly/1ICQIPA

May 28, 2019 at 02:31PM by Holden Scofield
http://bit.ly/2JJZ8PA
New post on Flutter Dev Google group:

Auth with Login and Password
Hi guys, I'm new in flutter and I got this project that uses flutter as primary language so I need some advices. It uses firebase as database and already makes login with google account, but I can't make it auth with Login and Password. Can't even create an user ! Can someone help me, please ?

May 28, 2019 at 04:08PM by Marcus Vinícius
http://bit.ly/2WrA0ml
New post on /r/flutterdev subreddit:

How would you drive a route’s transition via gesture?
For instance, if you have a bottom screen that you can drag or tap open to maximize — how would you present the screen using a navigator, but manage the screen’s transition animation via gesture?You could drag the vertical screen halfway and release, causing the route to push. Or you could fling it up. Or, you could reverse direction and drag it back down to cancel the navigation.Any thoughts / examples?

May 28, 2019 at 04:50PM by t3mp3st
http://bit.ly/2XamuRm
New post on Flutter Dev Google group:

dynamic List
how to convert following list [{name: java, value: 0}, {name: flutter, value: 0}] into the following list ["java","flutter"]

May 28, 2019 at 05:53PM by Kamran Ali
http://bit.ly/30KKFrP
New post on /r/flutterdev subreddit:

Join/Search Groups Tutorial
Hello everyone,Just started getting my feet wet with flutter a couple of days ago and I am creating an app for personal use.Background context:A user can create groups and invite people in their group. Another layer is a user can search for a group and if the group is marked as public by owner, they can join that group.​Appreciate all the advice/s

May 28, 2019 at 08:40PM by SwimmingCount
http://bit.ly/2QrThij