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

Where do I find my iOS ID in Flutter?
I've noticed that Flutter is different in Windows and in MAC. I would like to register a particular App in firebase but I have not found the IO's ID which is not the same as the Android ID. From what I have read, they recommend you using XCode to grab the ID but in Windows there's not this option

July 06, 2021 at 06:26PM by GiuseppinoPartigiano
https://ift.tt/3Ayy393
New post on Flutter Dev Google group:

Getting a postId for many users on FirebaseFirestore
Hello! What I am trying to do is get all the userIds of the users that have saved a specific post (postId) and then erase that post from the database. I do not care who the user is, I only care about whether they have a specific post in their savedPosts. *FirebaseFirestore.instance.collection('us

July 06, 2021 at 07:12PM by Alvaro Gonzalez Rico
https://ift.tt/3wny38m
New post on /r/flutterdev subreddit:

Persisting Data Locally with Flutter | SharedPreferences
https://youtu.be/p21D8dtUnVk

July 06, 2021 at 08:01PM by ITMastering
https://ift.tt/36eAOyi
New post on /r/flutterdev subreddit:

How to Duplicate a Flutter + Firebase Project — Sudden Defrag
https://ift.tt/3wntBGG

July 06, 2021 at 07:09PM by cannotelaborate
https://ift.tt/3hyGmc4
New post on /r/flutterdev subreddit:

Getting an Android Phone for Flutter Dev
Hey folks! Ima get straight to the point. I am mainly an iPhone user but since I am developing flutter apps on Windows environment I am planning to get a cheap Android device to test the apps I'm building since the ANDROID AVD is laggy as projects become large. Looking for some super cheap recommendations. Thank you.

July 07, 2021 at 02:09AM by parteeksj
https://ift.tt/3AKJPNM
New post on /r/flutterdev subreddit:

Command Line Debugging Flutter
I am starting to explore adding flutter support for Sublime Text. Sublime Text now has well supported extensions for Language Server Protocol and Debug Adapter Protocol. Both these protocols are what vscode uses for intellisense code completion, and debugging applications. So Sublime should be able to do most of the things VSCode does with flutter.Ok so step one....trying debugging from the cli to see what the interface looks like, then wrap those cli commands in a Sublime Extension. One problem though.....I seriously cannot find a way to debug flutter from the command line (like set a breakpoint from the command line and then break on it).I am missing something, or is this actually the case??

July 07, 2021 at 03:12AM by scorr204
https://ift.tt/3ym8VR0
New post on /r/flutterdev subreddit:

I developed a mental health related app from my personal experience!
So basically last year I was feeling a bit low. I really didn’t know how to become better since I had never faced this before. I used to not get proper sleep and woke up after having dreams due to my anxiety. So I just started noting what activities I did and whom I did it with in a google doc. Slowly I also started rating how I felt about the interaction. Soon I started to notice a pattern that I felt better when I hung out with some people and when I did certain activities. This way I was able to feel much better than before and I gained confidence that I can control my own mental health. I stopped dreaming as frequently since then. I even built an app for this so that other people can do the same .The app is called Happyer which was made based on the above experience and provides insights into impact of a given activity or friend. The app also has a "Find Therapist" feature using which you can contact our therapists for help.https://play.google.com/store/apps/details?id=com.happyer4life for android https://apps.apple.com/ca/app/happyer/id1537711110 for iOS.I have created a subreddit https://www.reddit.com/r/Happyer/ to help easily address issues/bugs & to allow users to share their happy experiences :)

July 07, 2021 at 05:21AM by Dragonair_fruit1371
https://ift.tt/3xnduKK
New post on Flutter Dev Google group:

any one explain about base 64,
how to upload files to server by json ,how we need to pass image.

July 07, 2021 at 07:40AM by Jayakrishna Chadalawada
https://ift.tt/3yviHjP
New post on /r/flutterdev subreddit:

Best approach for testing flutter app
I have experience in appium and selenium. I know that for flutter, you can either use the flutter test driver or using the appium test driver? Which one is recommended?

July 07, 2021 at 07:18AM by spiderman1538
https://ift.tt/3wo5HLt
New post on /r/flutterdev subreddit:

Speed up writing Flutter Redux code in your IDE
''If you’re developing your Flutter application using Redux, you know that this architecture has many advantages. Unfortunately, like everything, it also has some drawbacks. One of them is the amount of code you have to write for every new widget that wants to benefit from the Redux Store. Today I’d like to show you a nice way for speeding up this process. It’ll be useful for you if you’re using Android Studio, IntelliJ IDEA or Visual Studio Code.''Read the full article here.

July 07, 2021 at 12:04PM by Viruscatman
https://ift.tt/3jNlFMs
New post on /r/flutterdev subreddit:

Is there a way to read contents of a zip/rar file within dart/flutter without having to actually extract the contents to a directory?
I'm looking to see if theres a way to read zip files without having to extract them to a path on the device. I see that there are only 1 or 2 packages for handling Zip files with Flutter, the most popular being flutter_archive but it seems that package will only allow you to create and extract compressed files.Would appreciate any advice or knowledge!

July 07, 2021 at 09:10PM by VanillaVolnutt
https://ift.tt/2TLNbiD
New post on /r/flutterdev subreddit:

chemistry - A state manager
Hello!I have been working on a state manager for flutter. It is inspired by Recoil for React but doesn't work in exactly the same way. If you take a look at it I would appreciate some feedback.https://pub.dev/packages/chemistry

July 07, 2021 at 11:00PM by simonwahll
https://ift.tt/3xorqnN
New post on /r/flutterdev subreddit:

Should I be proud?
I just upgraded from Flutter 1.17 - 2.3 (Dart too) and I had held off because of potential null safety issues. I have not been able to work on any of my Flutter projects for a couple months but when I did the upgrade I had zero issues with the last two decently sized projects. Should I be proud of this?

July 08, 2021 at 01:14AM by returnFutureVoid
https://ift.tt/3jSIDlf
New post on Flutter Dev Google group:

Location picker
Hey I'm trying to create a screen whereby the user chooses a location on the map and then I want to email the location the user chooses. However, I'm only finding packages that use the Google API... this would require me to enter CC information and I don't want to do that. Is there any free to

July 08, 2021 at 05:09AM by Kristin
https://ift.tt/3ANMvdB