flutter_mtp_picker 0.1.2
flutter_mtp_picker: ^0.1.2 copied to clipboard
A Flutter desktop plugin for browsing phone and camera storage over USB MTP using Windows Portable Devices and libmtp.
0.1.2 #
- Bumped package version for another macOS verification pass.
0.1.1 #
- Improved macOS setup documentation for the Homebrew
libmtpdependency. - Added macOS troubleshooting notes for Homebrew paths and USB/MTP session conflicts.
0.1.0 #
- Added a macOS plugin target backed by
libmtp. - Added macOS device enumeration, folder browsing, recursive media listing, and local copy support for USB MTP devices.
- Updated package metadata to advertise desktop support beyond Windows.
- Documented the Homebrew
libmtprequirement and macOS USB/MTP setup notes.
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.