icloud_storage 2.1.0 icloud_storage: ^2.1.0 copied to clipboard
A flutter plugin for upload, download and manage files in the app's iCloud container.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add icloud_storage
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
icloud_storage: ^2.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:icloud_storage/icloud_storage.dart';