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

Miniplayer functionality in flutter
I've created a package to simply create a miniplayer in flutter. This post is especially interesting for everybody who develops a flutter app with the ability to play media such as a music player.pub.dev/packages/miniplayer

August 27, 2020 at 12:38PM by VELSEM_
https://ift.tt/2D7fcZU
New post on Flutter Dev Google group:

Error with agora rtc engine plugin when release for iOS
Hi, dear community. I am working on an app using Agora RTC video conference service. It was released for Android well but for iOS I am living the next problem when I *flutter build iOS* Xcode version: 11.3.1 Flutter: 1.12.13+hotfix.9-pre.1 agora_rtc_engine: 1.0.12 Failed to build iOS app

August 27, 2020 at 01:47PM by Luis Ernesto Páez
https://ift.tt/2YCyQV0
New post on Flutter Dev Google group:

Loading effect
Hello guys, I want to know how to create loading effect in flutter like google news.

August 27, 2020 at 01:56PM by Gulam Fahad Ahmed
https://ift.tt/2ECsWMw
New post on /r/flutterdev subreddit:

XColor: a color used with generic hex color as string.
Use it like so.​ dart var color = XColor("#FF23232"); var icon = Icon(Icons.add, color: color); ​installation on pub:x_colorstar it on github if you like it!​demo app here.

August 27, 2020 at 02:18PM by softmarshmallow
https://ift.tt/2EGnQyG
New post on /r/flutterdev subreddit:

Cloud Firestore Changes
Does anyone will keep using <= 0.13 version since >=0.14 since now a lot of things was changed?Personally I didn't like the new syntax. I was so used to the terms it was using...do you guys think will I miss something great not updating? They are not improving, adding more features I guess...

August 27, 2020 at 03:43PM by D_apps
https://ift.tt/2YGnPSB
New post on Flutter Dev Google group:

I am getting an error for a long time of sdk version but not able to figure out the problem. Can someone please help?
Below is the screenshot

August 27, 2020 at 03:50PM by rakesh...@gmail.com
https://ift.tt/2G485Cz
New post on /r/flutterdev subreddit:

Flutter and Swift; my experience
I am a futter developer and recently tried swift for an ios application.There are alot if similarities between flutter and swift but I think swift is superior. It is easy to work with the ios sdk, you can develop wtachos apps if you know swift and the ui stuff is easy too. On the other hand all flutter is is an easy UI design tool and the dart language gives basic oop and logic functionality but the part that drives me crazy is when I want to do something like access the storage or notifications or play sound.I was recently developing an app and I needed to implement. There was no easy way to do it and I needed to use a plugin.(audioplayers). The plugin had an issue of making a jerk sound if I interact with a sound element too quickly and this thing is still a bug. There is no way to interact with the sdk, if you want to do it you need to learn java (i f***ing hate java so so much).Do you think flutter will one day be able to interact with the api in a useable way.

August 27, 2020 at 03:51PM by skipperphanny
https://ift.tt/3llxuHX
New post on /r/flutterdev subreddit:

I created after I started learning Flutter.
PlutoGridThis is the first DataGrid I created after I started learning Flutter.There will be a lot of bugs.This is intended for you who are learning Flutter like me.Make a Pull Request.

August 27, 2020 at 05:10PM by weblaze_bosskmk
https://ift.tt/3jjaBmH
New post on Flutter Dev Google group:

flutter webview adblock
hello guys, i want to know how to block ads and popups in flutter webview.

August 27, 2020 at 05:56PM by Gulam Fahad Ahmed
https://ift.tt/3jimfOK
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 &rarr; 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