directory_bookmarks 0.1.1 directory_bookmarks: ^0.1.1 copied to clipboard
A Flutter plugin for cross-platform directory bookmarking and secure file operations. Currently supports macOS security-scoped bookmarks, with Android support in development.
0.1.0 #
Initial release with the following features:
- Cross-platform directory bookmarking support
- macOS security-scoped bookmarks implementation
- Persistent directory access across app restarts
- Proper resource management and cleanup
- Comprehensive error handling
- Basic Android implementation with Storage Access Framework
- File operations in bookmarked directories:
- Save files
- Read files
- List files
- Check write permissions
- Example app demonstrating all features
- Comprehensive documentation and platform setup guides
0.1.1 #
- Updated documentation