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

discontinued
PlatformAndroid

android_external_storage is minimal flutter plugin for accessing android's external/shared storage path.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add android_external_storage

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

dependencies:
  android_external_storage: ^0.1.0

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:android_external_storage/android_external_storage.dart';
7
likes
140
pub points
74%
popularity

Publisher

unverified uploader

android_external_storage is minimal flutter plugin for accessing android's external/shared storage path.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on android_external_storage