当前位置:   article > 正文

Flutter imagePicker

flutter imagepicker问题

一: iPhone添加权限字段,
<key>NSCameraUsageDescription</key>
<string>Used to demonstrate image picker plugin</string>
<key>NSMicrophoneUsageDescription</key>
<string>Used to capture audio for image picker plugin</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Used to demonstrate image picker plugin</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>

二: 在pubspec.yaml文件中添加插件(command+s保存后VSCode自动添加两个插件),如图:

三: 具体代码看demo

github.com/wangjianqua…


转载于:https://juejin.im/post/5c4746c451882523995e18c5

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/586293
推荐阅读
相关标签
  

闽ICP备14008679号