get_storage_info 0.4.0 copy "get_storage_info: ^0.4.0" to clipboard
get_storage_info: ^0.4.0 copied to clipboard

PlatformAndroid

A plugin to show free, used, and total internal and external storage space.

0.4.0 #

  • Compile and target sdk is now 36 (Android 16).
  • Dropped support for Android 6.

0.3.0 #

  • Added isExternalStorageWritable method.
  • Improved documentation.

0.2.2 #

  • Fixes bug where assuming the internal storage path could cause a crash on some devices.

0.2.1 #

  • Defaults to DeviceStorageType.internal to avoid potential ArrayIndexOutOfBoundsException errors.

0.2.0 #

  • Operations are now run on a separate thread via a coroutine.

0.1.0 #

Breaking changes to getIsLowOnStorage and getIsStorageBelowThreshold

  • getIsLowOnStorage now uses the free storage to determine whether the device is low on storage.
  • The threshold param for getIsLowOnStorage and getIsStorageBelowThreshold is now in MB instead of percent.

0.0.2 #

  • Improved documentation.

0.0.1 #

  • Initial release.
3
likes
140
points
390
downloads

Publisher

verified publishernoahrahm.com

Weekly Downloads

A plugin to show free, used, and total internal and external storage space.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on get_storage_info

Packages that implement get_storage_info