mock_creator_generator 1.0.13 copy "mock_creator_generator: ^1.0.13" to clipboard
mock_creator_generator: ^1.0.13 copied to clipboard

Creates a mock for classes with a single call method making it easy for us to create those mocks automatically.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mock_creator_generator

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

dependencies:
  mock_creator_generator: ^1.0.13

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:mock_creator_generator/mock_creator_generator.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Creates a mock for classes with a single call method making it easy for us to create those mocks automatically.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

analyzer, basic_utils, build, dartx, dartz, meta, mock_creator_annotation, quiver, source_gen, typedef_for_fn_generator

More

Packages that depend on mock_creator_generator