DEVTO
Best State Management: Bloc vs. Riverpod
The Flutter ecosystem has matured significantly since its inception. In 2026, the framework remains the dominant force in cross-platform development, but the debate surrounding state management has on...
MASTODON
Today i released a big update to spark.Lots of improvements in the framework.see yourself :…
Today i released a big update to spark.Lots of improvements in the framework.see yourself : https://pub.dev/packages/spark_framework/changelogand even more in the cli : https://pub.dev/packages/spark_...
MASTODON
Building a Flutter app that feels fast, stable, and scalable starts with the right…
Building a Flutter app that feels fast, stable, and scalable starts with the right architecture.Flutter BLoC Architecture brings structure to state management and clarity to complex app logic. See how...
DEVTO
Simplifying State Management in Flutter with Command and Result
About a year ago, the Flutter documentation was updated with new recommendations. Among its suggestions, such as the MVVM architecture I've commented on before, two patterns already known to programme...
DEVTO
How I Achieved 100% Test Coverage in a Flutter Enterprise App
2,300+ tests. Zero excuses. Here's exactly how I did it. The Challenge When I started building an enterprise-grade Flutter starter app, I set myself an ambitious goal: 100% test coverage. Not 80%. Not...
MASTODON
Toyota - Yes, that Toyota, have just announced they are creating a new "console-grade" open source…
Toyota - Yes, that Toyota, have just announced they are creating a new "console-grade" open source cross platform game engine - Fluorite, powered but Flutter.https://gamefromscratch.com/toyota-create-...
DEVTO
FlutterFlow Production Apps Explained: A CTO’s Guide for 2026
By 2026, the conversation around no-code and low-code platforms has changed completely. These tools are no longer just for hobby projects or weekend experiments. CTOs are now being asked serious quest...
DEVTO
The Dart async/await Function: What Your App Is Actually Doing When It Says “Loading…”
For a long time, I thought “loading” meant my app was stuck. Not broken. Just frozen. Waiting. Politely doing nothing until the data finally showed up. That idea lived in my head every time I saw a lo...
DEVTO
Design-Driven Firebase in Flutter: Building Custom In-App Messaging with SwiftUI & Compose
🆕 Design-Driven Firebase in Flutter: Building Custom In-App Messaging with SwiftUI & Compose In-app messaging plays a critical role in how users interact with modern apps — from promoting offers to d...
DEVTO
GoRouter Advanced Tutorial 2026: Bottom Nav, Nested Routes, Auth Redirects & Typed Navigation 🚀
I remember being asked early in my career as a software engineer whether I could persist the bottom navigation so it would stay on the screen regardless of which page the user navigated to. My colleag...
MASTODON
@firefoxwebdevs, @firefox shouldn't fixing Firefox's #WebAssembly support for #Flutter be one of your priorities?
@firefoxwebdevs, @firefox shouldn't fixing Firefox's #WebAssembly support for #Flutter be one of your priorities? https://bugzilla.mozilla.org/show_bug.cgi?id=1788206https://docs.flutter.dev/platform-...
MASTODON
Currently working on an instant mock api server.
Currently working on an instant mock api server. Got a good open api spec? Mock data, edge cases and share your configs via git within seconds. Working features:- loading open api spec via file, raw t...
MASTODON
Table Habit è un’app open source per creare e monitorare micro‑abitudini, con grafici intuitivi,…
Table Habit è un’app open source per creare e monitorare micro‑abitudini, con grafici intuitivi, sincronizzazione WebDAV e un’interfaccia moderna basata su Flutter. #TableHabit #HabitTracker #OpenSour...
MASTODON
Da es seit Jahren keiner geschafft hat einen vernünftigen Mumble Client zu bauen für Android (auch…
Da es seit Jahren keiner geschafft hat einen vernünftigen Mumble Client zu bauen für Android (auch bald iOS möglich), habe ich mir mal die Aufgabe genommen, dies endlich nachzuholen. 😁 https://git.3d...
MASTODON
RE: https://techhub.social/@LinuxToday/116028400095617619Here's a presentation on Toyota's Fluorite…
RE: https://techhub.social/@LinuxToday/116028400095617619Here's a presentation on Toyota's Fluorite game engine from FOSDEM '26...https://fosdem.org/2026/schedule/event/7ZJJWW-fluorite-game-engine-flu...
DEVTO
The 2026 App Boom: Why a Flutter Course in Mohali is Your Best Career Move
Let’s be honest: the tech world moves at a breakneck pace. Just a few years ago, mobile app development was a tug-of-war between iOS and Android. If you wanted to build an app, you usually had to choo...
MASTODON
Flutter is shaping the future of app development in 2026.With native-like performance, expressive…
Flutter is shaping the future of app development in 2026.With native-like performance, expressive UI, and multi-platform support, Flutter enables teams to build scalable, high-quality apps without man...
DEVTO
From 0.3% Crash Rate to Zero: Scaling Flutter Cache with Batching, Locking, and Observable State
From 0.3% Crash Rate to Zero: Production-Grade Performance This is Part 3 of a 3-part series. 🔙 Catch up on the series: Part 1: When SharedPreferences Fails (Resilience & Architecture) Part 2: The JW...