autoverpod_annotation 0.1.0
autoverpod_annotation: ^0.1.0 copied to clipboard
Annotations for autoverpod - automatic widget generation for Riverpod providers.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2025-12-11 #
Initial release #
- First standalone release of
autoverpod_annotation - Provides the
StateWidget/stateWidgetannotation used byautoverpodandautoverpod_generator - Targets class-based Riverpod providers annotated with
@riverpod - Designed to generate:
- Field updater extension methods
- Scope widgets for family parameters
- State and select widgets for reactive UI
- Field widgets with auto
TextEditingControllersync forStringfields