windows_disk_utils 0.0.2
windows_disk_utils: ^0.0.2 copied to clipboard
A comprehensive Flutter plugin for Windows that provides disk, folder, and file utilities. Retrieve disk info, list and manage files/folders, and format byte sizes for display in your apps.
0.0.2 #
- Improved documentation and usage examples.
- Enhanced formatting and pub.dev compliance.
- Bug fixes and code formatting improvements.
0.0.1 #
- Initial release.
- Windows-only Flutter plugin for disk, folder, and file utilities.
- List all disks/partitions with detailed info (name, size, label, file system, etc.)
- List folder contents (files and subfolders)
- Create, delete, and list files/folders
- Read and write file contents
- Get file/folder metadata (size, timestamps, etc.)
- Format byte sizes to human-readable strings (KB, MB, GB, etc.)
- Includes example app and comprehensive documentation