storage_space_fork 1.1.2
storage_space_fork: ^1.1.2 copied to clipboard
Get the free, available and total storage space for the device. Utility helpers for readable sizes
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add storage_space_forkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
storage_space_fork: ^1.1.2Alternatively, 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:storage_space_fork/storage_space_fork.dart';