customerio / customerio-flutter

Flutter plugin for Customer.io
https://www.customer.io/docs/sdk/flutter/getting-started/
MIT License
12 stars 10 forks source link

feat: add CustomerIORouteObserver for optimized route tracking #88

Open AristideVB opened 9 months ago

AristideVB commented 9 months ago

Summary

This PR introduces CustomerIORouteObserver, a route observer that automatically tracks screen views and reports them to Customer.io. The observer integrates seamlessly with GoRouter or MaterialApp, thus eliminating the need for manual tracking logic.

Changes

This PR aims to address Issue #87