flumepod 1.2.0 copy "flumepod: ^1.2.0" to clipboard
flumepod: ^1.2.0 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 Dart:

 $ dart pub add flumepod

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

dependencies:
  flumepod: ^1.2.0

Alternatively, your editor might support dart 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';
2
likes
0
points
290
downloads

Publisher

verified publisherapadmi.com

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

#riverpod #testing #mocking

License

unknown (license)

Dependencies

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

More

Packages that depend on flumepod