A Select picture and file plugins.
Thanks asset_pickers
flutterpluginwangfei: ^0.11.0
No configuration required on the android side
Add the following entry to your Info.plist file, located in /Info.plist :
<key>NSAppTransportSecurity</key> <dict>
<key>NSAllowsArbitraryLoads</key> <true/> </dict>
<key>NSMicrophoneUsageDescription</key> <string>...</string>
<key>NSPhotoLibraryAddUsageDescription</key> <string>...</string>
<key>NSCameraUsageDescription</key> <string>...</string>
<key>NSPhotoLibraryUsageDescription</key> <string>...</string>