fire_api_local 1.0.0 copy "fire_api_local: ^1.0.0" to clipboard
fire_api_local: ^1.0.0 copied to clipboard

A pure Dart SQLite-backed fire_api implementation for local Firestore-style documents, queries, streams, storage, and vector search.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fire_api_local

With Flutter:

 $ flutter pub add fire_api_local

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

dependencies:
  fire_api_local: ^1.0.0

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:fire_api_local/fire_api_local.dart';
0
likes
130
points
29
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A pure Dart SQLite-backed fire_api implementation for local Firestore-style documents, queries, streams, storage, and vector search.

Repository (GitHub)

License

GPL-3.0 (license)

Dependencies

fire_api, sqlite3

More

Packages that depend on fire_api_local