codegrue / flutter_material_pickers

A flutter package for displaying common picker dialogs.
https://pub.dev/packages/flutter_material_pickers
MIT License
98 stars 61 forks source link

File Picker creates need to include NSPhotoLibraryUsageDescription #11

Closed chillbrodev closed 3 years ago

chillbrodev commented 4 years ago

I really dig this package as it creates nice pickers. However, it causes me to include the NSPhotoLibraryUsageDescription for iOS in my application, and well it seems unnecessary. Are you able to split out the material file picker into its own package?

codegrue commented 3 years ago

It's even more integrated now in the 2.0 version unfortunently

chillbrodev commented 3 years ago

If anything you should make this known in the documentation