cbl_flutter 0.2.0 copy "cbl_flutter: ^0.2.0" to clipboard
cbl_flutter: ^0.2.0 copied to clipboard

outdated

Binaries required to use cbl in Flutter apps.

Version License CI

cbl_flutter #

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

Usage #

CouchbaseLite needs to be initialized before it can be used. For Flutter apps you provide the init function with the dynamic libraries returned from flutterLibraries:

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

void initApp() async {
    await CouchbaseLite.init(libraries: flutterLibraries());
}
53
likes
0
points
2.1k
downloads

Publisher

verified publishercbl-dart.dev

Weekly Downloads

Binaries required to use cbl in Flutter apps.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cbl_ffi, cbl_native, flutter

More

Packages that depend on cbl_flutter