felangel / mocktail

A mock library for Dart inspired by mockito
https://pub.dev/packages/mocktail
MIT License
617 stars 81 forks source link

feat(mocktail_image_network): add customizable `imageBytes` #214

Closed ABausG closed 8 months ago

ABausG commented 11 months ago

Status

READY

Breaking Changes

NO

Description

This adds the ability to mock a custom image when using mockNetworkImages. This can be used for the following:

Type of Change