plugin_volume_info 0.0.6 copy "plugin_volume_info: ^0.0.6" to clipboard
plugin_volume_info: ^0.0.6 copied to clipboard

PlatformAndroid

A plugin to analyse the volumes of an android device. It includes used, free and total space and also some useful device information like device name, android version. It can also handle copying large files.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add plugin_volume_info

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

dependencies:
  plugin_volume_info: ^0.0.6

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:plugin_volume_info/volume_info.dart';
import 'package:plugin_volume_info/volume_info_method_channel.dart';
import 'package:plugin_volume_info/volume_info_platform_interface.dart';
0
likes
130
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A plugin to analyse the volumes of an android device. It includes used, free and total space and also some useful device information like device name, android version. It can also handle copying large files.

Homepage

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on plugin_volume_info

Packages that implement plugin_volume_info