mock_creator_annotation 1.0.2-nullsafety3 copy "mock_creator_annotation: ^1.0.2-nullsafety3" to clipboard
mock_creator_annotation: ^1.0.2-nullsafety3 copied to clipboard

Creates a mock for a class that has one call method on it. This makes it easier to create our mock classes automatically.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mock_creator_annotation

With Flutter:

 $ flutter pub add mock_creator_annotation

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

dependencies:
  mock_creator_annotation: ^1.0.2-nullsafety3

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

Publisher

unverified uploader

Creates a mock for a class that has one call method on it. This makes it easier to create our mock classes automatically.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on mock_creator_annotation