get_test 3.12.2 copy "get_test: ^3.12.2" to clipboard
get_test: ^3.12.2 copied to clipboard

outdated

A package that facilitates the creation of tests for applications built with GetX

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add get_test

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

dependencies:
  get_test: ^3.12.2

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:get_test/get_test.dart';
38
likes
0
pub points
88%
popularity

Publisher

unverified uploader

A package that facilitates the creation of tests for applications built with GetX

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_test, get_navigation, get_state_manager, meta, mockito

More

Packages that depend on get_test