firebase_storage_ffi 0.1.1 copy "firebase_storage_ffi: ^0.1.1" to clipboard
firebase_storage_ffi: ^0.1.1 copied to clipboard

PlatformLinux

The firebase_storage implementation for desktop Linux, backed by the Firebase C++ SDK through firebase_ffi. Registers itself, so apps use firebase_storage unchanged.

firebase_storage_ffi #

The firebase_storage implementation for desktop Linux, backed by the Firebase C++ SDK through firebase_ffi.

It registers itself, so your code calls firebase_storage and never mentions this package or firebase_ffi:

dependencies:
  firebase_storage: any
  firebase_core_ffi: ^0.1.0   # registers on Linux
  firebase_storage_ffi: ^0.1.0

What it covers #

Objects, metadata, download URLs, deletion, and the emulator.

What it does not #

Listing, file uploads and resumable control keep the platform interface's own UnimplementedError, which names the method that is missing.

A method that is not bound throws rather than returning something plausible. Silence would be worse: an app cannot tell a value it did not get from one that does not exist.

Requirements #

firebase_ffi needs a prebuilt Firebase C++ SDK — this package does not download or build one. See its README for how to point at an install prefix.

Linux only. On any other platform the FlutterFire plugin uses its own implementation and this package is not registered.

License #

Apache-2.0. See LICENSE.

0
likes
160
points
155
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

The firebase_storage implementation for desktop Linux, backed by the Firebase C++ SDK through firebase_ffi. Registers itself, so apps use firebase_storage unchanged.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

firebase_core, firebase_ffi, firebase_storage_platform_interface, flutter

More

Packages that depend on firebase_storage_ffi

Packages that implement firebase_storage_ffi