4

I use this package: image picker Now, I have this line of code:

File image = await ImagePicker.pickImage(source: ImageSource.camera);

that I would like to mock in my test, but I can't find a way to do it.

Little Monkey
  • 5,395
  • 14
  • 45
  • 83
  • 2
    check how flutter team [tests this package](https://github.com/flutter/plugins/blob/master/packages/image_picker/test/image_picker_test.dart). Maybe it will help – Kirill Matrosov Sep 26 '19 at 14:49
  • Posting the [new link for image picker test](https://github.com/flutter/plugins/blob/main/packages/image_picker/image_picker/test/image_picker_test.dart) file, just in case – Bhupesh Varshney Jan 27 '22 at 12:43

0 Answers0