Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 393 Bytes

File metadata and controls

20 lines (14 loc) · 393 Bytes

Flutter App Analytics Segment Package

Implements support for Segment into the Flutter App Analytics package.

How to use

SegmentProvider segment = SegmentProvider(writeKey: 'some_key');
await segment.initialize();
Analytics analytics = ...;
analytics.providers = [segment];

Testing

Run Tests

flutter test