riverpod_craft 0.1.1
riverpod_craft: ^0.1.1 copied to clipboard
A code generation toolkit for Riverpod state management. Better syntax and side effect solution with commands.
0.1.1 #
- Generated files now use
.craft.dartextension instead of.pg.dart - Added
PagedProviderValueinterface forCraftPagedListView - Added
PagedDataProviderFacadewithlisten()support - Explicit type parameters on all
NotifierProviderdeclarations
0.1.0 #
- Initial alpha release
- Better syntax for accessing providers via generated accessor classes
- Side effect solution using
@commandannotation - Annotations:
@provider,@command,@settable,@keepAlive,@family - Concurrency control:
@droppable,@restartable,@sequential,@concurrent - Async state types:
DataState,CommandState,ArgCommandState DataNotifierandStateDataNotifierbase classesResult<T>type for error handling