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

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

1.0.0 #

  • Added iOS support.

  • Breaking change Following methods are removed: getStorageFreeSpaceInMB, getStorageUsedSpaceInMB, getStorageTotalSpaceInMB, getStorageFreeSpaceInGB, getStorageUsedSpaceInGB, getStorageTotalSpaceInGB,getExternalStorageFreeSpaceInMB, getExternalStorageUsedSpaceInMB, getExternalStorageTotalSpaceInMB,getExternalStorageFreeSpaceInGB, getExternalStorageUsedSpaceInGB, getExternalStorageTotalSpaceInGB

    Now, simply use the SpaceUnit enum to obtain the space in KB, MB, or GB, as shown in the Example.

  • Removed Android deprecated registerWith(registrar: Registrar) function

  • Updated Android compile SDK to 34

  • Updated kotlin version to 1.7.10

  • Set minimum dart SDK to 3.4.0

0.0.1 #

  • This is initial release with newest Flutter SDk and null safety.
8
likes
140
points
632
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter 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 storage_info