Add this to your package's pubspec.yaml file:
dependencies: unittest: 0.5.9
If your package is an
application package you should use any
as the
version constraint.
If you're using the Dart Editor, choose:
Menu > Tools > Pub Install
Or if you want to install from the command line, run:
$ pub install
Now in your Dart code, you can use:
import 'package:unittest/ unittest.dart';
| Version | Uploaded | Archive |
|---|---|---|
| 0.5.9 | May 20, 2013 | Download unittest 0.5.9 archive |
| 0.5.7 | May 10, 2013 | Download unittest 0.5.7 archive |
| 0.5.6 | May 08, 2013 | Download unittest 0.5.6 archive |
| 0.5.5 | May 06, 2013 | Download unittest 0.5.5 archive |
| 0.5.4 | May 03, 2013 | Download unittest 0.5.4 archive |
| 0.5.1 | Apr 29, 2013 | Download unittest 0.5.1 archive |
| 0.5.0+1 | Apr 23, 2013 | Download unittest 0.5.0+1 archive |
| 0.4.7+1 | Apr 16, 2013 | Download unittest 0.4.7+1 archive |
| 0.4.5+1 | Apr 08, 2013 | Download unittest 0.4.5+1 archive |
| 0.4.4+4 | Apr 03, 2013 | Download unittest 0.4.4+4 archive |