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...
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...
REDDIT
Riverpod or provider or bloc
I am a flutter developer who are using Getx state management. I heard that in the market getx is dead everyone wants who use riverpod, bloc. Is this true ,if it is how to learn them.
DEVTO
Buy Elite Yelp Reviews
Buy Elite Yelp Reviews Buy Elite Yelp Reviews Looking to boost your business’s online presence and attract more customers? Buy Elite Yelp Reviews offers high-quality, authentic reviews from trusted Ye...
REDDIT
Suggestion
I am a beginner and want to learn shared preferences . I have covered serialization and deserialisation so far . What are the other topics that I should next foucs on !!!!
REDDIT
How long did it take you to hit 1,000 downloads organically? (Currently at 130 in 2 months)
Hi everyone, Iâm an indie developer and I released my first app on the Play Store about two months ago. So far, Iâve managed to get around 130 downloads without any paid marketing. (Yes i am posti...
REDDIT
How much time do you actually spend fixing CI failures that arenât real bugs?
Curious if this is just my experience or pretty common. In a lot of projects Iâve touched, a big percentage of CI failures arenât actual logic bugs. Theyâre things like: dependency updates break...
REDDIT
Flutter freelancer with ~5 yrs Flutter exp (13 yrs total) â continue freelancing or switch to backend?
Hi everyone, Iâm looking for some honest career advice and different perspectives. Background: - ~13 years since college - ~5+ years of hands-on Flutter experience - Worked mainly as a Flutter devel...
REDDIT
GitHub - jolexxa/cow: ð® Cow is just an humble AI for your computer. ð¥º
I made a cute little console app in Dart for running local models. It supports reasoning and tools.
REDDIT
thoughts on riverpod
I'm a beginner and I was using valuenotifiers and now I want to learn a good scalable state management and have decided to go with the riverpod is that the right call and what is the best riverpod res...
REDDIT
How I implemented background score syncing and local-first data management in a Flutter puzzle game
I've been experimenting with building a word game in Flutter. I wanted a seamless experience, so I built a LevelService that handles Game Services login silently and a DiamondService that batches loca...