sdcard_path_manager

Creator: coderz1093

Last updated:

0 purchases

sdcard_path_manager Image
sdcard_path_manager Images
Add to Cart

Description:

sdcard path manager

sdcard_path_manager #
Get the path and size of SD from Android.
Getting Started #
Please see the following code
var isExistAvailableSDCardMemory = await SdcardPathManager.isExistAvailableSDCardMemory;

var downPath = await SdcardPathManager.getMemoryPath(dirName: 'download');
var freeSize = await SdcardPathManager.getAvailableMemorySize;

var downSDPath = await SdcardPathManager.getSDCardMemoryPath(dirName: 'download') ;
var freeSDSize = await SdcardPathManager.getAvailableSDCardMemorySize ;
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator