windows_disk_utils 0.0.4
windows_disk_utils: ^0.0.4 copied to clipboard
A comprehensive Flutter plugin for Windows that provides disk, folder, and file utilities.
0.0.4 #
- Added advanced drive space info fields to DiskInfo and C++ plugin:
- Used space (bytes, KB, GB)
- Sectors per cluster
- Bytes per sector
- Number of free clusters
- Total number of clusters
- All new fields are available in the API and ready for use in apps.
0.0.3 #
- Added drive type (fixed, removable, etc.) to disk info and example app.
- Refactored DiskInfo model to include driveType field.
- Improved example app UI to show drive type for each disk.
- Next: Implement drive letter to volume GUID/path mapping and display in API and example app.
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