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

You might not agree with me, but I STRONGLY believe that before hopping on the Flutter train, everyone should really learn the framework's language - Dart
Hello, everyone!As the title says and as I have noticed over the past few years, there is this tendency of a new developers finding Flutter library and directly diving their head into it, without even glancing over Dart documentation.They think, well, if I'm going to learn Flutter, then that means I'll also get a glance of everything I need to know about Dart. While that may be completely true, I believe it is not the best way to start learning Flutter.Dart isn't just a language that you'll eventually get to know if you learn Flutter. This is probably one of the biggest mistakes you could ever make when boarding the Flutter train.It might not be obvious for you, but sooner or later, I can guarantee you'll have huge gaps in your Dart knowledge that will prevent you from advancing in developing Flutter apps. If you don't properly understand the Dart concepts, features, language and key facts, you will start asking yourself questions on "why does this happen?" and your brain will tell you, well, it doesn't even matter as long as the app works, right?. So you'll get over it and month after month you'll accumulate so many questions that you'll eventually give up.This is really serious, to everyone wanting to hop on this amazing Flutter framework train, please take a month, or two, or three to properly learn the Dart Language. I promise it will make a huge difference in the future.Having that said, being one of the guys that experienced all of these during the past few years, I decided that I should create a complete Dart - from Novice to Expert Course on YouTube, in which I'll teach you possibly everything I know about Dart, and surely even more than that!I strongly believe that every tutor should do their extensive research on a subject, even though it's already familiar to them. That's why in this course you'll not only learn the basics like variables, if statements, for loops. You'll learn probably everything from inside Dart's universe, even more advanced topics like JIT & AOT Compilers, Dart Packages, Dart Runtime, Dart VM, Dart Isolates etc.The course is currently in progress, and I would really appreciate you to take a look at least over the first 3 tutorials to make an idea on whether you like my style of teaching, or not.I would really appreciate any feedback on this and I'm looking forward to hearing what topics from inside Dart you were struggling to understand the most, so that I'll cover them in future videos.Thank you for your time and I hope you'll enjoy my course!

June 11, 2021 at 11:47AM by W_C_K_D
https://ift.tt/3x86jp8