flutter_storage_info 0.1.0 copy "flutter_storage_info: ^0.1.0" to clipboard
flutter_storage_info: ^0.1.0 copied to clipboard

retracted

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_info

With Flutter:

 $ flutter pub add flutter_storage_info

This 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.0

Alternatively, 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';
6
likes
0
points
234
downloads

Publisher

verified publisherselfh.site

Weekly Downloads

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 efficiently.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_storage_info

Packages that implement flutter_storage_info