cbl_flutter_install 0.1.0 copy "cbl_flutter_install: ^0.1.0" to clipboard
cbl_flutter_install: ^0.1.0 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

Use it

The package has the following executables:

$ cbl_flutter_install

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cbl_flutter_install

With Flutter:

 $ flutter pub add cbl_flutter_install

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

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';
0
likes
140
points
2.41k
downloads

Publisher

verified publishercbl-dart.dev

Weekly Downloads

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