network_media_mock 1.1.1
network_media_mock: ^1.1.1 copied to clipboard
A package for mocking online media in Flutter widget and integration tests. Ideal for simulating network responses and serving local media assets without relying on live resources.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add network_media_mock
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
network_media_mock: ^1.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_media_mock/network_media_mock.dart';