REDDIT
Open source: AI-Ready Enterprise Flutter Starter with Hexagonal Architecture, CQRS, type-safe routing, and 23 AI-friendly architecture rules
Hey r/FlutterDev! ð I've been working on this for a long period and finally ready to share it. What is it? An AI-Ready Enterprise Flutter Starter - a production-grade template that combines: Clean ...
DEVTO
Book Delhi to Gwalior Crysta with Guruji Travels
https://gurujitravel.com/packages/delhi-to-gwalior-crysta Delhi to Gwalior Crysta – Comfortable & Reliable Taxi Service Delhi to Gwalior Crysta service is proudly offered by Guruji Travels Pvt. Ltd., ...
DEVTO
Nice piece bro
How to Build and Publish a Dart API Package to pub.dev Franklin Oladipo ・ Feb 1 #techtalks #api #flutter #dart
DEVTO
How to Build and Publish a Dart API Package to pub.dev
A practical, real-world guide to structuring Dart packages, understanding plugins, and publishing reusable libraries to pub.dev. One of the strengths of the Dart and Flutter ecosystem is how easy it i...
REDDIT
New episode of the It's All Widgets! Flutter Podcast with Thomas Burkhart ð
Born 1971 Thomas Burkhart could be seen almost as a legacy system. Being almost 30 years in this industry led him to a lot of different technologies, like C++ with mfc, C#, microcontrollers in C and c...
REDDIT
Learning Flutter vs pursuing Master degree in Software Engineering!
Hi I'm 31 years old guy, I haven't any skill of programming i just remember a basic of programming, 8 years ago i graduated computer science, during those years i hadn't good professional job related ...
REDDIT
Flutter + Python: MimikaStudio, Voice Cloning, TTS & Audiobook Creator (macOS + Web)
Hey everyone, I've been working on a native macOS app called MimikaStudio and thought this community might find it useful. It's designed to help authors create audiobooks from their manuscripts, inc...
REDDIT
Something that should be easy but somehow never is?
Whatâs that one thing that should be simple, but somehow always feels more annoying than it needs to be? Something where the docs are technically correct⦠but way more complex than the actual use ...
REDDIT
Opinion: The difference between a Junior and Senior dev isn't what they write. It's what they delete.
Most of us measure productivity by lines of code added. "I built this feature." "I added this package." I used to think the same. I thought being "Senior" meant writing complex abstractions or using t...
REDDIT
How much money has your App made in 2026 so far?
I'm sure a lot of people on here are not just developers working for others but have built something of their own. How much money has your App made? I'm curious we all see so many gimmicky figures onl...
REDDIT
Connect flutter app to apple watch
Hi everyone, I'm building flutter app and integrate apple watch with sync paired simulator. I am facing sync issue. Couldn't showing data. I have tried WCSession with invoke method. All possible metho...
MEDIUM
Bloc Superpowers
REDDIT
Who of you uses promotional codes to promote your apps?
Hi, I am currently building a platform to make handling of promo / offer codes on Android and iOS easier because after releasing my first own app I was really shocked how cumbersome the handling is. A...
REDDIT
Is Flutter dead? I donât really laugh anymore...
Writing this post with 10 years in mobile(android) and almost 5 years in Flutter. You know that meme question: âIs Flutter dead?â I always laughed at it, with irony, because Flutter wins for many ...
REDDIT
proposal to implement explicit error propagation in dart inspired by zig https://github.com/dart-lang/language/issues/4630
What are your thoughts on the proposal to implement explicit error propagation in dart inspired by zig https://github.com/dart-lang/language/issues/4630
REDDIT
I built a mobile Code Editor in Flutter
Hi, I made a generic editor app. I built it in a way that the main architecture is reusable, and each editors are plugins. The benefit of building it this way, is so that editor plugins have a base of...
REDDIT
Flutter doesn't have any proper downloader package and its irritating
Thereâs only one maintained Flutter downloader (bbflight), and even that loses all progress if the app is killed. Why should a user who downloaded 80% restart from 0? Thatâs not acceptable UX in 2...
DEVTO
Reactively logout users on token refresh failure from Dio interceptors using RxDart in Flutter
Firebase auth should cover about 90% of a Flutter app's authentication needs, but what if you need to roll your own auth? Then, you'd need to manually handle trading and saving your JWT tokens from th...
REDDIT
Iâm working on a Flutter-based IPTV app.
Initially, I used flutter_vlc_player. It worked fine on Android phones, but on many Android TVs (especially low-end ones) it was laggy, had frame drops, and poor performance. To fix this, I switched t...
DEVTO
Dart Frog Part 5: Deploying Your Backend Service With Dart Globe 🌍
This final part of the Dart Frog Full Course is finally here! 🥳 Hi guys, Samuel here again. Today, will be deploying our secure Todo API (with JWT auth from Part 4) to Globe (globe.dev). Globe is the...