network_image_mock 2.1.1 copy "network_image_mock: ^2.1.1" to clipboard
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';
53
likes
140
pub points
95%
popularity

Publisher

verified publisherstelynx.com

Utility for providing mocked Image.network response in Flutter widget tests.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, mockito

More

Packages that depend on network_image_mock