Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

My first Dart Package! A simple and cool password validated field
https://ift.tt/34X6pEe

June 11, 2021 at 08:04AM by m_hamzashakeel
https://ift.tt/3wg7XVB
New post on /r/flutterdev subreddit:

How can a newbie make q video chat app
Hi all, I am a newbie and i want to know how can a newbie make a video chat app, i have worked on flutter for front end part with firebase for a simple project and i want to improve it for more learning , i am making it public if anyone is interested, If anyone can tell me on how can i create a simple What i want to know 1. Create a chatroom in express 2. How to add video api to it for callingWhat havi i done till now Screens in flutter Login, register, chatroom, user profile, call picking screen For node js, login ,register dashboard routes , workingIt will be of great help i anyone can help me ou Thanks

June 11, 2021 at 08:21AM by black_frost_byte
https://ift.tt/2TkILyK
New post on Flutter Dev Google group:

A lil help
Hey there I need help on two things. One, every time I check flutter doctor it shows me that it is unable to locate android SDK, I was going to specify the path after locating it but I could not find it myself and I am pretty sure it is installed. Two every time I click play to start the emulator

June 11, 2021 at 09:38AM by Nahom Tibebu
https://ift.tt/3veYaOg
New post on /r/flutterdev subreddit:

Which state management shall I use for app like youtube ?
I want to create an app like youtube in flutter which state management shall I choose ? Provider , getx or more tbh I found bloc very complicated and provider not that useful * I think provider is nothing but inherited widget with less boiler plate code I wanted to try getx but as a gentleman said what if getx owner left the project then your project is completely dead its way too much functionality depends on single package , now I am confused which state management shall I chose ?

June 11, 2021 at 12:12PM by onlytostalk
https://ift.tt/3vdOwLZ