PUBDEV
dartdosh v0.8.2
A powerful Flutter build CLI tool with automatic version management, smart file naming, and personalized experience
PUBDEV
kitten_tts_flutter v0.0.1
A local, offline Text-to-Speech (TTS) engine for Flutter, powered by the Kitten TTS ONNX model.
PUBDEV
apphud v3.0.2
Official Apphud Flutter SDK is a lightweight open-source library to manage auto-renewable subscriptions and other in-app purchases in your iOS/Android app. No backend required.
PUBDEV
flutter_aop v1.0.0+7
Annotation driven proxies to add lightweight AOP style hooks to Flutter code.
PUBDEV
quick_dashboard_shortcut v0.0.1
A customizable dashboard shortcut grid widget for Flutter (icons/images + optional badge).
PUBDEV
atproto_core v1.2.0
Core library for clients and tools. This package is mainly used by https://atprotodart.com packages.
DEVTO
Derm-Scan: Building a Privacy-Preserving Skin Lesion Classifier with Med-SAM and Flutter
Privacy in healthcare isn't just a feature; it's a fundamental right. When dealing with sensitive medical data like skin images, users are often hesitant to upload photos to the cloud. Today, we're bu...
PUBDEV
supabase_schema_generator v0.0.4
A code generator for supabase_schema to generate Supabase schema definitions.
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"