mock_http_overrides 0.0.1
mock_http_overrides: ^0.0.1 copied to clipboard
MockHttpOverrides for tests
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mock_http_overridesThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mock_http_overrides: ^0.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:mock_http_overrides/mock_http_overrides.dart';