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

Firestore database and firebase storage rules
Good Morning/Evening( depending on your location) Is it possible to have the following scenario work in firebase: I have a collection of users with a unique UID and then a collection under that called userprofile with a company name as a value under that which I will specify, so company A in

June 10, 2021 at 09:52AM by Sven Arndt
https://ift.tt/3wavrvB
New post on Flutter Dev Google group:

primarySwatch vs. primaryColor
Hello, I’m a little bit confused about primarySwatch and primaryColor, and their usage. I played a bit with the Interactive example ( https://ift.tt/3wawA65) and wondered why the FAB uses the primaryColor, but an ElevatedButton uses the primarySwat

June 10, 2021 at 11:56AM by Ralph Bergmann
https://ift.tt/3iuDq2i
New post on /r/flutterdev subreddit:

Generate sealed class hierarchy for Dart and Flutter, For null-safe and legacy projects.
https://ift.tt/3wbsWsA

June 10, 2021 at 12:28PM by marsNemophilist
https://ift.tt/3zdxTmO
New post on Flutter Dev Google group:

How to add text on the splash screen/loader
Hello, I have successfully added an image in the splash screen/loader but unable to add the text under the image. Can somebody please share me a way to crack it.

June 10, 2021 at 03:22PM by Aravind H
https://ift.tt/3x7XnjJ
New post on Flutter Dev Google group:

flutter
hello friend's I need help to fix a problem in my flutter project's when I test my code's in the web it's working but when I test it in the phone emulator make so much error Anyone who knows how to fix it please help me

June 10, 2021 at 04:04PM by mohsen mohammadi
https://ift.tt/3zcrJ6B
New post on /r/flutterdev subreddit:

Help in implementation of an app like Yelp
I wanted to create an app like Yelp which is showing nearby locations like restaurants or hotels according to the users current location. So how do i make it, what backend do you recommend, what package to calculate distance and mainly how do i sort locations after calculating distance. And also how can this be monetized? So if u have ideas or similar references like tutorials or videos it would be great help. Thank you

June 10, 2021 at 03:51PM by ihs_ahm
https://ift.tt/3cwcYBL
New post on /r/flutterdev subreddit:

My First Flutter App - Score Noob
Android: https://play.google.com/store/apps/details?id=com.domingosnunes.scorenoobapp
IOS: https://testflight.apple.com/join/c9grab06Thanks for the articles, tutorials, and discussions. Help me a lot in the development process. And now it's the time to give back.I'm open to answer to any questions about plugin usage, app structured and etc.Score Noob is an app where you can predict Football (not soccer Americans :D) results and compete against friends. You have all the match's details, private/public leagues, chats and etc.Enjoy!

June 10, 2021 at 03:43PM by mingosnunes
https://ift.tt/3iwuN7n
New post on /r/flutterdev subreddit:

Maintaining two package names?
Hi FlutterDev,I'm running into an issue that I'm hoping you guys have some experience with. We'd like to publish a free and a paid version of our apps. I'm wondering how you guys go about generating apps with two different package names.Thanks in advance!Matt

June 10, 2021 at 03:17PM by THKPMatt
https://ift.tt/3vfj7J0
New post on /r/flutterdev subreddit:

missing essential plugin org.jetbrains.android
hii was trying to open my first flutter project on android studio and i saw that swift and kotlin were the default languages so i went to plugins and removed kotlin and now whenever i open android studio there's an error saying "missing essential plugin org.jetbrains.android"what do i need to do?? please help

June 10, 2021 at 06:07PM by FilthyFrankuuu
https://ift.tt/2U0NWV7
New post on /r/flutterdev subreddit:

Flutter QR Code - Scanning, Generating, and Share Tutorial
https://ift.tt/3cszviT

June 10, 2021 at 06:03PM by athira_reddy
https://ift.tt/2TimS34
New post on /r/flutterdev subreddit:

App keeps crashing when we touch a text field in android
Hi friends,We are testing our social media app. It has some text based features such as search, post idea, chat etcAnytime an android user touches these fields the app crashes. We cannot figure out what might be causing it.Has anyone else faced this? Is this a flutter specific problem?

June 10, 2021 at 05:54PM by hindustanibhauu
https://ift.tt/3xfmfpw
New post on /r/flutterdev subreddit:

Feedback - Flutter Based Cross Platform Markup Language
Hey all,A small (3 man) team of us have developed a real time interpreted cross platform markup language based on xml syntax using flutter. It's quite powerful, giving the user the ability to link into any existing back end api and automatically have front end widgets build from the data. We have built inspections systems for multiple large companies using our language/interpreter already.I was wondering if there was anyone that I could chat with that could give us some feedback on the application/idea/execution as we are planning to release the interpreter and documentation on how to use the language for free in the next month, and are slightly unclear as to the proper path to take beforehand.Has anyone had experience doing something similar, or releasing a software for free to users?A brief list of some of the functionality we have in (there are over 100 widgets as of now).- Fully customizable UI- Forms and validation, posting, etc.- The ability to interact with things such as gps, nfc, MQTT, local databases, web databases, bluetooth beacon, barcode, etc.- A custom event system.- UI widgets such as tree views, lists, tabs, drawers etc.​My discord is TheOlajos#6491Thanks!!

June 10, 2021 at 06:24PM by TheOlajos
https://ift.tt/3vcmbWf
New post on /r/flutterdev subreddit:

Route Calculation with random hopp-on, max travel time per vehicle
1/ how are route planners developed? 2/ I’m researching info on how to dev this: - 52 different hopp-on locations within a 50km radius. - all 52 people have same destination - fleet availability (can be updated/day): taxi 2 seats, 2 Vans each 8 seats, 1 bus 40 seats - max travel time per vehicle is 45 min

June 10, 2021 at 08:02PM by ssstofff
https://ift.tt/3xbajVZ
New post on Flutter Dev Google group:

How to listen to iOS/Android keyboard key strokes in flutter?
In order to track a user inactivity in my app I need to initialize a timer in a callback which is invoked after every user tap on an Android or iOS keyboard. How can I do it? I tried to use RawKeyboardListener widget but it didn't work. I tried @override void initState() { super.initState();

June 10, 2021 at 10:25PM by Zagor Te Nej
https://ift.tt/3wdo7Pv
New post on Flutter Dev Google group:

XCode unable to Parse contents of info.plist
Hi Fellow Flutterers, I'm getting the error *my_project_location/Info.plist: Property List error: Encountered unknown encoding (UTF-9) / JSON error: JSON text did not start with array or object and option to allow fragments not set.* and then: *Xcode's output:* *↳* * error: unable to

June 11, 2021 at 02:34AM by Andrew Villegas
https://ift.tt/3pKVwiq
New post on /r/flutterdev subreddit:

My third pub package Linkfo
Hi ! I just created the pub package linkfo. I've seen several other packages do similar stuff but all of them only ended up handling title, description and a handful of other properties. I think through sealed unions, I can help the user handle any scenario they might encounter. I'm really new to the protocols so things might not work as intended for some links and I'd happily see any issues or take pointers you might have

June 11, 2021 at 02:51AM by Nolence
https://ift.tt/3gcLJyf