cbl_flutter 0.4.0+4 copy "cbl_flutter: ^0.4.0+4" to clipboard
cbl_flutter: ^0.4.0+4 copied to clipboard

outdated

Flutter Plugin for Couchbase Lite, an embedded, NoSQL JSON Document Style database, supporting Blobs, Encryption, N1QL Queries, Live Queries, Full-Text Search and Data Sync.

Version License CI

⚠️ New users should start with, and users of version 0.x.x should migrate to the latest beta. The API has been heavily refactored from 0.x.x to 1.0.0 and 0.x.x wont receive any more updates.

This package provides binaries required to use cbl in Flutter apps.

Supported Platforms #

Platform Minimum version
iOS 11
macOS 10.13
Android 19

Usage #

Make sure you have set the required minimum target version in the build systems of the platforms you support.

Before you access any part of the library, CouchbaseLite needs to be initialized before it can be used. For Flutter apps you provide the initialize function with the dynamic libraries returned from flutterLibraries:

import 'package:cbl/cbl.dart';
import 'package:cbl_flutter/cbl_flutter.dart';

void initCbl() {
  CouchbaseLite.initialize(libraries: flutterLibraries());
}
40
likes
120
pub points
88%
popularity

Publisher

verified publishercbl-dart.dev

Flutter Plugin for Couchbase Lite, an embedded, NoSQL JSON Document Style database, supporting Blobs, Encryption, N1QL Queries, Live Queries, Full-Text Search and Data Sync.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

cbl, cbl_native, flutter

More

Packages that depend on cbl_flutter