cxorbi_flutter 0.3.4
cxorbi_flutter: ^0.3.4 copied to clipboard
Cxorbi analytics for Flutter: session replay, heatmaps, screens, gestures, funnels, performance, error capture and in-app surveys for iOS and Android.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add cxorbi_flutterWith Flutter:
$ flutter pub add cxorbi_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
cxorbi_flutter: ^0.3.4Alternatively, 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:cxorbi_flutter/cxorbi_flutter.dart';