REDDIT
Flutter 3.41 release, anyone upgrade ?
Release note: https://docs.flutter.dev/release/release-notes/release-notes-3.41.0 For 2026, release four stable releases (including this one), the dates are as follows: Flutter 3.41 â Feb | Branched...
DEVTO
Revolutionizing Mobile App Development with Flutter
The Rise of Flutter: A Game-Changer in Mobile Development In the ever-evolving landscape of mobile app development, a framework has emerged that has captured the attention of developers worldwide – Fl...
REDDIT
Where are Flutter developers heading now a days
So being a Senior Flutter developer for last 6 years in the same company , now I am thinking about switching the job , but I seriously have no idea about whats going on in the market with Flutter deve...
DEVTO
"Please Clear Your Cache" — How I Finally Fixed Flutter Web Caching for Good
You know the drill. You deploy a shiny new version of your Flutter Web app. You ping the client: "It's live!" They open the app, and… nothing changed. Same old version. You sigh, and type the magic wo...
REDDIT
Feature-First or Layer-First: How Do You Structure Large Flutter Apps?
Hey Flutter devs, Iâm building a growing Flutter app with multiple screens and complex state. Curious how you structure large projects: Feature-first vs layer-firstâwhich works better? How do you ...
REDDIT
Serinus 2.1 - Morning Song
Hey everyone, The 2.1 update for Serinus (the modular Dart backend framework) just dropped! This release, nicknamed "Morning Song," focuses heavily on performance and developer experience. Key Highlig...
REDDIT
Serinus 2.1 - Morning Song
Hey everyone, The 2.1 update for Serinus (the modular Dart backend framework) just dropped! This release, nicknamed "Morning Song," focuses heavily on performance and developer experience. Key Highlig...
MASTODON
One more brick to allow shareable code between #backend and #frontend for…
One more brick to allow shareable code between #backend and #frontend for spark.https://pub.dev/packages/spark_webwe plan to support the entire Javascript API.used in https://spark.kleak.dev#dart #dar...
REDDIT
I built an open-source Flutter app for aquarium LED (my first Flutter app)
I got tired of commercial aquarium lights being either overpriced or having terrible apps. So I spent the last year building Borneo-IoT project, a professional-grade, open-source ecosystem. Everything...
REDDIT
[Package] native_workmanager v1.0.0 â Zero-overhead background tasks (Save ~50MB RAM per task)
Hi r/FlutterDev, I've just released v1.0.0 of native_workmanager. The Problem: Standard solutions like flutter_workmanager spin up a full Flutter Engine for every task. This costs 50-80MB RAM and 300-...
MASTODON
Ok, ammetto che scrivere tutto da "codice" anziché usare il "composer XML grafico" è un cambio mica…
Ok, ammetto che scrivere tutto da "codice" anziché usare il "composer XML grafico" è un cambio mica da poco.Ho fatto un paio di prove e certe cose sono più semplici, altre... più complesse.E devo anch...
REDDIT
Looking for recommendations: Breed-specific icon packs for a pet app ð¶ð±ð°
Hi everyone, Iâm currently working on a personal projectâa mobile app dedicated to pet care and management. I'm at the stage where I want to polish the UI, specifically for the profile creation sc...
REDDIT
About learn best practice for using flutter
Hi, How can I learn best practice of using flutter and make my code more clean and efficient? Any books or course or resources?
REDDIT
State Machines
When I worked at Stadia - we had a hierarchical state machine library that we used for the out of box experience onboarding flow (multiple screens with custom backflow) and for the complex setup, test...