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

outdated

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.2.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/disk.dart';
3
likes
0
points
17
downloads

Publisher

verified publisherhextools.0xba1.xyz

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, path_provider

More

Packages that depend on disk

Packages that implement disk