disk_space 0.0.1 copy "disk_space: ^0.0.1" to clipboard
disk_space: ^0.0.1 copied to clipboard

outdated

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add disk_space

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  disk_space: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:disk_space/disk_space.dart';
59
likes
0
pub points
95%
popularity

Publisher

unverified uploader

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

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on disk_space