async_cubits 0.3.0
async_cubits: ^0.3.0 copied to clipboard
A set of cubits that can be used to handle async operations in a simple, consistent way.
0.3.0 #
- Replaced
freezed-basedAsyncValueandMutationStatewith native Dart sealed classes — removesfreezed_annotationandbuild_runnerdependencies - Merged
FutureWithArgsCubitintoFutureCubit: concrete subclasses now define their ownload/refreshmethods callingperformLoad/performRefresh - Removed
RefreshStreamFutureCubitMixin
0.2.0 #
Add MutationCubit used to invoke async operations by some side effect (eg. form submit)
0.1.0+3 #
Fix code formatting in README file
0.1.0+2 #
Create async_cubits package