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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flumepod

With Flutter:

 $ flutter 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.3.1

Alternatively, your editor might support dart pub get or 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';
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