flutter_storage_info 0.1.0
flutter_storage_info: ^0.1.0 copied to clipboard
A Flutter plugin providing methods to retrieve information about device storage, including internal and external storage space. Useful for apps needing to monitor storage usage or manage file storage [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_storage_infoWith Flutter:
$ flutter pub add flutter_storage_infoThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_storage_info: ^0.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_storage_info/flutter_storage_info.dart';