REDDIT
Flutter devs â how painful is App Store submission for you?
Flutter adds an extra layer to App Store submissions permissions, frameworks, platform-specific configs that are easy to get wrong. For those who have shipped Flutter apps to the App Store: - What rej...
REDDIT
smart_refresher 1.0.0 â maintained Flutter pull-to-refresh fork, big release
Been quietly maintaining this fork of the abandoned flutter_pulltorefresh package for a few months. 1.0.0 just tagged and it's a proper release. What landed in 1.0.0: New stuff â ElasticHeader with ...
REDDIT
Frustrated with Isar flutter package.
Recently I had used Isar in my project, I have been using it for quite some time and after Nov 2025 it is unusable. I had developed a mobile app and published on the playstore after closed testing I s...
REDDIT
[Showcase] Stop manually writing ref.watch(). I built LiveStates to track dependencies automatically using Dart Zones.
Hey r/FlutterDev, Like many of you, Iâve spent a lot of time with Provider, Riverpod, and Bloc. While they are great, I always found one thing annoying: Explicit dependency declaration. Whether it's...
REDDIT
My First Payment Gateway Package
flutter_braintree_native Hello everyone, I am glad to share that I have created my first package and published it on pub.dev. Description: A little bit about the package, its a Braintree native wrappe...
REDDIT
The Importance of Flutter App Development Skills in the Modern Developers.
The use of mobile applications has been increasing at a very high rate in the last one decade. Companies big or small are investing in mobile application in order to reach consumers, enhance the user ...
REDDIT
I made an open source tool and now your AI-agent can debug your integration tests.
Hi everyone! The problem: Writing integration test can be challenging task for agent, in complex test cases it almost never can be done from first attempt. So agent write a test, fails, makes a fix, r...
REDDIT
Macbook Air M1 16/512 in 2026
Would it be sufficient enough these days as its a few years old now? I don't know much about them but i have a few clients that would pay extra for an iOS app... They are quite expensive where i am fr...
REDDIT
I was about to submit to the App Store. Then I watched 5 strangers try to use my app.
Been building a fitness app by myself for about 6 months. I wanted to do user testing before launch but everything out there is $30-$150 per tester, annual contracts, enterprise stuff. I make nothing ...
HACKERNEWS
Show HN: Flutterby, an App for Flutter Developers
Article URL: https://flutterby.app/ Comments URL: https://news.ycombinator.com/item?id=47391966 Points: 3 # Comments: 1
REDDIT
Can Flutter be used in a desktop app in lieu of native renderer?
Looking to play around with various ideas for desktop app. One is the electron route with webview.. that works, its not bad, tons of support/libraries for GUI stuff. But sluggish, eats memory, etc. Th...
REDDIT
Built an Auth system for Flutter that reads SIM card automatically like Google does
Hey everyone I've been working on an auth system you can drop into any Flutter app The idea is users don't type their phone number, the system reads the SIM card directly and fills it automatically ju...
REDDIT
I just published my first Flutter package:Â text_gradient_widget. Itâs a
Hi everyone, I just published my first Flutter package:Â text_gradient_widget. Itâs a small package for creating gradient text with linear and radial gradients, custom stops, and different direction...
REDDIT
First Flutter app (seeking feedback) â iOS live, Android coming soon
Hi Flutter devs ð I just finished my first Flutter app and would really appreciate feedback from more experienced developers. Itâs currently available on iOS, and the Android version is on the ...
REDDIT
floaty_chatheads is back â revamped and ready
Before anything else, I want to give a massive thanks to the team behind flutter_overlay_window. Studying how they approached widget integration/communication helped me rethink the entire overlay sys...
REDDIT
How I ended up having KMM module in my Flutter app
Hey folks, sharing a real one from my app (Zen Glide) because maybe it saves someone a few weeks of pain ð
I never thought that I can have KMM (Kotlin Multi Platform) + Flutter in a single app. In ...
REDDIT
flutter makes building ui like this so much easier than it should be ð
been working on something new for habithook - habit tracker and honestly flutter deserves the credit for how smooth this process has been. the kind of ui i'm putting together â the glow effects, the...