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

Implemented allowedExtensions with file picker, improve example app, refactoring #17

Closed CoolONEOfficial closed 3 years ago

CoolONEOfficial commented 3 years ago

Implemented support of allowedExtensions with file picker Improved example app stability Migrate Uint8List to more useful PlatformFile

codegrue commented 3 years ago

The problem with this PR is that consumers need to also now include the file_pickers package. The intent was to decouple the pickers from the dependencies so consumers don't need an extraneous reference.

codegrue commented 3 years ago

Actually that seems to not be true as I work on updating card_settings