Skip to content

engine-ydsong-uxplus/sdcard_path_manager

 
 

Repository files navigation

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 ;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 39.8%
  • Dart 25.4%
  • Swift 19.9%
  • Ruby 11.1%
  • Objective-C 3.8%