GITHUB
Update engine.version for 3.38.10 stable hotfix release (#182095)
I messed up thinking that I didn't need to do this since no cherry pick affected the engine. Instead, I need to update it with the SHA from #181926.
GITHUB
3.42.0-0.0.pre: Update `engine.version` for 3.42 beta release (#182125)
The commit: 3543c00 Note: The Flutter team is currently trialing the use of Gemini Code Assist for GitHub. Comments from the gemini-code-assist bot should not be taken as authoritative feedback from t...
DEVTO
Flutter Development Environment Setup (Apple Silicon macOS)
This document is a complete, reproducible guide based on a real troubleshooting journey. It explains what we were trying to achieve, why each tool exists, how to install everything cleanly, and how to...
DEVTO
From Clone to iPhone: A First-Time Flutter iOS Journey (with All the Pitfalls)
This post documents my first real interaction with Flutter, Dart, Android Studio, Xcode, and iOS development, starting from cloning an existing Flutter repository all the way to running the app on a r...
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...
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...
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...
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...
HACKERNEWS
Show HN: I built a 20MB PDF editor using Flutter (vs 300MB industry standard)
Article URL: https://revpdf.com/blog/how-i-built-a-15mb-pdf-editor Comments URL: https://news.ycombinator.com/item?id=46956866 Points: 2 # Comments: 1
HACKERNEWS
Fluorite, Toyota's Upcoming New Game Engine in Flutter [video]
Article URL: https://fosdem.org/2026/schedule/event/7ZJJWW-fluorite-game-engine-flutter/ Comments URL: https://news.ycombinator.com/item?id=46956636 Points: 1 # Comments: 0
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...