mockingjay 1.0.0 copy "mockingjay: ^1.0.0" to clipboard
mockingjay: ^1.0.0 copied to clipboard

A package that makes it easy to mock, test and verify navigation calls in Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mockingjay
copied to clipboard

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

dependencies:
  mockingjay: ^1.0.0
copied to clipboard

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:mockingjay/mockingjay.dart';
copied to clipboard
94
likes
160
points
38.1k
downloads

Publisher

verified publisherverygood.ventures

Weekly Downloads

2024.09.13 - 2025.03.28

A package that makes it easy to mock, test and verify navigation calls in Flutter.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_test, matcher, mocktail, test

More

Packages that depend on mockingjay