riverpod_mutation_utils 0.3.4 copy "riverpod_mutation_utils: ^0.3.4" to clipboard
riverpod_mutation_utils: ^0.3.4 copied to clipboard

Runtime helpers, annotations, and mixins for Riverpod experimental mutations.

0.3.4 #

  • Retry the first automated pub.dev release after fixing release tag pushes to use RELEASE_TAG_TOKEN.
  • Bump the companion generator dependency to 0.3.4.

0.3.3 #

  • Prepare the first automated pub.dev release after enabling GitHub Actions publishing.
  • Bump the companion generator dependency to 0.3.3.

0.3.2 #

  • Restored hosted pub.dev release metadata and installation guidance.
  • Added pub.dev automated publishing workflow support for tagged releases.
  • Bumped the companion generator dependency to 0.3.2.

0.3.1 #

  • Added generated usage examples for non-family, single-parameter family, and multi-parameter family providers.
  • Stopped committing generated example .g.dart files and updated CI to regenerate them before analysis and tests.
  • Expanded the package README with installation, quick-start, and design notes.

0.3.0 #

  • Added GenerateMutation for generator-driven mutation wiring.
  • Added generateMutation as a const annotation instance for @generateMutation.
  • Added a no-codegen example using MutationRunner directly.
  • Added a handwritten riverpod_annotation example for manual mutation wiring.
  • Added a handwritten non-family riverpod_annotation example.
  • Switched mixins to derive mutation from mutationBase and optional mutationKey, which makes family-safe mutation generation possible.
  • Re-exported Riverpod experimental mutation APIs from the runtime package.

0.2.0 #

  • Changed afterSuccess callbacks to receive only the mutation result.
  • Kept submitting providers alive while mutations are pending and skip afterSuccess if the original ref becomes unmounted.
  • Removed deprecated perform and performAction helpers.

0.1.0 #

  • Added MutationRunner<Result> for reusable mutation execution and listening.
  • Added StateFormMixin, AsyncStateFormMixin, and MutationActionMixin.
  • Replaced scaffold placeholders with working package docs, example, and tests.
0
likes
0
points
46
downloads

Publisher

verified publisherpckimlong.com

Weekly Downloads

Runtime helpers, annotations, and mixins for Riverpod experimental mutations.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

riverpod, riverpod_annotation

More

Packages that depend on riverpod_mutation_utils