mocktail_image_network library
A Dart package which allows you to mock Image.network in your widget tests with confidence using mocktail.
Functions
-
mockNetworkImages<
T> (T body()) → T -
Utility method that allows you to execute a widget test when you pump a
widget that contains an
Image.network
node in its tree.