Tag: flutter
17 posts · Page 1 of 2
2026-02-08 flutterdartdebugging
Flutter: Droido 1.2.0 is a debug-only network inspector with zero release impact
Droido 1.2.0 landed on Feb 8, 2026 as a debug-only network inspector for Flutter. The interesting part is not the UI. It is the packaging story: keep a modern inspector in debug builds while ensuring release builds remain clean, small, and unaffected.
2026-02-07 dartflutter
biometric_signature 10.0.0: `simplePrompt()` is the feature, new `BiometricError` values are the real breaking change (Flutter 3.x)
biometric_signature 10.0.0 adds simplePrompt() and new BiometricError values. Here is how to handle the breaking change and future-proof your Flutter 3.x auth flows.
2026-02-07 dotnetfluttersqlite
TrailBase v0.23.7: A Single-Binary Firebase Alternative for .NET 10 and Flutter
TrailBase is an open-source, single-executable backend built on Rust, SQLite, and Wasmtime. Version 0.23.7 ships UI fixes and improved error handling.
2026-01-23 flutter
Debugging Flutter iOS from Windows: a real device workflow (Flutter 3.x)
A pragmatic workflow for debugging Flutter iOS apps from Windows: offload the build to macOS in GitHub Actions, install the IPA on a real iPhone, and use flutter attach for hot reload and DevTools.
2026-01-23 flutter
Flutter Particles 2.0.2: a quick tour (and a tiny integration snippet) on Flutter 3.x
particles_flutter 2.0.2 adds particle shapes, rotation, boundary modes, and emitters. A quick tour of what changed and a tiny integration snippet for Flutter 3.x projects.
2026-01-18 dartflutter
Flutter Text: the `leadingDistribution` detail that changes how your UI “breathes”
The leadingDistribution property in Flutter's TextHeightBehavior controls how extra leading is distributed above and below glyphs. Here is when it matters and how to fix text that looks vertically off.
2026-01-18 dartflutter
TypeMonkey is a good reminder: Flutter desktop apps need architecture first, polish later
TypeMonkey, a Flutter desktop typing app, shows why desktop projects need clean architecture from day one: sealed states, interface boundaries, and testable logic.
2026-01-10 flutterpython
Flet in 2026: Flutter UI, Python logic, and the trade-offs you need to admit upfront
Flet lets you build Flutter UIs with Python logic. Here are the real trade-offs: latency from event chatter, ecosystem mismatch with Dart plugins, and split-brain debugging -- plus when it actually makes sense.
2026-01-10 dartflutter
Flutter 3.x gets a new “offline RAG” building block: `mobile_rag_engine` (Rust core)
mobile_rag_engine brings on-device RAG to Flutter with a Rust core, ONNX embeddings, HNSW vector search, and SQLite storage. A practical look at the API, integration flow, and shipping constraints.
2026-01-10 dartflutter
Dart 3.12 dev tags are moving fast: How to read them (and what to do) as a Flutter 3.x developer
Dart 3.12 dev tags are landing fast. Here is how to read the version string, pin a dev SDK in CI, and triage failures so your Flutter 3.x migration is a small PR instead of a fire drill.