mocktailx 0.0.6 copy "mocktailx: ^0.0.6" to clipboard
mocktailx: ^0.0.6 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.6

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
150
points
4.26k
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

mocktail

More

Packages that depend on mocktailx