You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to track navigations, a NavigatorObserver is used on Flutter but I've noticed that there isn't a NavigatorObserver provided by this package. Could we create a NavigatorObserver that observes navigations and tracks them using Amplitude? Check out this code in flutter-segment repo for an example.
Motivations
Providing a NavigatorObserver to track navigations using Amplitude.
The text was updated successfully, but these errors were encountered:
Summary
In order to track navigations, a
NavigatorObserver
is used on Flutter but I've noticed that there isn't aNavigatorObserver
provided by this package. Could we create aNavigatorObserver
that observes navigations and tracks them using Amplitude? Check out this code influtter-segment
repo for an example.Motivations
Providing a
NavigatorObserver
to track navigations using Amplitude.The text was updated successfully, but these errors were encountered: