network_media_mock 1.1.1 copy "network_media_mock: ^1.1.1" to clipboard
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';
2
likes
160
points
279
downloads

Publisher

verified publisherhosseinzi.com

Weekly Downloads

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.

Homepage
Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, mockito

More

Packages that depend on network_media_mock