saf 1.0.3+4 copy "saf: ^1.0.3+4" to clipboard
saf: ^1.0.3+4 copied to clipboard

PlatformAndroid

Flutter plugin that leverages Storage Access Framework (SAF) API to get access and perform the operations on files and folders.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add saf

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

dependencies:
  saf: ^1.0.3+4

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:saf/saf.dart';
63
likes
140
points
46
downloads

Publisher

verified publisherivehement.com

Weekly Downloads

Flutter plugin that leverages Storage Access Framework (SAF) API to get access and perform the operations on files and folders.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, permission_handler

More

Packages that depend on saf