mocktailx 0.0.7 copy "mocktailx: ^0.0.7" to clipboard
mocktailx: ^0.0.7 copied to clipboard

A set of utility functions over mocktail library created to increase productivity over daily mocking/testing.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mocktailx

With Flutter:

 $ flutter pub add mocktailx

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

dependencies:
  mocktailx: ^0.0.7

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:mocktailx/mocktailx.dart';
11
likes
130
pub points
37%
popularity

Publisher

unverified uploader

A set of utility functions over mocktail library created to increase productivity over daily mocking/testing.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

mocktail

More

Packages that depend on mocktailx