flutter_mvu_test 1.0.2 copy "flutter_mvu_test: ^1.0.2" to clipboard
flutter_mvu_test: ^1.0.2 copied to clipboard

Test utilities for flutter_mvu—e.g., a TestModelController with synchronous dispatch.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_mvu_test

With Flutter:

 $ flutter pub add flutter_mvu_test

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

dependencies:
  flutter_mvu_test: ^1.0.2

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:flutter_mvu_test/flutter_mvu_test.dart';
1
likes
160
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

Test utilities for flutter_mvu—e.g., a TestModelController with synchronous dispatch.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter_mvu

More

Packages that depend on flutter_mvu_test