flowmobile / storage_space

Flutter Plugin. Get the free, available and total storage space for the device. Utility helpers for readable sizes
https://pub.dev/packages/storage_space
Other
5 stars 13 forks source link

Incorrect storage space values #6

Open SL-Chinmay opened 1 year ago

SL-Chinmay commented 1 year ago

I am using this package to get the total storage space of the device However, My 64 GB phone is showing only 57 GB of storage space. Is there any way to fix this?

StorageSpace storageSpace = await getStorageSpace( lowOnSpaceThreshold: totalSize!, fractionDigits: 1, );