cbl_flutter_install 0.1.0+2 copy "cbl_flutter_install: ^0.1.0+2" to clipboard
cbl_flutter_install: ^0.1.0+2 copied to clipboard

Internal package to install native libraries for the cbl_flutter plugin.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate cbl_flutter_install
copied to clipboard

Use it

The package has the following executables:

$ cbl_flutter_install
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cbl_flutter_install
copied to clipboard

With Flutter:

 $ flutter pub add cbl_flutter_install
copied to clipboard

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

dependencies:
  cbl_flutter_install: ^0.1.0+2
copied to clipboard

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:cbl_flutter_install/cbl_flutter_install.dart';
copied to clipboard
0
likes
140
points
167
downloads

Publisher

verified publishercbl-dart.dev

Weekly Downloads

2024.09.20 - 2025.04.04

Internal package to install native libraries for the cbl_flutter plugin.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

cbl

More

Packages that depend on cbl_flutter_install