storage_info 1.0.0
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,getExternalStorageTotalSpaceInGBNow, simply use the
SpaceUnitenum to obtain the space inKB,MB, orGB, 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.