flutter-package / images_picker

Flutter plugin for selecting images/videos from the Android and iOS gallery, and taking pictures/videos with the camera
MIT License
65 stars 85 forks source link

拍照没有返回按钮 #82

Open YunFeng-Huang opened 2 years ago

YunFeng-Huang commented 2 years ago

await ImagesPicker.openCamera( pickType: PickType.image, language: Language.System, );

这个api怎么显示返回按钮