Skip to content

harrowmykel/disk_space_plus

 
 

Repository files navigation

disk_space_plus

Get the information about free and total disk space for you device.


Important change in 0.2.5 You need to initialize disk_space_plus now e.g

    DiskSpacePlus diskSpacePlus = DiskSpacePlus();
    await diskSpacePlus.getFreeDiskSpace ?? 0;

instead of

await DiskSpacePlus.getFreeDiskSpace;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 45.5%
  • Swift 23.3%
  • Kotlin 19.1%
  • Ruby 11.9%
  • Objective-C 0.2%