windows_disk_utils 0.0.4 copy "windows_disk_utils: ^0.0.4" to clipboard
windows_disk_utils: ^0.0.4 copied to clipboard

PlatformWindows

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
3
likes
150
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter plugin for Windows that provides disk, folder, and file utilities.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on windows_disk_utils

Packages that implement windows_disk_utils