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

Contribution required
Hi there, I've created an open source flutter app while ago, I think it will be fine to have some contribution as my work is not perfect and needs a lot of help.Also, the app will be very helpful for people to practice coding.It's an application for people to use to register attendance.​This app has two repositories,this one is the admin app and this one is the user's app.​Would be happy to get your reviews and/or your contribution.

March 20, 2019 at 08:32AM by ammaratef45
https://ift.tt/2TQaNl0
New post on /r/flutterdev subreddit:

Guys, thanks a lot for your supporting. New version with your suggestions​ is available​ in the ​PlayMarket, push-notifications coming​ soon. Thanks!
-Google Play:-https://play.google.com/store/apps/details?id=com.renesanse.cleannewsai-GitHub:-https://github.com/Renesanse/popular_news

March 20, 2019 at 01:59PM by renesanse
https://ift.tt/2WbiDCv
New post on /r/flutterdev subreddit:

Running Flutter on server?
Is it possible to run Flutter on the server side?The use case here is to make a flutter app that sends back its rendered widgets as bitmaps. This allows for light weight client devices to show the display.The problem becomes more complicated when the flutter app would need to be driven by code. How would this be accomplished.Finally, probably all this would be much easier once flutter can render to html. Still finding a way to have it run on server sending snapshots of its current state would be very valuableTips or ideas?

March 20, 2019 at 03:49PM by yabadababoo
https://ift.tt/2FpBRir
New post on Flutter Dev Google group:

How to store user informationa for the next time user open the app...
Hello To all ! My name is Pascal and i have a question about Flutter. At first, i'm new to flutter and also, i'm new to mobil development. I am a PHP programmer. But i want to learn Flutter My question is about how to store user informations like userid, name,...... ? So if the user just close

March 20, 2019 at 04:07PM by Pascal Fournier
https://ift.tt/2YacgBn
New post on Flutter Dev Google group:

Re :flutter desde android studio
Por favor, escribe in ingles. Please write in English. check in your pub yaml file if you have the following: dependencies: cupertino_icons: ^0.1.2 Envoyé depuis Yahoo Mail pour Android Le lun., mars 18, 2019 à 20:23, David Hernandez a écrit : Buenas comunidad:instal

March 20, 2019 at 06:58PM by Bened
https://ift.tt/2HxixC3
New post on Flutter Dev Google group:

How to send logged user's information to other route/page ?
Hello to all ! I have a question for my Flutter app. The user will need to login into my app to use it. What is the best way to be able to get on every page/route the name of the current logged user.... i mean, when the user navigate to another page... how can i pass the logged user's information

March 20, 2019 at 08:48PM by Pascal Fournier
https://ift.tt/2OiLwdh
New post on /r/flutterdev subreddit:

Flutter Deep Dive Part 1: “RenderFlex children have non-zero flex…
https://ift.tt/2Wfib6b

March 20, 2019 at 09:43PM by Purple_Pizzazz
https://ift.tt/2HIfzdf
New tweet from flutterio:

#io19 has released the early schedule! This is just a preview so stay tuned for more info on what the team has in store.

Check out the Flutter and Dart talks ↓ https://t.co/6zPgKo5qJq— Flutter (@flutterio) March 20, 2019

March 20, 2019 at 11:33PM
http://twitter.com/flutterio/status/1108496894018359296
New post on /r/flutterdev subreddit:

My New Flutter UI challenge playList
https://www.youtube.com/playlist?list=PLOvEA8-W5LWnXrylTlU3Pkp-sCfKknicg

March 21, 2019 at 06:50AM by htetwaihlaing
https://ift.tt/2USJN13
New post on Flutter Dev Google group:

how to disable button after first click?
how to disable the button after the first click? *But in the login page, users type username incorrectly in the first time and second time user cant click second time also, how to fix this?* onPressed: () async { if (_firstClick) { _firstClick = false; (isOffline) ? _showSnackBar() : checking2(u

March 21, 2019 at 07:53AM by Bhanuka Isuru
https://ift.tt/2JwjpbU
New post on Flutter Dev Google group:


Hello Flutter export, I have question, I have a Stepper in the listView but it can't even be scolled, why did this happen and how to solve it? this my code, best regard, new ListView( padding: EdgeInsets.fromLTRB(5.0, 0.0, 5.0, 3.0), children: [ new Padding(

March 21, 2019 at 08:07AM by Denis Ramdan
https://ift.tt/2Ol4nEQ
New post on Flutter Dev Google group:

Stepper on ListView
Hello Flutter export, I have question, I have a Stepper in the listView but it can't even be scolled, why did this happen and how to solve it? this my code, best regard, new ListView( padding: EdgeInsets.fromLTRB(5.0, 0.0, 5.0, 3.0), children: [ new Padding(

March 21, 2019 at 09:20AM by Denis Ramdan
https://ift.tt/2WgFjl8
New post on /r/flutterdev subreddit:

Is there any guide out there demonstrating “Load more”-like feature in list of items?
I am using firestore to persist comments in flutter. Instead of listing all thousands of comments at once for any given article, I would like to load 10 at a time, and load more only when user scrolls down to the bottom of the comments section.I was curious if there exists an example with Firestore + Flutter using StreamBuilder.

March 21, 2019 at 08:28AM by sodapopper67
https://ift.tt/2HKO3vN