run_with_network_images 0.0.1 copy "run_with_network_images: ^0.0.1" to clipboard
run_with_network_images: ^0.0.1 copied to clipboard

Helper 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 run_with_network_images

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  run_with_network_images: ^0.0.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:run_with_network_images/run_with_network_images.dart';
1
likes
150
pub points
67%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

build_runner, flutter, mockito

More

Packages that depend on run_with_network_images