getx_test 1.0.3 copy "getx_test: ^1.0.3" to clipboard
getx_test: ^1.0.3 copied to clipboard

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 getx_test

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

dependencies:
  getx_test: ^1.0.3

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:getx_test/getx_test.dart';
7
likes
160
points
338
downloads

Publisher

verified publishercyenite.com

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_test, get, meta, mockito

More

Packages that depend on getx_test