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

Can I use setState for micro state managment when using bloc?
I'm trying to manage a micro state that has to persist on all four bloc states, but it's just a component change, so I don't think it would be good to put in the bloc states. Am I right? Thanks

February 21, 2022 at 01:45AM by enzodtz
https://ift.tt/WOo9zK8
New post on /r/flutterdev subreddit:

FlutterFire x Bloc: Phone Authentication
https://ift.tt/hCerx3v

February 21, 2022 at 05:47AM by Red_Star25
https://ift.tt/341cFYw
New post on /r/flutterdev subreddit:

Suggestions needed for a new state management library
Hey 👋 all, I was trying to create a no magic state management library with unidirectional state change but needed some feedback on Api pattern and what are your views.Note: This is highly inspired by state notifier, mobx and provider.view snippetHere is the Github Url !(Note: It is not complete and not tested yet 🙂)

February 21, 2022 at 05:38AM by Efficient_Leave_7462
https://ift.tt/k8DCF3r
New post on /r/flutterdev subreddit:

Has anyone developed such UI in Flutter
https://ibb.co/VNL3Jv4

February 21, 2022 at 07:22AM by Dhanraj_Flutterdev
https://ift.tt/65JDhBt
New post on /r/flutterdev subreddit:

Dart is the lowest paying language in Stack Overflow's 2021 survey?
Stack Overflow published their 2021 statistics survey, 80,000 developers, hobbyists and professionals voted this year.What do you guys/gals think about Dart being the lowest paying language (on average)?I was kind of underwhelmed and almost took it personally.https://insights.stackoverflow.com/survey/2021#technology-top-paying-technologies

February 21, 2022 at 08:59AM by WasJohnTitorReal
https://ift.tt/AR9QMLN
New post on /r/flutterdev subreddit:

Good flutter books
Hello guys! Do you have some suggestions for a good and updated flutter book?For context, I'm a pretty experienced web developer and I have an idea for a project that I think would work better as a mobile app that as a web app/pwa. For now I understand the basic concepts of flutter and I need something to get good at it to develop my idea as fast and as stably as possible.Thank you in advance guys!!

February 21, 2022 at 11:01AM by -polly3223
https://ift.tt/ZnXuGWg
New post on /r/flutterdev subreddit:

How to human Test your iOS Flutter App with your dev API
Is it okay to upload a build of your App to TestFight linked to your dev API for your team to test & than upload a new build linked to prod API or are the better practices for internal testing iOS Flutter Apps ?​We need to test our App on our Dev API to execute certain aspects of it without impacting our Prod Database

February 21, 2022 at 01:51PM by Isifdis
https://ift.tt/59hRCGq
New post on /r/flutterdev subreddit:

A more type-safe i18n solution (supports Lists, Maps, Plurals, Gender, Interfaces, etc.)
https://ift.tt/6wW9Eko

February 21, 2022 at 02:45PM by Tienisto
https://ift.tt/6NkY70n
New post on /r/flutterdev subreddit:

62% of leaders think that a mobile strategy is a must for any business. Mobility engineering helps businesses stay connected real-time with their customers, foster efficiency, and gain a competitive edge. Visit Nitor Infotech to know more about our mobility engineering services.
MOBILITY ENGINEERING

February 21, 2022 at 02:22PM by Nitorblog
https://ift.tt/FM5sd13
New post on /r/flutterdev subreddit:

Late variable declaration can access members in its initializer 🤯
I just discovered that if you declare a variable with late, you can access members of the class in its initializer. Can someone explain me why it's working and if it's safe to do so instead of using initState ?
class _ExampleState extends State<Example> with SingleTickerProviderStateMixin { _ExampleState(); Duration get computeDuration => const Duration(seconds: 1); // Error: computeDuration can't be accessed in an initializer // Error: invalid reference to this final AnimationController finalController = AnimationController( duration: computeDuration, vsync: this, ); // Working late AnimationController lateController = AnimationController( duration: computeDuration, vsync: this, ); } 


February 21, 2022 at 05:02PM by Pierre2tm
https://ift.tt/zvqcdX4
New post on /r/flutterdev subreddit:

Drip, A free Youtube music client built with Flutter.
Project GitHub - https://github.com/Spsden/DripWhat is it ?Drip is a YouTube music client built using flutter. It uses unofficial YouTube Music Api .Features ..Open SourceYouTube Search Artist, tracks , albums and community Playlists.YouTube music HomepageLoads related tracks when you play a trackFluent design language (Microsoft Windows)No ads (Doesn't need YouTube premium)Does not need login or api key or anything as such.Please note this is a very early release that I couldn't wait to share. There are still a lot of bugs and inactive options. I am actively working on it after school hours.This is my First flutter app and I built it while learning the framework. Hope you like it.

February 21, 2022 at 04:35PM by Vismrit
https://ift.tt/fECKh6U
New post on /r/flutterdev subreddit:

🚀 Top 12 Flutter Development Tools. Here is a list of some of the development tools I am using since I started developing with Flutter a little over two years ago.
https://ift.tt/aXqso0k

February 21, 2022 at 05:24PM by rinchapincha
https://ift.tt/Lz0BcMt
New tweet from FlutterDev:

📣🧩 ONE week left to submit your project! To mark this milestone, we're announcing our judges for the #FlutterPuzzleHack! Don't forget to submit your project before February 28th for a chance to win big. 🏆 Get started 👉 https://t.co/fH3oUV69UE https://t.co/z2DysxPgqU— Flutter (@FlutterDev) Feb 21, 2022

February 21, 2022 at 06:00PM
https://twitter.com/FlutterDev/status/1495805520917192713
New post on /r/flutterdev subreddit:

What do you advise a beginner who is just starting to learn Flutter?
Any help? courses or websites do you recommend? Any study strategy?Any general advice? just anything...

February 21, 2022 at 07:05PM by MedEMPIRE
https://ift.tt/uNxfpAC
New post on /r/flutterdev subreddit:

Where/What should I learn next? - Begginner here (backend)
Hey y'all, so, I know I'll look ridiculous writing this on this subreddit, but I consider myself almost a complete begginer. I'm now on my second "masterclass" app video, as the first one was a WorldTimeApp (By Net Ninja) that I followed but wasn't able to finish as some things that he used weren't able now (tutorial is 2+ years old, some things are no longer up and running).I figured out that I'd try another one of these longer tutorials, as I've been really enjoying all of this, and it's all quite new to me (all my coding background comes from a scratchy ass subject i had in high school).I've picked this 4hr long tutorial by "dbestech" (link: https://www.youtube.com/watch?v=x4DydJKVvQk&t=5460s), and it was going incredible till I hit a wall (at around 3:10:00). We've come to what I think is the start of the making of the backend portion of the app, and I can't baically understand a thing of what he's doing, what software he's using, and the whole setup process. Not to blame on him, the whole tutorial is great, it's just that I have 0 knowledge on this part.With this, could someone tell me what or/and where to iniciate my learning progress in this area? Like what I had to learn so I could follow the rest of the tutorial? (I've watched all over his channel and did not figure out anything that could help me). It doesn't have to specifically the method of this tutorial, just anything that could help me out start learning about this whole other dimension to appdevelopment.Cheers to y'all, have a great day!P.S: I've also published this on r/flutterhelp, just figured out I could post here too as they are so much people online.

February 21, 2022 at 06:43PM by Moms_Spaghetterino
https://ift.tt/FKBlC8t