plugin_volume_info 0.0.5
plugin_volume_info: ^0.0.5 copied to clipboard
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_infoThis 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.5Alternatively, 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';