firebase_storage_watchos 0.0.1-beta.1 copy "firebase_storage_watchos: ^0.0.1-beta.1" to clipboard
firebase_storage_watchos: ^0.0.1-beta.1 copied to clipboard

watchOS implementation of firebase_storage, bridging the Firebase Apple SDK (FirebaseStorage) over dart:ffi for uploads, downloads, and metadata.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firebase_storage_watchos

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

dependencies:
  firebase_storage_watchos: ^0.0.1-beta.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:firebase_storage_watchos/firebase_storage_watchos.dart';
0
likes
140
points
119
downloads

Documentation

API reference

Publisher

verified publisherflutterwatch.dev

Weekly Downloads

watchOS implementation of firebase_storage, bridging the Firebase Apple SDK (FirebaseStorage) over dart:ffi for uploads, downloads, and metadata.

Homepage
Repository (GitHub)
View/report issues

Topics

#watchos #ffi #firebase #cloud-storage

License

BSD-3-Clause (license)

Dependencies

ffi, firebase_core, firebase_storage_platform_interface, flutter

More

Packages that depend on firebase_storage_watchos

Packages that implement firebase_storage_watchos