journey3_connector 1.1.0 journey3_connector: ^1.1.0 copied to clipboard
Flutter connector for Journey3 (Lightweight Anonymous Mobile Analytics)
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add journey3_connector
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
journey3_connector: ^1.1.0
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:journey3_connector/journey3_connector.dart';