disk 0.3.3 copy "disk: ^0.3.3" to clipboard
disk: ^0.3.3 copied to clipboard

PlatformAndroid

A flutter plugin for android to get storage volumes' information.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add disk

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

dependencies:
  disk: ^0.3.3

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/disk.dart';
3
likes
120
pub points
48%
popularity

Publisher

verified publisherhextools.0xba1.xyz

A flutter plugin for android to get storage volumes' information.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

equatable, flutter, path_provider

More

Packages that depend on disk