Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 840 Bytes

File metadata and controls

25 lines (18 loc) · 840 Bytes

disk_space_plus

disk_space_plus version Pub Points Pub Popularity Pub Likes

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;