REDDIT
Flutter & Dartâs 2026 roadmap
Hey community fam ð â have you read the new Flutter & Dartâs 2026 roadmap yet? link: https://blog.flutter.dev/flutter-darts-2026-roadmap-89378f17ebbd My quick takeaways (TL;DR): Impeller: finis...
DEVTO
JSON to Dart: Complete Guide to Flutter Class Generation with Null Safety
Converting JSON to Dart classes for Flutter with null safety — everything you need. Manual fromJson/toJson class User { final int id; final String name; final String? bio; // nullable User({required t...
REDDIT
I built a database engine and ecosystem using the Dart language!
I'm new to Reddit... Please forgive me if I don't know the lingo -_- Alright, here goes: I developed my own database engine in Dart and a NoSQL Database API that you can use instead of Firebase. Once ...
DEVTO
Hi, I’m Mir Tawfiq – Flutter Developer from Bangladesh
Hi, I’m Mir Tawfiq, a passionate Flutter developer from Bangladesh. I specialize in building modern, scalable, and user-friendly mobile and web applications using Flutter and Dart. I focus on clean UI...
REDDIT
Do suggest some App Idea's plz !
We are in search of some cool idea, where we can deploy it on playstore also
DEVTO
I Had an AI Agent Build Me a Full App. 46K Lines of Code, 3 Platforms, Zero Dart Knowledge
Disclaimer: this article was also written by an AI agent. I’m a developer, not a writer — my raw drafts are something no human should be subjected to. I’m Not a Flutter Developer Let me be clear upfro...
REDDIT
Day 1: Flutter Build & Rebuild Behavior
I want to start learning Flutter topics in public and thought this would be a good place to do it. Iâve been working with Flutter for a couple of years, but rebuild behavior is still something I don...
REDDIT
Would you like to volunteer to build an app for a non profit organisation?
Hi everyone, We are Vanashree Gramvikas Pratishthan, a grassroots NGO in India working in tree plantation, environmental protection, and community welfare initiatives. We are developing a mobile appli...
REDDIT
Dart/Flutter bindings for the H3 geospatial indexing library.
Wraps H3 v4.4.1 via dart:ffi on native platforms and h3-js via dart:js_interop on web. Same API on all platforms. Native: zero-overhead FFI calls via Build Hooks (compiles C natively, no pre-b...
REDDIT
Flutter desktop app (outliner): as a developer tool?
I built a cross-platform desktop outliner in Flutter (macOS + Windows) because I couldnât find one I liked enough to use. [Note: app is not available to buy, currently pre-release/beta only.] Itâs...
REDDIT
I built a "Dumb" Flutter Client with 0% Logic. It is 100% controlled by a Python Backend via JSON. What do you think about this?
Hi everyone, I created an experimental architecture called DAD-UI (Deep Autonomous-Driven UI) The Goal: The Frontend (Flutter) is just a dumb renderer. It knows nothing about "Users", "Auth", or "Busi...
DEVTO
New Plugin
DEVTO
How I Built “Love Calculator by Name” – A Fun Offline Flutter App in One Weekend
How I Built “Love Calculator by Name” – A Fun Offline Flutter App in One Weekend As a Flutter developer with over 3 years of experience and 20+ apps already published on Google Play, I still love buil...
REDDIT
I made my first flutter app
Hey everyone, I've been building a small app called AlRnote and I'd love some honest feedback. The idea is simple: it's a place where people share real-life journeys as small "books". For example: "30...
REDDIT
Built a Flutter UI kit for African mobile money apps (MTN MoMo, Vodafone Cash, AirtelTigo, Paystack)
Tired of rebuilding the same screens every time I started a new fintech project in Ghana. Network selector, MoMo number input, KYC flow, bill payments, savings, POS. Same stuff, different project. Spe...