REDDIT
flutter and firebase
Hi everyone ! Context : I'm working on a flutter app with a nodejs that does the link btw my database and the app. I needed to inplant some notification when a machine is in alert. I decided to code i...
REDDIT
Fonde UI: Desktop-first Flutter UI optimized for native-quality instant feedback, with accessibility built in.
Hi everyone! I've started creating a new UI library, [Fonde UI](https://github.com/szktty/fonde-ui), originally built for my own desktop app. Fonde UI is optimized for native-quality instant feedback,...
REDDIT
ð I built route_pilot â a Flutter package that makes navigation actually enjoyable
Honestly, every time I needed navigation in a Flutter project, the existing packages felt like I had to learn a whole new framework just to move between screens. So I spent several months building rou...
REDDIT
I reinvented the wheel, Dynos-sync: offline-first sync engine for Dart & Flutter
https://github.com/HassamSheikh/dynos-sync Feel free to rinse me :D
REDDIT
MVI - Model View Intent
I was learning some native stuff and noticed two important things: most projects use MVVM (created by Microsoft's engineer in 2005, 21 years ago), but I see a trend of using MVI to cover some of the M...
REDDIT
Develpers health
REDDIT
Flutter Native: a stupid idea that I took way too far
So you think React Native is better than Flutter because it uses native UI elements instead of rendering everything itself? Well, then letâs build the same thing for Flutter. I'll do it for macOS. F...
REDDIT
I built a state management package for Flutter after getting frustrated with BLoC boilerplate â flutter_stasis
After years building fintech and healthtech apps with BLoC, MobX, and ValueNotifier, I kept running into the same issues: too many files, manual try/catch everywhere, and state that could be isLoading...
REDDIT
I built a state management package for Flutter after getting frustrated with BLoC boilerplate â flutter_stasis
After years building fintech and healthtech apps with BLoC, MobX, and ValueNotifier, I kept running into the same issues: too many files, manual try/catch everywhere, and state that could be isLoading...
REDDIT
- YouTube
ð Welcome to Module 2 of the Dart Programming Course for Beginners! In this video, youâll dive deeper into the core concepts of Dart programming. This module is essential for building a strong fo...
REDDIT
Tried Spotify-style music app on web: feedback welcome â¤ï¸
Hi devs ð NOT a promotion : just make sharing spotify like ui as open soureced I recently built Hivefy Web an open-source, ad-free music streaming app using Next.js. Nothing too fancy here ð¤·ââ...
REDDIT
how to build strong and engaging app with flutter
so i start learning app dev with flutter and i want o create SaaS with my self and publish it to palystore first and than to app store and i want to start with basic app to trying and atracte users an...
REDDIT
[Open Source] I've created a spin-off of FFmpeg-Kit Plugin with ability to deploy custom builds
I saw an older post discussing FFmpegKit on here and people were upset that it was sun-set. I have created a Spin-off of FFmpegKit that's fully open source with ability to deploy custom builds of FFmp...
REDDIT
Flutter analytics tools that handle screen transitions and gestures properly
Anyone had issues with standard analytics SDKs not tracking Flutter navigation correctly? I keep running into problems where screen views fire incorrectly because of how Flutter's navigator stack work...
REDDIT
are local LLMs the future? Integrate local LLMs in your mobile apps within seconds!
I built a flutter (more languages and platforms coming soon) package that lets you run local LLMs in your mobile apps without fighting native code. Itâs called 1nm. No JNI/Swift headaches Works str...