network_image_mock 2.1.1 network_image_mock: ^2.1.1 copied to clipboard
Utility for providing mocked Image.network response in Flutter widget tests.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add network_image_mock
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
network_image_mock: ^2.1.1
Alternatively, 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:network_image_mock/network_image_mock.dart';