cloud_storage_platform_interface 0.1.2 copy "cloud_storage_platform_interface: ^0.1.2" to clipboard
cloud_storage_platform_interface: ^0.1.2 copied to clipboard

Backend-agnostic contract for cloud_storage — a Flutter file/folder/link storage layer. Implement this to add a new backend.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cloud_storage_platform_interface

With Flutter:

 $ flutter pub add cloud_storage_platform_interface

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

dependencies:
  cloud_storage_platform_interface: ^0.1.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cloud_storage_platform_interface/cloud_storage_platform_interface.dart';
0
likes
150
points
309
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Backend-agnostic contract for cloud_storage — a Flutter file/folder/link storage layer. Implement this to add a new backend.

Homepage
Repository (GitHub)
View/report issues

Topics

#cloud-storage #federated-plugin #platform-interface #file-manager

License

MIT (license)

Dependencies

cross_file, meta

More

Packages that depend on cloud_storage_platform_interface