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...
PUBDEV
magic_social_auth v0.0.1-alpha.1
Social authentication plugin for Magic Framework. Laravel Socialite-style API with extensible drivers.
PUBDEV
efficient_autocomplete_formfield v1.0.0
Improve TextFormFields with efficient autocomplete features.
PUBDEV
magic_deeplink v0.0.1-alpha.1
Deep linking support for Magic Framework (Universal Links, App Links).
PUBDEV
bloc_devtools_extension v0.1.0
Time-travel dev tools for flutter_bloc, inspired by Redux DevTools. Provides an in-app debugging panel and a Flutter DevTools browser extension with state history, BLoC connection graph, performance m...
DEVTO
How I Eliminated Video Jank in Flutter Feeds — Instance Reuse Instead of Dispose/Create
Every Flutter developer who's built a video feed has hit the same wall. You scroll through 20 videos on a Redmi Note 8 Pro, and by video 15, frames are dropping, the phone is warm, and by video 30, yo...
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...
PUBDEV
responsive_pro v1.2.1
Responsive Pro — Responsividade avançada para Flutter, escalonamento de fonte e adaptação automática de layouts para todas as plataformas suportadas pelo Flutter.
PUBDEV
authyra v0.2.0
A unified authentication framework for Dart. Secure by default, flexible by design.
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...
PUBDEV
controlkit v0.1.0
ControlKit is a Flutter plugin for device accessibility control and automation. It provides APIs for gestures, key events, text input, workspace controls, and Android accessibility interaction.
PUBDEV
flip_card_swiper v2.0.0
A customizable, swipeable card widget with smooth flip animations and haptic support.
REDDIT
With GoRouter, how do you handle ephemeral flow?
Hey guys, Im curious to know how you work with ephemeral flow such as checkout flow, content submission flows, onboarding flows - flows whose state only lives live while the base state is live. I feel...