flumepod 1.3.1 copy "flumepod: ^1.3.1" to clipboard
flumepod: ^1.3.1 copied to clipboard

A code generator to create Mockito compliant mocks of Riverpod Notifiers.

1.3.1 #

  • FIX: Fix import prefixes for dart: imports (#54). (48dd8319)

1.3.0 #

  • FEAT: Bump Dart SDK to ^3.12.0. (6f3b9930)

1.2.0 #

  • FEAT: Implement mock accessor on provider (#44). (c1ed5267)
  • FEAT: Remove Flutter dependency (#41). (4a544c9d)

1.1.0 #

  • FIX: use the generated token to push tags, and align all the other workflows (#37). (003b45a6)
  • FEAT: Implement support for record return types from generated methods (#28). (46eb0e8f)
  • FEAT: Implement support for getter property accessors (#27). (d0169b69)
  • DOCS: Add doc-string comments to Flumepod annotation (#33). (7a8fc759)

1.0.0 #

  • Fixes an issue where notifier class family argument symbols weren't being resolved and prefixed with imports (#21).
  • Fixes an issue where notifiers would sometimes be destroyed part way through tests (#24).
  • Relaxes Dart SDK version constraint to ^3.9.0.

1.0.0-dev.3 #

  • Updates pubspec.yaml for publishing to pub.dev.
  • Removes unwanted files from published package.

1.0.0-dev.2 #

  • Upgrades dependencies.
  • Minimum Dart SDK version is now 3.11.0.

1.0.0-dev.1 #

  • Fixes an issue where generic type arguments weren't correctly resolved in generated notifiers. #14.
  • Updates CONTRIBUTING.md.

1.0.0-dev.0 #

  • Adds support for Riverpod version 3.X.

0.4.1 #

  • Fixes an issue where implementations of sealed types were being generated, leading to compilation errors

0.4.0 #

  • Refactors fake type generation to remove MetaType in favour of Element.

0.3.0 #

  • Re-writes package using the code_builder package for a opinionated, type-safe API.
  • Improves handling of imports by using aliases
  • Add example project.

0.2.0 #

  • Adds support for generating mocks of Notifiers with parameters (a.k.a. families).

0.1.1 #

  • fix: Fixes version name.

0.1.0 #

  • feat: Initial version to generate mocks of notifiers without parameters.
2
likes
160
points
289
downloads

Documentation

API reference

Publisher

verified publisherapadmi.com

Weekly Downloads

A code generator to create Mockito compliant mocks of Riverpod Notifiers.

Repository (GitHub)
View/report issues
Contributing

Topics

#riverpod #testing #mocking

License

MIT (license)

Dependencies

analyzer, build, code_builder, dart_style, mockito, riverpod, riverpod_annotation, source_gen, test

More

Packages that depend on flumepod