directory_bookmarks 0.1.2 copy "directory_bookmarks: ^0.1.2" to clipboard
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 folder
    • saveFileInPath(): Save files in subfolders with automatic directory creation
    • saveStringToFileInPath(): Save text files in subfolders
    • saveBytesToFileInPath(): Save binary files in subfolders
    • listFilesInPath(): 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
2
likes
130
points
158
downloads

Publisher

unverified uploader

Weekly Downloads

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-specific security features.

Repository (GitHub)
View/report issues
Contributing

Topics

#files #storage #directory #bookmarks #security

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

file_picker, flutter, path, path_provider, permission_handler

More

Packages that depend on directory_bookmarks