volume_info 0.0.27
volume_info: ^0.0.27 copied to clipboard
Showing info about volumes
0.0.1 Initial release
0.0.2 Fixing wrong sizes
0.0.3 Adding external devices
0.0.4 Refactored and optimized to get a list of all devices, spaces and test again primary or check availablebility
0.0.5 Making it easier to get information by using wrapper classes
0.0.6 Adding new functions to get primary path and uuid direct
0.0.7 Adding more attributes to VolumeSpace class to avoid multiple calls
0.0.8 Refactored and added new function getVolumeInfo
0.0.9 Making plugin available from Android 8 / OREO (API 26)
0.0.10 Using Android 9 / Pie (API 28) instead for better compability
0.0.11 Fixing error in volume space
0.0.12 Refactoring for better usage
0.0.13 Fixing error in usage
0.0.14 Fixing for usage in release
0.0.15 Adding function to get android api version
0.0.16 Add copy function for buffered copying between volumes
0.0.17 Fixing copy function error
0.0.18 Fixing copy function error
0.0.19 Updated copyFile buffer size
0.0.20 Check if file exists in copyFile function
0.0.21 Removing library in build
0.0.22 Allow to set buffer size in copyFile
0.0.23 Adding copy progress function
0.0.24 Adding list all files of volume function
0.0.25 Adding list all files and sizes of volume function Advanced example to show all functions
0.0.26 Fix wrong fileName
0.0.27 Optimizations