elementary_test 0.1.0-dev.1 copy "elementary_test: ^0.1.0-dev.1" to clipboard
elementary_test: ^0.1.0-dev.1 copied to clipboard

outdated

A testing library which makes it easy to test elementary used apps. Built to be used with the elementary architecture package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add elementary_test

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

dependencies:
  elementary_test: ^0.1.0-dev.1

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:elementary_test/elementary_test.dart';
24
likes
0
pub points
68%
popularity

Publisher

verified publisherelementaryteam.dev

A testing library which makes it easy to test elementary used apps. Built to be used with the elementary architecture package.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

elementary, flutter, flutter_test, meta, mocktail

More

Packages that depend on elementary_test