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...
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-...
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...
REDDIT
Finally released my first Flutter app - Hereâs what I learned
Hey fellow Flutter devs! I finally bit the bullet and released my first app. It started as a simple hobby project to learn Flutter whilst building a tool to help me sleep, and I ended up learning quit...
DEVTO
🚀 A Modern Flutter Permission Plugin That Works Across ALL Platforms (Android, iOS, Web, Desktop)
Managing permissions in Flutter apps can quickly become complex — especially when supporting multiple platforms like Android, iOS, Web, and Desktop. Handling platform differences, permission states, a...
REDDIT
A curated list of notable contributions to Flutter's core
This might be an issue worth following because it highlights notable contributions in a curated list.
DEVTO
Why Smooth Apps Win: Understanding FPS, Jank, and Runtime Performance
Startup time creates the first impression, but runtime performance decides whether users stay. An app that opens instantly but stutters during scrolling or typing still feels broken. Users don’t think...
REDDIT
Lessons learned while vibecoding mobile apps in Flutter
I'm not a developer and have been dabbling in vibecoding mobile apps using Flutter. My tech stack is: Cursor with Anthropic's Sonnet or Opus Flutter for iOS and Android mobile apps Some major issues I...
REDDIT
Restartable Timeout Timer Implementation
This probably amounts to premature optimization, but I figured I would ask anyway. I'm implementing a "read timeout" for dart:http StreamedResponse ByteStream. If no data is received within a set dura...