get_storage_info 0.6.0
get_storage_info: ^0.6.0 copied to clipboard
A plugin to show free, used, and total internal and external storage space.
0.6.0 #
- Overall code improvements.
0.5.4 #
- Let's try this one more time...
0.5.3 #
- Let's try this again...
0.5.2 #
- Fixes (another!) build error.
0.5.1 #
- Fixes a build error.
0.5.0 #
- Compile and target sdk is now 37 (Android 17).
- Updated minimum supported SDK version to Flutter 3.44/Dart 3.12.
- Migrated to Built-in Kotlin.
0.4.0 #
- Compile and target sdk is now 36 (Android 16).
- Dropped support for Android 6.
0.3.0 #
- Added
isExternalStorageWritablemethod. - 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.internalto avoid potentialArrayIndexOutOfBoundsExceptionerrors.
0.2.0 #
- Operations are now run on a separate thread via a coroutine.
0.1.0 #
Breaking changes to getIsLowOnStorage and getIsStorageBelowThreshold
getIsLowOnStoragenow uses the free storage to determine whether the device is low on storage.- The
thresholdparam forgetIsLowOnStorageandgetIsStorageBelowThresholdis now in MB instead of percent.
0.0.2 #
- Improved documentation.
0.0.1 #
- Initial release.