disk_space_plus_ohos 1.0.0
disk_space_plus_ohos: ^1.0.0 copied to clipboard
A tiny Flutter Plugin to show free and total disk space.
disk_space_plus_ohos #
Flutter插件,用于获取ohos手机剩余空间
Usage #
dependencies:
disk_space_plus: 0.2.3
disk_space_plus_ohos: 1.0.0
Getting Started #
This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for ohos.
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
支持格式 #
| 格式 | android | ios | OpenHarmony |
|---|---|---|---|
| platformVersion | ✅ | ✅ | ✅ |
| getFreeDiskSpace | ✅ | ✅ | ✅ |
| getTotalDiskSpace | ✅ | ✅ | ✅ |
| getFreeDiskSpaceForPath | ✅ | ✅ | ✅ |