cloud_storage_platform_interface 0.1.2
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_interfaceWith Flutter:
$ flutter pub add cloud_storage_platform_interfaceThis 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.2Alternatively, 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';