android_file_storage 0.0.3 copy "android_file_storage: ^0.0.3" to clipboard
android_file_storage: ^0.0.3 copied to clipboard

PlatformAndroid

A modern Flutter plugin to save files directly to Android Downloads directory using MediaStore API without extra runtime permissions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add android_file_storage

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

dependencies:
  android_file_storage: ^0.0.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:android_file_storage/android_file_storage.dart';
1
likes
145
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A modern Flutter plugin to save files directly to Android Downloads directory using MediaStore API without extra runtime permissions.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on android_file_storage

Packages that implement android_file_storage