liquid_segment 0.2.0
liquid_segment: ^0.2.0 copied to clipboard
Segment destination for liquid_analytics — Segment as one sink among many, not as a hub. Full Spec surface (track/screen/identify/group/alias/reset).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add liquid_segmentThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
liquid_segment: ^0.2.0Alternatively, 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:liquid_segment/liquid_segment.dart';