disk_space_plus 0.2.5 copy "disk_space_plus: ^0.2.5" to clipboard
disk_space_plus: ^0.2.5 copied to clipboard

A tiny Flutter Plugin to show free and total disk space.

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;
10
likes
150
points
18.6k
downloads

Publisher

unverified uploader

Weekly Downloads

A tiny Flutter Plugin to show free and total disk space.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on disk_space_plus