icloud_storage_flutter 2.2.1 copy "icloud_storage_flutter: ^2.2.1" to clipboard
icloud_storage_flutter: ^2.2.1 copied to clipboard

PlatformiOSmacOS

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_flutter

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

dependencies:
  icloud_storage_flutter: ^2.2.1

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_flutter/icloud_storage.dart';
import 'package:icloud_storage_flutter/icloud_storage_method_channel.dart';
import 'package:icloud_storage_flutter/icloud_storage_platform_interface.dart';
import 'package:icloud_storage_flutter/models/exceptions.dart';
import 'package:icloud_storage_flutter/models/icloud_file.dart';
1
likes
150
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter plugin for upload, download and manage files in the app's iCloud container.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on icloud_storage_flutter

Packages that implement icloud_storage_flutter