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...
MASTODON
You can always find #Flutter friends… any place, any time #fosdem
You can always find #Flutter friends… any place, any time #fosdem
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...
MASTODON
New features in Pluzy!
New features in Pluzy! Save your loyalty cards to your favourites and add a custom icon to your shopping lists. Download now today https://pluzy.app#indiedev #solodeveloper #flutter #ui #ux #uiux #and...
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...
MASTODON
🚀 Flutter transforma el desarrollo móvil.
🚀 Flutter transforma el desarrollo móvil. Crea apps para Android e iOS con un solo código y rendimiento nativo. ¡Conoce este poderoso framework de Google! 📱Lee más 👉 https://www.soloingenieria.org/...
MASTODON
El mejor código no es el que funciona en una plataforma, sino el que funciona en todas.
El mejor código no es el que funciona en una plataforma, sino el que funciona en todas. Flutter hace esto posible con Dart y un solo proyecto. 💡#Flutter #DesarrolloMóvil #ProgramaciónApps #GoogleDart...
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...