directory_bookmarks 0.1.2
directory_bookmarks: ^0.1.2 copied to clipboard
A Flutter plugin for cross-platform directory bookmarking and secure file operations. Provides a consistent API for handling directory access and file operations, with special support for platform-spe [...]
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
0.1.2 #
- Added directory and subfolder operations:
createDirectory(): Create directories in bookmarked foldersaveFileInPath(): Save files in subfolders with automatic directory creationsaveStringToFileInPath(): Save text files in subfolderssaveBytesToFileInPath(): Save binary files in subfolderslistFilesInPath(): List files in specific subdirectories
- Improved example app with:
- Directory watching implementation
- Image gallery with folder support
- Better error handling and user feedback
- Enhanced documentation:
- Added comprehensive examples for all new features
- Improved platform support documentation
- Added contribution guidelines
- Bug fixes and improvements:
- Better error propagation from platform-specific code
- More robust permission handling
- Improved file operation reliability