cx_flutter_plugin 0.0.9 copy "cx_flutter_plugin: ^0.0.9" to clipboard
cx_flutter_plugin: ^0.0.9 copied to clipboard

The Coralogix SDK for Flutter is designed to support various Flutter targets by leveraging the numerous platforms supported by Coralogix's native SDKs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cx_flutter_plugin

With Flutter:

 $ flutter pub add cx_flutter_plugin

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

dependencies:
  cx_flutter_plugin: ^0.0.9

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:cx_flutter_plugin/cx_flutter_plugin.dart';
1
likes
0
points
651
downloads

Publisher

unverified uploader

Weekly Downloads

The Coralogix SDK for Flutter is designed to support various Flutter targets by leveraging the numerous platforms supported by Coralogix's native SDKs.

Homepage

License

unknown (license)

Dependencies

flutter, http, json_annotation, plugin_platform_interface

More

Packages that depend on cx_flutter_plugin

Packages that implement cx_flutter_plugin