cx_flutter_plugin 0.0.11
cx_flutter_plugin: ^0.0.11 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_pluginWith Flutter:
$ flutter pub add cx_flutter_pluginThis 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.11Alternatively, 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';