Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New tweet from FlutterDev:

🌐🧭Navigating URLs using named routes!

Named routes can be used to navigate between pages in a Flutter mobile app, but they also work for URLs in your web apps. Learn how to add named routes to your app, and customize them.

Article by @perclasson → https://t.co/ivzvdRmgHC pic.twitter.com/QgELwTUQBy— Flutter (@FlutterDev) May 7, 2020

May 07, 2020 at 06:02PM
http://twitter.com/FlutterDev/status/1258427097220931584
New post on Flutter Dev Google group:

Using Platform Channels on Windows to implement platform specific code.
Hi, Although desktop support for Windows is still in early stages, I've decided to go ahead with using flutter, as I believe long term is it a great solution for writing a multi platform app. I have a simple app where I now want to implement some serial driver functionality, so for now that

May 07, 2020 at 06:21PM by Nicholas Savva
https://ift.tt/35EuhvP
New tweet from FlutterDev:

The #BoringShow 🎉

🐯No tigers were harmed in the production of this series.@Fitzface and @bouncingsheep troubleshoot a playback button that never plays from the downloaded mp3, and a download button that still shows after downloading is done.

Watch → https://t.co/kIP7IMRcw9 pic.twitter.com/IzOsiCVw35— Flutter (@FlutterDev) May 7, 2020

May 07, 2020 at 07:57PM
http://twitter.com/FlutterDev/status/1258455885451390976
New post on /r/flutterdev subreddit:

Handling both iOS/Android Firebase Messaging Payloads
I want to be able to handle iOS and Android notifications using Firebase Messaging.I followed a tutorial in which the person received notification payloads in this format on Android:notification:{ title: "title" , body: "body" } }However on iOS I am receiving a payload in this format:aps:{ alert:{ title: "title" , body: "body" } }What is the best way to handle this within Flutter when configuring firebase messaging like below?
_firebaseMessaging.configure( onMessage: (Map<String, dynamic> message) async { showDialog( context: context, builder: (context) => AlertDialog( content: ListTile( title: Text(message['aps']['alert']['title']), subtitle: Text(message['aps']['alert']['body']), ), actions: <Widget>[ FlatButton( child: Text("Dismiss"), onPressed: () => Navigator.of(context).pop(), ) ], ), ); }, 


May 07, 2020 at 08:50PM by tampacsthrowaway
https://ift.tt/2A3mpYR
New post on Flutter Dev Google group:

DataTable synced with firebase
How can I make a datatable if I have the DataRow labels stored in firebase? And how can I update it once I have a new DataRow label in firebase? Need urgent help! Thanks in advance for helping!

May 08, 2020 at 12:23AM by Jonas Riesen
https://ift.tt/3dqnN6f
New post on Flutter Dev Google group:

How to generate hive boxes?
Hi, How to generate hive database boxes as per user click event. Like user creating data table, in that adding hive box name, and also HiveFields String variable names. Here main thing I want to know, how to generate hive boxes on user click event by filling data form to generate data table.

May 08, 2020 at 12:50AM by Gulam Fahad Ahmed
https://ift.tt/35HE9Fd
New post on Flutter Dev Google group:

1.17 not working with some packages (Google FireStore)
——— These 2 work —— firebase_core: ^0.4.4+3 google_sign_in: ^4.4.4 ——— These 4 do not work (crashes Flutter) —— cloud_firestore: ^0.13.5 firebase_storage: ^3.1.5 firebase_core: ^0.4.4+3 firebase_admob: ^0.9.3+2 I've tried dozens of combinations, all of the above packages were

May 08, 2020 at 03:12AM by jerry hamby
https://ift.tt/3cgjKt1
New post on Flutter Dev Google group:

Flutter Plugin's 3rd party integration for code coverage, build passing, provider, gitter etc
I have developed Flutter Plugin for developers to help common feature implementation for any standard business application. Here is plugin reference links. *GitHub*: https://ift.tt/35IRm09 *Pub.dev*: https://ift.tt/2LcDuC9 My goal is to give 'all in one'

May 08, 2020 at 04:28AM by Vishal Patel
https://ift.tt/3chPpKE
New post on Flutter Dev Google group:

ORDER by recent to old
Hello guys, I have a list of images that i would like the pictures to show from new to old. I tries doing ".orderBy("timestamp"), where timestap is the time. It shows from old to new. Is there a way to make it so it shows from new to old? Please help! Thanks a lot. getImagesByFolderAndUserId(U

May 08, 2020 at 05:29AM by Mahmoud Alminawi
https://ift.tt/2WGh69q
New post on Flutter Dev Google group:

Need help in creating a Flutter Website using Flutter Sample code Gallery
Hi, Can anyone please guide me for my project, I want to create a Website using Flutter , So is it possible to use the Sample Code Gallery or any other provided by the Flutter team as a template to fast track the development time ? Kindly please with some documentation link or Video guide on

May 08, 2020 at 07:52AM by Yotta Bytes Solution
https://ift.tt/3djlIsW
New post on /r/flutterdev subreddit:

Wallsky. A wallpaper app made with Flutter. Browse images from a number of sources having awesome stock images namely, PEXELS, UNSPLASH, PIXABAY. Here, check it out on GitHub. If you like it please star and share the repository as it will motivate me to learn more and make more of such apps.
https://ift.tt/3dqNfbP

May 08, 2020 at 08:17AM by varamsky
https://ift.tt/2WCbEo7
New post on /r/flutterdev subreddit:

Flutter gallery site blank on firefox dev
Can anyone confirm this or am the only one. Flutter gallery site https://gallery.flutter.dev/ doesn't show any content except gray screen. It works fine on chromium browsers

May 08, 2020 at 08:54AM by SriB
https://ift.tt/2zfTe4x