REDDIT
I built a CLI that generates a production-ready Flutter app (auth, API layer, caching, security, CI/CD)
Most Flutter projects start the same way: Create project â set up folders â wire DI â build auth â handle tokens â write API client â add pagination â cache â settings â tests â CI...
DEVTO
Create A Powerful Mobile App - Rust as the Brain, Flutter as the Face
Design beautiful interfaces in Flutter. Run serious logic in Rust. Connect them like a pro. Modern applications are evolving beyond simple UI rendering and API calls. Today's apps handle heavy data pr...
REDDIT
Trying to build a true on device AI
I travel a lot. I don't usually have service in a lot of places. I could see myself use some local AI model that I can upload references maps guides PDFs and use it locally without any internet servic...
REDDIT
4+ Years Experienced Flutter Developer | Fintech, Ride Sharing, Delivery Apps | Available for Hire
Hello Reddit! Iâm an experienced Flutter developer with 4+ years of hands-on experience in building scalable and complex mobile applications. Iâve worked on high-demand apps including ride-sharing...
REDDIT
Best AI model right now for Flutter/Dart development
For people actively doing Flutter development, which AI model are you finding works best inside an IDE right now? Mainly looking for strong Dart/Flutter understanding (widgets, state management, null ...
REDDIT
Is the Flutter job market getting worse in India?
Hi everyone, I wanted to understand if others are facing something similar lately. Iâm a Flutter developer with 3+ years of experience, mostly working in service-based companies. Iâve been activel...
DEVTO
Top Industries That Benefit from Flutter Development
In today’s fast-moving digital landscape, businesses need mobile applications that are fast, scalable, and cost-effective. Flutter, Google’s open-source UI framework, has become a popular choice for b...
REDDIT
What will happen, If a flutter app has bloc, getx, provider and flutter_hooks. Each of these packages were used in different modules.
Mostly how you would react when you see a project like this ?
REDDIT
Looking for feedback on a small Flutter app Iâm building
Hey all, Iâm a solo dev working on a small Flutter app called Holii and Iâm looking for feedback so I can improve it. The app helps you pick a movie based on a few criteria and shows where itâ...
DEVTO
Detecting if a User Is Actually Present on Mobile (Without Using Camera or Spying)
One of the first problems we hit while building a reward-based mobile app was unexpected. Not performance. Not scaling. Not payments. Presence. The Internet Counts Activity — Not Attention Most system...
REDDIT
Run YOLOv26 Natively in Flutter â No Third-Party SDK Required
For Flutter developers struggling to implement YOLOv26 natively â I wrote up exactly how to do it with method channels, no third-party YOLO packages required. Covers CoreML + Vision on iOS and LiteR...
DEVTO
Fluxy State Management: A New Standard for Scalable Flutter Architecture
Flutter has no shortage of state management libraries. But as applications scale, most solutions start to break down, not because of performance, but because of architecture. Fluxy was designed to sol...
DEVTO
Fluxy Networking: Why We Built a Zero-Dependency HTTP Engine for Flutter
Flutter has great networking libraries. Dio. Http. Chopper. Retrofit. They are mature, powerful, and battle-tested. So why did we build another networking engine? Because frameworks shouldn’t depend o...
DEVTO
Fluxy DevTools: The Missing Debugging Experience in Flutter
Flutter has great tooling. But when it comes to deep architectural debugging, most state-management solutions still leave developers guessing. Why did this widget rebuild? What triggered this network ...
REDDIT
AI can ship a Flutter app. It just wonât give you a project.
I tried something a bit lazy. I gave an AI assistant feature requirements and let it implement almost the entire Flutter app. Result? It works. Navigation works Typing engine works Dictionary lookup w...
REDDIT
Help using google_sign_in package version 7+, how to access the instance of GoogleSignInAccount that is currently signed in? I need it to get the relevant authorizationClient.
NOTE: I posted it first in r/flutterhelp 3 days ago, but couldn't find any solution. Couldn't think of any other place than this sub. Tried to search google etc. but no help. I did read the migration ...
REDDIT
Do I need separate import logic for every broker in my Flutter trading journal app?
Iâm building a trading journal + portfolio management app in Flutter. The idea is simple: users upload their daily/monthly tradebook CSV/XLS from their broker, and the app analyzes things like: Intr...