mockzilla_web 2.0.1
mockzilla_web: ^2.0.1 copied to clipboard
The Web implementation for the mockzilla plugin.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mockzilla_webThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mockzilla_web: ^2.0.1Alternatively, 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:mockzilla_web/mockzilla_web.dart';