Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用这个包:图像选择器 现在,我有这行代码:
File image = await ImagePicker.pickImage(source: ImageSource.camera);
我想在我的测试中模拟,但我找不到办法。