REDDIT
Riverpod Best Practices You're Probably Missing
In this article, I have reviewed the Riverpod source code; there is a lot to learn from it. I think you will really like this article.
REDDIT
MCP server for offline Flutter/Dart API docs
I posted flutterdocs_mcp to pub.dev. It is a development tool that wraps the offline Flutter/Dart API documentation in an MCP server that agents can search and navigate. There is also a complementar...
MASTODON
🔴 #HumpdayQandA with Live Coding!
🔴 #HumpdayQandA with Live Coding! in 1 hour at 4pm GMT / 5pm CEST / 9am PDT today! Answering your #Flutter and #Dart questions with @simon, Randal, Danielle, John and Makerinator (Matthew Jones)https...
REDDIT
I built a Flutter profanity filtering package (55K+ phrases, 75 languages)
Hey everyone, Iâve been working on a Flutter package called SafeText for filtering profanity in user input, and I recently released v2.0.0 with some major changes. Originally, this started as a simp...
REDDIT
We built an AI agent that can operate any Flutter app autonomously â and open-sourced it
Hey folks, We're the team at MyRik (ride-hailing + quick commerce). We had a problem â users were dropping off on tasks that seemed simple to us but weren't simple for them. So we built an AI agent ...
MASTODON
Widgetbook: мост между сore командой, дизайнерами и продуктовыми командамиПривет, Хабр!
Widgetbook: мост между сore командой, дизайнерами и продуктовыми командамиПривет, Хабр! Я Александр, занимаюсь Flutter разработкой продукта Свой бизнес и Дизайн-системы в команде РСХБ.Цифра. РСХБ это ...
REDDIT
Clean Mac for Flutter
A macOS app that cleans Flutter project build artifacts and quickly frees up disk space.
REDDIT
Validate in-app purchases locally (no backend, no RevenueCat)
### Security note I know local validation isnât as secure as server-side validation. This package is not meant to replace a backend, but to be a **simpler option for small or indie apps** You can en...
MASTODON
I'm making some updates and upgrades to my Dart Result Monad library.
I'm making some updates and upgrades to my Dart Result Monad library. I had to dust off my knowledge of doing code coverage in Dart since it had been awhile. So, I decided to document it in my blog. E...
REDDIT
Google Maps Directions API not returning route even with valid addresses (Flutter)
Hi, I'm developing a Flutter app (delivery/services style) where: Users enter addresses (pickup and delivery). Those addresses are converted into coordinates using geocoding. Then I use Google Directi...
REDDIT
Document throws package
Dart's lack of check exceptions can make it hard to determine what exceptions need to be handled when calling a method, particularly when the method is in a third party package or the dart/flutter SDK...
REDDIT
I tried building a Flutter app in 7 days. It took 79 (Here is everything that went wrong)
Hey everyone, I just published my first devlog about my newest flutter app. I originally set a challenge for myself to build a photo-sharing social media app from scratch in exactly one week. It faile...