flumepod 1.0.0-dev.3 copy "flumepod: ^1.0.0-dev.3" to clipboard
flumepod: ^1.0.0-dev.3 copied to clipboard

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flumepod

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flumepod: ^1.0.0-dev.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flumepod/flumepod.dart';
1
likes
140
points
128
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, flutter, mockito, riverpod, riverpod_annotation, source_gen, test

More

Packages that depend on flumepod