Fake HTTP entities for testing.
Add this to your package's pubspec.yaml file:
dependencies: httpstub: 0.2.0
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:httpstub/ httpstub.dart';
| Version | Uploaded | Archive |
|---|---|---|
| 0.2.0 | Jan 22, 2013 | Download httpstub 0.2.0 archive |
| 0.1.0 | Jan 03, 2013 | Download httpstub 0.1.0 archive |