pretender 0.2.0
pretender: ^0.2.0 copied to clipboard
Pretender is a JavaScript mock server library useful for testing applications and Web Components built using Polymer Elements.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add pretenderThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
pretender: ^0.2.0Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:pretender/http_pretender.dart';
import 'package:pretender/util.dart';