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...
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...
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.
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...
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.
MASTODON
Very tempted to check out the C# side of things for the first time in years.
Very tempted to check out the C# side of things for the first time in years. Especially with #Uno or #Avalonia . Both look very compelling 👀 . My cross platform app development dreams have been murde...
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...
REDDIT
Why my app feels slow
I build apps with flutter but while navigation it's feels slow when i try other flutter apps they work smooth and i am using production build also Getx but app with 4 5 pages feels slow
MASTODON
Playcado – client Jellyfin đa nền tảng mới, nhẹ và đơn giản, được phát triển bằng Flutter và AI.
Playcado – client Jellyfin đa nền tảng mới, nhẹ và đơn giản, được phát triển bằng Flutter và AI. Tính năng hiện có: bảng điều khiển (Continue Watching, Next Up, Recently Added), tải về để xem offline,...
REDDIT
Can we have multiple offers in one iOS Subscription?
My need is to achieve iOS monthly subscription that offers 30days free trial -> After trial 2 months 1$ -> After 2 months regular price(19.99) every month. Is this possible?