Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New tweet from FlutterDev:

🦋 Grab the #flutterapprentice here 👇 https://t.co/TfgyFPT0fO— Flutter (@FlutterDev) Nov 16, 2021

November 16, 2021 at 10:02PM
https://twitter.com/FlutterDev/status/1460714889815547906
New post on /r/flutterdev subreddit:

Internationalization for custom packages
Is there any documentation / sample / reference describing how can I make my package compatible with flutter i18n? I mean, I want to make sure package users can easily use i18n feature of package by just adding delegate into localization delegates just like how Material and Cupertino widgets does.I haven't seen any package using that feature either, I would be grateful if someone could refer a link to documentation, guide or some sample that I can apply.Note: I'm not interested in 3rd party localization packages, while they're doing great work I want to make sure the package works with bare minimum to avoid dependency hell, also the package already has it's own localization system in place but I simply want to change it with flutter localization instead.

November 17, 2021 at 12:13AM by zMisir
https://ift.tt/3qJpJ3D
New post on /r/flutterdev subreddit:

Flutter merch?
Over the past year I’ve been able to go from knowing next to nothing about programming, to cofounding a startup as its sole developer. My daily job has been challenging, fun, remotework-friendly and paid. We’re about to launch its 2.0 app in a few weeks, and and in celebration and appreciation of how awesome flutter has been for me I’m wanting to geek out a bit to #represent with some neat fluttermerch for myself.Have any of you guys come across any official website for buying merch to any degree? I mean there is definitely some T-shirts on redbubble that I found, but I wouldn’t mind spending extra if there was an official channel to get it from.If not, does anyone know who I might talk to that could send me in the right direction for making this a thing?I found an old post here from 2019 also asking for official merch with no luck, but I refuse to accept that there isn’t a way to solve this problem still now in 2021.

November 17, 2021 at 03:04AM by Refleksjon
https://ift.tt/3FoyLY1
New post on /r/flutterdev subreddit:

What native API do you find hardest to use?
I don’t know if this is allowed here but I am writing an article on Method Channel and I would like to simplify one or two native APIs that developers find hardest to use.

November 17, 2021 at 02:27AM by wilburtx9
https://ift.tt/3copEKg
New post on /r/flutterdev subreddit:

Does application state belong in Bloc or service layer?
If I have data that is scoped to the application, and not a specific screen, where should it live. A bloc is scoped to a specific screen, so that leaves the service layer. Is this a correct place to store state?

November 17, 2021 at 05:01AM by scorr204
https://ift.tt/3CpKu6T
New post on /r/flutterdev subreddit:

Best Dart Course ?
Please suggest best course on Dart and Flutter ? And YT Channel if any

November 17, 2021 at 06:35AM by Hot-War5472
https://ift.tt/3kJr8DP
New post on /r/flutterdev subreddit:

Why do I need Visual Studio for Windows support?
Why do I need to install Visual Studio to be able to compile and support for Windows? Just curious

November 17, 2021 at 12:09PM by isaiahcollins02
https://ift.tt/3HwLtWE
New post on /r/flutterdev subreddit:

Clean Architecture with Riverpod
Hi, I'm planning to follow clean architecture with riverpod and riverpod provides everything necessary, StreamProvider for Flow, StateProvider for StateFlow (I've done clean architecture in android), but just couldn't figure out certain parts, * Is it okay to use Provider as a way to DI? * Can a class, to be passed as a provider, contain a StateProvider member variable? Or should just pass the whole class as a StateProvider and use .select on member?I'm just trying to figure out an idea before the project starts, searched about this but couldn't resolve these particular doubts.Also please feel free to share anything to watch out, or best practices on using riverpod for clean architecture if you've done this before..

November 17, 2021 at 02:29PM by GokulDAS027
https://ift.tt/3kJKTuR
New post on /r/flutterdev subreddit:

Adaptive Chameleon Theme Plugin
My first ever flutter plugin. This adds support for managing theme modes (light, dark, system) and switching theme colours. It also comes with some handy out-of-the-box widgets to make implementation easier.https://pub.dev/packages/adaptive_chameleon_theme

November 17, 2021 at 05:40PM by KevinOmyonga
https://ift.tt/324Vj1z
New tweet from FlutterDev:

RT @GooglePlayDev: 📢 Starting soon! 📢 Join us at 10 AM PT to hear the latest Google Play policy updates and December’s compliance requirements. The team will also provide insights into the new Families policies and have Q&A for policy-related questions. Register → https://t.co/Bn0xn0cqWr https://t.co/FtnwdALS92— Flutter (@FlutterDev) Nov 17, 2021

November 17, 2021 at 06:30PM
https://twitter.com/FlutterDev/status/1461023832949538825
New post on /r/flutterdev subreddit:

Question about state management in flutter on an concrete example
Hello all,at the moment I am trying to write my first Flutter application. I have a question about state management:I have a screen where I can see details about an entity. This screen has its own state, which is responsible for retrieving the data, etc. A button at the top gives the user the ability to change the name of the entity. When the button is clicked, an AlertDialog with an input field is displayed. Currently, this popup shares its state with the main page.Would you use a separate state to manage the popup? This could have the advantage of allowing you to control things like a loading spinner for the action within this popup separately from the main view.If you use a separate state: How do you share the data with the main page? To be more specific: The entity name is displayed on the main page. If it is changed in the popup, this change should also be displayed on the main page. How would you solve this problem?I would be happy to hear your opinions and suggestions on this.

November 17, 2021 at 07:54PM by eckii24
https://ift.tt/3CoHpE8
New tweet from FlutterDev:

🐦 In case you missed it, here's the latest from the Flutter Update! Check out what we’ve hatched 🐣 ✔️ GMA SDK for Flutter to General Availability ✔️ Support on iOS & Android ✔️ Mediation (Beta) ✔️ And more! Let's go 👇 https://t.co/hihrX3QYjC— Flutter (@FlutterDev) Nov 17, 2021

November 17, 2021 at 08:30PM
https://twitter.com/FlutterDev/status/1461054029161762824
New post on /r/flutterdev subreddit:

How to start development in flutter
I'm working as developer using Symfony framework. I can make usable UIs using bootstrap and html css. I'm Ok with JS. I'm getting bored with web projects and decided to make some into android apps using flutter.From your experience what's the optimal way to start? Maybe some project ideas that rises the bar when doing each one. Any tips on how to get started will be appreciated.

November 17, 2021 at 09:11PM by Latvianization
https://ift.tt/3kKu42O
New post on /r/flutterdev subreddit:

Is setState() a step back?
Hello guys, I'm new to flutter (and here), and I'm following a udemy course. For background, I'm a front and back dev, currently in a front position using react. as for mobile dev, I do have experience with java, react native and ionic.So I love flutter so far, the widget approach is an interesting fresh take. However, seeing setState is troubling. As it was a common thing in react, and it brought lots of bugs (due to it being async, mostly), I don't understand why a new framework would use something similar.As stated, I'm really in the process of learning, and I'm sure the much-more-experts-than-me engeniers at flutter know better. So I was wondering if you guys know why they picked this approach, and what's your opinion about it? Is it working as it should?​Also, any good tip/pattern/resource regarding my learning of flutter and dart are most welcome.Thank you :)

November 18, 2021 at 02:08AM by Yogso92
https://ift.tt/3oxnON2