elementary_test 2.0.0-dev copy "elementary_test: ^2.0.0-dev" to clipboard
elementary_test: ^2.0.0-dev copied to clipboard

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 Dart:

 $ dart pub add elementary_test

With Flutter:

 $ flutter pub add elementary_test

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

dependencies:
  elementary_test: ^2.0.0-dev

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: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.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

elementary, flutter, flutter_test, meta, mocktail

More

Packages that depend on elementary_test