Export ProviderListenable
Add super-interfaces for mutation classes that have values
MutationResult<T>
MutationSuccessResult<T>
Remove duplicated code
Add super-interfaces for all mutation classes to inherit
AsyncMutation
:MutationIdle
,MutationSuccess
,MutationFailure
,MutationLoading
SyncMutation
:MutationIdle
,MutationSuccess
,MutationFailure
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
Unseal AsyncMutation and SyncMutation
Added super-interfaces for all mutation classes to inherit
Drop meta
dependency version to allow for use with the current release of flutter
Initial version.