flutter_mtp_picker 0.1.0
flutter_mtp_picker: ^0.1.0 copied to clipboard
A Flutter desktop plugin for browsing phone and camera storage over USB MTP/ImageCapture-style device APIs.
0.1.0 #
- Added a macOS plugin target backed by Apple's ImageCaptureCore framework.
- Added macOS device enumeration, folder browsing, recursive media listing, and local copy support for ImageCaptureCore camera/PTP-compatible devices.
- Updated package metadata to advertise desktop support beyond Windows.
0.0.3 #
- Fixed the multi-folder picker dialog reference used by
pickFolders. - Fixed the
pickFoldersreturn type so the package can compile on non-Windows Flutter builds.
0.0.2 #
- Added local copy APIs for single files and batches of MTP files.
- Added media file sizes to recursive media scan results.
- Updated the example app with copy benchmarking, progress estimation, and a cancel-and-clean-up flow for large transfers.
0.0.1 #
- Initial Windows implementation.
- Added MTP device enumeration through Windows Portable Devices.
- Added folder browsing with stable device IDs and object IDs.
- Added recursive media file listing by extension.
- Added a Flutter MTP folder picker dialog.