REDDIT
DNose: Checking the quality of test code.
hello everyone, I would like to present a tool that I created in my PhD, DNose, it checks the quality of the test code using the concept of TestSmell. I have already published an article analyzing 5 t...
REDDIT
If I use state management (Provider/Riverpod/Bloc), should I completely avoid setState()?
Hi everyone, Iâm a Flutter developer and I have a question about state management best practices. If Iâm already using a state management solution like Provider, Riverpod, or Bloc, should I comple...
REDDIT
Antigravity dart MCP review
I have been using antigravity for the past few weeks. Been heavily using the dart mcp in the antigravity for component development. For the bugs fixes and code analysis I think it works most of the ti...
REDDIT
I build a WishperFlow clone but totally offline and open source for Windows
I was seeing a lot of ads by Wishper Flow, and I thought even I can build it and so I did and also made it totally offline. Its made in Flutter cause I wanted to try how good flutter is for windows. A...
DEVTO
Flutter in 2026: What It Is, Why It Matters, and Why App Development Is a Skill Worth Learning?
There was a time when building an app meant choosing sides. If you wanted an iPhone app, you learned one language. If you wanted an Android app, you learned another. If you wanted a web app, that was ...
REDDIT
As a Flutter Developer, How Should I Start Integrating AI into Production Apps?
I build apps using Flutter and Node.js backend. I want to start integrating AI features (prediction, recommendation, automation) into real apps. Should I start with: - Python + ML models? - OpenAI API...
REDDIT
Iâm building a Mess Management App â Thinking of Adding AI. Need Suggestions.
Hi everyone, Iâm a Flutter developer building a mess management system for hostel students (around 2000+ users). Currently, it handles: - Meal subscription - Payment tracking - Admin dashboard - QR-...
REDDIT
Building a smarter weather app â validating before launch
Hey everyone ð Iâm building a weather app that focuses on turning raw forecast data into clear, actionable insights instead of just numbers on a screen. Rather than only showing probabilities, it...
REDDIT
State Management Package Listening to the Database: ZeytinState!ð«
By dynamically assigning data from the database to variables, you can both cache data (Offline control!) and ensure the interface updates instantly when the database changes. Based on ZeytinX, this pa...
REDDIT
Cooperative multitasking using asynchronous tasks, with support for forced task termination with `onExit` handlers.
https://pub.dev/packages/multitasking Cooperative multitasking using asynchronous tasks, with support for forced task termination with onExit handlers. The tasks is implemented using the following sta...
REDDIT
Mock API Requests
Just published synthetic_api_cli -- a cli tool for declaratively mocking backend. You define API routes in JSON, then run a local or cloud-hosted mock API with: REST methods (GET, POST, PUT, PATCH,...
REDDIT
The best way to log in your Flutter projects!
Hey everyone! I wanted to share a package I've been working on called ZeytinLogger. Traditional console logs are great for debugging in the IDE, but they disappear once the app restarts or goes to the...
REDDIT
How long does it take
Hi l'm wondering how long will it take me to learn flutter to build a mobile app have already built the backend to the app l'm planning but was wondering how long a d what should be my focus area for ...
REDDIT
Deploy to App store with Mac but no iPhone
I'm an android user, I bought a MacBook to create iOS apps with Flutter and it is fine but I'm facing an issue to deploy it on App Store. I have a message saying "0 provisioned devices" in XCode and I...
HACKERNEWS
Show HN: Can we have Flutter-like portability without the bloated web binaries?
I’ve been spending the last few months building Coi, a type-safe language that compiles to WebAssembly. The initial goal was just a fast, reactive web language, but as I refine the core, I’ve started ...
REDDIT
Best IDE with Gemini for Flutter
Hello community, I wanted to ask you what is the best IDE option for flutter with Gemini, since I know that Android studio has the integration but also antigravity, which of these works best for you?
REDDIT
Handling deep state management for a complex Space Economy in Flutter (Solo student dev)
Hi Flutter devs! I wanted to share a technical milestone from a project that felt impossible 6 months agoâmainly because I didn't even own a PC until I won one in a competition. Iâve spent the las...