riverpod_mutations_annotation 1.0.4 riverpod_mutations_annotation: ^1.0.4 copied to clipboard
The annotation for riverpod_mutations_generator
Riverpod Mutations Annotation #
1.0.4 #
Export ProviderListenable
1.0.3 #
Add super-interfaces for mutation classes that have values
MutationResult<T>
MutationSuccessResult<T>
Remove duplicated code
1.0.2 #
Add super-interfaces for all mutation classes to inherit
AsyncMutation
:MutationIdle
,MutationSuccess
,MutationFailure
,MutationLoading
SyncMutation
:MutationIdle
,MutationSuccess
,MutationFailure
1.0.2-dev.2 #
Removed MutationBase
- Really should just make extensions on
AsyncMutation
orSyncMutation
directly, as anisLoading
extension has no use on aSyncMutation
which does not have a loading state
1.0.2-dev.1 #
Unseal AsyncMutation and SyncMutation
1.0.2-dev #
Added super-interfaces for all mutation classes to inherit
1.0.1 #
Drop meta
dependency version to allow for use with the current release of flutter
1.0.0 #
Initial version.