GITHUB
3.41.0: Update `engine.version` for 3.41 stable release (#182118)
Update engine.version to Dart version + DEPS update: 3452d73 Tests will fail until https://ci.chromium.org/ui/p/dart-internal/builders/flutter/Linux%20flutter_release_builder/1198 completes. Note: The...
REDDIT
Open-Source app architecture for high-quality, scalable Flutter apps
Hi devs, If you're looking for some architecture ideas or some cool animations, this open-source Flutter app might be useful. I built it with the goal of keeping the architecture readable and scalable...
REDDIT
Nocterm Bloc
Hey, dart devs. If you are a fan of #nocterm, you might find this time-tested approach to state management useful.
REDDIT
Locmate: Flutter local localization interface
A visual editor for Application Resource Bundle (.arb) localization files, enabling rapid development. It is specifically designed to be used for Dart and Flutter projects using the intl package. Th...
REDDIT
Everything I know about Fluorite
Toyota Connected North America just announced Fluorite: a console-grade 3D game engine built entirely in Dart and Flutter, powered by Google's Filament renderer. It was revealed at FOSDEM 2026 and is ...
DEVTO
The Hidden Gem of Flutter Lists: Unlocking scrollable_positioned_list's Superpowers
As Flutter developers, we've all faced the common challenge: building lists that need more control than the standard ListView provides. Whether it's scrolling to a specific index, tracking which items...
REDDIT
Mixbox is a library for natural color mixing based on real pigments.
Mixbox is a new blending method for natural color mixing. It produces saturated gradients with hue shifts and natural secondary colors during blending. Yellow and blue make green. The interface is sim...
REDDIT
Meet Relic. ð¯ Dart now has a modern type-safe, well-tested, production-grade web server
Relic 1.0 is just released. If you prefer reading over watching here is a blog post: https://medium.com/serverpod/relic-1-0-a-modern-web-server-for-dart-ddf205a8f34c
REDDIT
Meet Relic. ð¯ Dart now has a modern type-safe, well-tested, production-grade web server
Relic 1.0 is just released. If you prefer reading over watching here is a blog post: https://medium.com/serverpod/relic-1-0-a-modern-web-server-for-dart-ddf205a8f34c
REDDIT
I've built a real-time crypto tracker with WebSocket streaming, background isolate parsing, and zero code generation
Hey r/FlutterDev! I wanted to share a side project I've been working on for 2 days. A real-time cryptocurrency tracker. It connects to Binance's WebSocket API and handles trading pairs updating live. ...
REDDIT
Gradle x Docker x Low Ram Build Hell
I remember my first time of trying to make an enterprise grade application with flutter for UI, docker for the backend and typescript for most of the logic. after I thought I was done coding blind and...
REDDIT
Flutter developer facing limited job opportunities - seeking specific advice on tech stack pivot
I've been learning Flutter for the past 3 months and built a few apps. Really enjoying it so far. But when I look at job postings, Flutter roles are like 1/4th of what Kotlin has, and the pay is notic...
REDDIT
Looking for contributors in my open-source Flutter project: SuperScan
Hey everyone, I'm a beginner Flutter dev and I've just started to work on SuperScan! It's a local-first document scanner that syncs with Google Drive and uses AI for a feature I call "MagicEyes," that...
DEVTO
What a Non-Engineer Built with Claude Code in One Month
Introduction I'm not a software engineer. I don't write code for work, and I didn't study computer science. I'm the kind of person who tinkers with code as a hobby. That said, after starting to use Cl...
REDDIT
Found a Flutter app that makes testing emails way easier (DevPostBox)
Came across a Flutter repository called DevPostBox thatâs pretty handy if you use testmail.app for testing email flows. Instead of opening the browser or manually calling endpoints to check test ema...
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...
REDDIT
[Flutter] Android Live Photo
**Context:** Building a Flutter app that handles Android "Live Photos" (Motion Photo on Pixel/Samsung, dynamic photos on Xiaomi/OPPO, etc.). Need to extract and play the video portion. **Current Setup...