mock_of_context 2.0.0 copy "mock_of_context: ^2.0.0" to clipboard
mock_of_context: ^2.0.0 copied to clipboard

Mock of Context is a companion project for testing Out of Context.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mock_of_context

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

dependencies:
  mock_of_context: ^2.0.0

Alternatively, your editor might support 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_of_context/mock_of_context.dart';
0
likes
130
pub points
0%
popularity

Publisher

verified publisherforuslabs.com

Mock of Context is a companion project for testing Out of Context.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, meta, mockito, out_of_context

More

Packages that depend on mock_of_context