REDDIT
Best practices for building flutter bridges
What are the dos and don'ts when building a bridge between flutter dart and custom SDKs? If the answer is depends on SDK language/target OS then lets say Java and Android.
REDDIT
sync_offline_requests: 1.1.1 - Open-source Flutter package for automatic offline API sync
One common problem in mobile apps is handling API requests when the user is offline. If the request fails because there is no internet, the data is lost unless you implement a queue system. So I built...
REDDIT
I learned flutter , what's next ?
Hi Flutter Developers, I have learned Flutter and mastered the basics, including: Widgets Packages Networking (APIs and local storage) State management (BLoC, Provider) What should I do next? Do you s...
REDDIT
What are the most common issues you meet when using AI to code Flutter
For myself, I always see AI forgot how dependency injection is implemented. The AI always create new instance of Repository inside a Controller. Solution: I added a DI rules as a skill for agent, it's...
DEVTO
How to Build an AI Chatbot on Android with Flutter
Flutter has revolutionized cross-platform mobile development. With a single codebase, you can deploy to both Android and iOS—perfect for startups and enterprises alike. If you're looking to build an A...
DEVTO
How I Built CareLog: A Flutter App for Home-Visit Healthcare Providers
TL;DR: CareLog is a cross-platform Flutter app that helps home-visit doctors and nurses track patients, schedule visits, manage payments, and view practice analytics — all offline-first with optional ...
REDDIT
AI agents use Navigator 1.0, setState for everything, pre-Dart 3 patterns - I built a free plugin to fix that
I use AI coding assistants daily for Flutter work and the Dart code they generate is consistently outdated. Patterns I keep correcting: Navigator.push/pop instead of GoRouter or go_router setState for...
REDDIT
Effect of AI and Vibe Coding in Interviews
Hi guys, recently Iâve been working at a startup, and in the past 4 months I have written around 100 files, but not a single line completely manually. My concern now is how this is going to affect m...
DEVTO
# 001: FlutterMe Series- Time to take a step back
I've been wondering about the best way to document my development journey and increase my visibility online. After much thought, I've decided to start a new blog series focused on mobile development c...
REDDIT
Built a Flutter package for smart toast notifications
Hey Flutter devs ð I just published a Flutter package called smart_toast, and I would really appreciate it if I could get your feedback on it. The basic idea behind the package is very simple: it i...
REDDIT
Android-only flashlight app (Good for beginners to contribute)
I built a small Android-only flashlight app using Flutter + Method Channels to control flashlight intensity. Flashlight * Swipe right â ON * Swipe left â OFF * Swipe up/down â Adjust brightness ...
REDDIT
I built an app where you can confess anything â no account, no sign-up, no trace. Just open and say it.
Hey Reddit, I've been working on something I genuinely wish existed a long time ago. It's a confessions app â but not like the ones that make you create an account, verify your email, and somehow st...
DEVTO
Debugging a 400 Error in Sign in with Apple Token Exchange
Today, I submitted a new build of my app to App Store Connect. While working on the Apple Sign In integration for this Flutter project, I ran into a server-side issue during the token exchange process...