riverpod_mutations 1.2.0 riverpod_mutations: ^1.2.0 copied to clipboard
A stop-gap measure for riverpod mutations, until its officially supported
Changelog #
1.2.0 #
-
Exposed
MutationState
initial, data, loading, and error constructors for more generic use. -
MutationState
constructors no longer take a ref directly, see below. -
Added
MutationState.fromRef
to replace the previousMutationState.create
api
1.1.0 #
- Bump dependencies
1.0.0 #
- Initial version.