la-haus / flutter-segment

Segment.io library for flutter
MIT License
22 stars 139 forks source link

feat: add option to activate native integration with appsflyer #19

Closed johnsouza-loftbr closed 2 years ago

johnsouza-loftbr commented 2 years ago

Objective: add a new parameter on SegmentConfig to allow integrating Segment with Appsflyer.

Segment.config(
  options: SegmentConfig(
    writeKey: writeKey,
    trackApplicationLifecycleEvents: true,
    appsflyerIntegrationEnabled: true,
    amplitudeIntegrationEnabled: false,
    debug: kDebugMode,
  ),
);

Visual guide for Reviewers: