mock_creator_generator 1.0.14-nullsafety4 copy "mock_creator_generator: ^1.0.14-nullsafety4" to clipboard
mock_creator_generator: ^1.0.14-nullsafety4 copied to clipboard

outdated

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.14-nullsafety4

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, analyzer_models, build, generator_common, meta, mock_creator_annotation, source_gen

More

Packages that depend on mock_creator_generator