disk_usage 1.0.0 copy "disk_usage: ^1.0.0" to clipboard
disk_usage: ^1.0.0 copied to clipboard

A Flutter plugin for getting disk space information on all platforms. Supports iOS, Android, macOS, Windows, and Linux.

1.0.0 #

  • Initial release
  • Cross-platform support for iOS, Android, macOS, Windows, and Linux
  • Get total and free disk space
  • Simple and clean API with enum-based approach
  • Null-safe implementation
  • Platform-specific implementations:
    • iOS/macOS: FileManager.attributesOfFileSystem
    • Android: StatFs class
    • Windows: GetDiskFreeSpaceExW Win32 API
    • Linux: statvfs system call
1
likes
160
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for getting disk space information on all platforms. Supports iOS, Android, macOS, Windows, and Linux.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on disk_usage

Packages that implement disk_usage