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

Uploading Files using Flutter
HelloI have created a tutorial that will help you doing upload of files using Flutter​https://medium.com/@andrepasr16/uploading-files-using-flutter-9415cd7524b1

August 27, 2020 at 06:49PM by Candid-Potato-2197
https://ift.tt/34E3yRC
New post on /r/flutterdev subreddit:

Alternative To Google Maps?
So a couple of friends and I had an idea for an app that requires a map to be rendered that we can draw / render some more stuff on top of. The goto choice for this would obviously be google maps, but we're not really crazy about those google maps api prices so we are considering using an open source alternative, since there are quite a lot out there. But the problem is that most of those open source map libaries have javascript sdks so we might have to use react native instead.So, especially considering that flutter is also from google, are there any production ready map renderer alternatives to google maps for flutter? And if not, do you know of any in react native?

August 27, 2020 at 07:45PM by daniellionel
https://ift.tt/2QxFqb3
New tweet from FlutterDev:

👏 We're back with Hacker News updates...

Join @Fitzface as he works through getting the UI built for the "favorites" page.

🌟ListView
🌟StreamBuilder
🌟BuildContext, and more.

Watch the #BoringShow → https://t.co/ECeV6fpR2w pic.twitter.com/lnX2jvixRi— Flutter (@FlutterDev) August 27, 2020

August 27, 2020 at 07:44PM
http://twitter.com/FlutterDev/status/1299040036306944000
New post on /r/flutterdev subreddit:

Using a function in provider package
I am adding an event in the calendar in a map,
Map<DateTime, List<EventStore>> _events ={};Now When any date is selected in the calendar I want the events to show in the calendar, but In my case whenever any date is selected it does not show the event immediately but after reloading the app.
I have tried this for showing the events when any date is selected,on calendar
onDaySelected: eventModifierProvider.whenSelectedDay, 
on provider
 whenSelectedDay(_date,_event){ selectedEvents = _event.cast<EventStore>(); notifyListeners(); } 
It feels as if I have done any mistake in working with parameters. I have tried using Date
and event
of onSelectedDay
like above.
How can I show the events when any date is selected immediatly?

August 28, 2020 at 07:30AM by Aaaamaaaaaannnn
https://ift.tt/3hCs5tY
New post on /r/flutterdev subreddit:

Easily request user's phone number and consent to read sms without adding any permissions!
https://pub.dev/packages/sms_user_consent

August 28, 2020 at 08:31AM by tuttski
https://ift.tt/31yAbOw
New post on Flutter Dev Google group:

How To Get User's Display Name & Image Upon Signup
Hi guys, I need help... I am trying to get user's display name and image upon sign up so that I can use it elsewhere like the picture below (sharedpreferences): [image: IMG_20200825_111050.jpg] but I have an issue because I can't find any docs that says that sharedpref can get that details... I

August 28, 2020 at 09:58AM by Charisa Emmanuel
https://ift.tt/32xemOH
New post on Flutter Dev Google group:

Why build function is getting call when trying to open and close keyboard in flutter
Hello friends, Why build function is getting call when try to open and close keyboard. 1.I've made statefull class(Hompage) where define map on this map multiple markers rendering these markers data coming from server using provider with consumer.On this page use customAppbar class(stateless) in

August 28, 2020 at 10:37AM by sumi...@gmail.com
https://ift.tt/32C1sz7
New post on /r/flutterdev subreddit:

Easily request user's phone number and consent to read sms (no permissions required)
https://ift.tt/31wbd2g

August 28, 2020 at 10:25AM by tuttski
https://ift.tt/34EuRuS
New post on /r/flutterdev subreddit:

How We Developed A Startup MVP In 3 Weeks With Flutter And Firebase
https://ift.tt/2YEQacc

August 27, 2020 at 02:11PM by inveritasoft
https://ift.tt/31yjSBg
New post on Flutter Dev Google group:

Flutter - s3
Hi All, How do i get the list of all objects in S3 using flutter .

August 28, 2020 at 11:31AM by nishankara...@gmail.com
https://ift.tt/2YYM7aT
New post on Flutter Dev Google group:

Raiders of the lost widget
This started with some simple improvement comments at: " https://ift.tt/2FZcTsM" However I am more concerned now. Having eventually found a widget that I was looking for and kept looking for because I thought:

August 28, 2020 at 12:21PM by Kevin Chadwick
https://ift.tt/32vNvTf