PUBDEV
autoverpod_generator v0.1.3
Code generator for autoverpod - generates state field widgets from Riverpod providers.
PUBDEV
flutter_it v2.1.2
A convenience package that re-exports the entire flutter_it ecosystem - get_it, watch_it, command_it, and listen_it. Import once, use all the reactive state management tools.
PUBDEV
listen_it v5.3.5
Reactive primitives for Flutter - observable collections and powerful operators. Work with ValueNotifiers like Streams. Includes ListNotifier, MapNotifier, SetNotifier. Previously published as functio...
PUBDEV
command_it v9.5.1
command_it is a way to manage your state based on `ValueListenable` and the `Command` design pattern. It is a rebranding of flutter_command.
PUBDEV
watch_it v2.4.2
The simple state management powered by get_it. It allows to observe changes of objects inside the get_it service locator and rebuild the UI accordingly.
PUBDEV
get_it v9.2.1
Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App"
PUBDEV
in_app_purchase_storekit v0.4.8
An implementation for the iOS and macOS platforms of the Flutter `in_app_purchase` plugin. This uses the StoreKit Framework.
PUBDEV
jaspr_supabase v26.2.19
A Jaspr package for Supabase, replicating the experience of supabase_flutter.
PUBDEV
text_ko v0.1.1
Korean-friendly text utilities for Flutter, including keep-all style word breaks and stable underline rendering.
PUBDEV
flutter_smart_card v0.1.0
A Flutter plugin for communicating with smart card readers via USB. Supports Android (USB CCID), macOS (CryptoTokenKit), and Windows (WinSCard).
PUBDEV
flutter_install_referrer v2.1.1
Detect from where your application was installed (Google Play, App Store, TestFlight…)
PUBDEV
exui v1.0.10
Build your UI faster. No boilerplate, no dependencies. Just powerful widget extensions.
PUBDEV
unity_kit v0.9.0
Flutter plugin for Unity 3D integration — typed bridge, lifecycle management, and communication layer.
REDDIT
Tip: ListView.builder with fixed-width items vs Row+Expanded for horizontal card lists
Spent way too long on this so sharing in case it helps someone. I was using a Row with Expanded widgets for a horizontal card layout and it looked fine on my test device but was breaking on different ...
PUBDEV
flutter_screen_recorder_kl v0.1.0
Live-mux screen recorder plugin for Android with internal audio + mic mix and fast stop.
PUBDEV
saropa_dart_utils v1.0.6
280+ extension methods and utilities for Flutter/Dart. Null-safe string, DateTime, List, Map, and number operations that eliminate boilerplate.
DEVTO
Run Cross-Platform Commands in Flutter
💻 Introducing Command Interpreter: A Game-Changer for Flutter Desktop Apps As developers, we're always on the lookout for tools that make our lives easier and help us build better applications. Today...