elementary_test 2.0.0 copy "elementary_test: ^2.0.0" to clipboard
elementary_test: ^2.0.0 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 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: ^2.0.0

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
140
pub points
66%
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

elementary, flutter, flutter_test, meta, mocktail

More

Packages that depend on elementary_test