Summary
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.
Summary
In order to track navigations, a
NavigatorObserveris used on Flutter but I've noticed that there isn't aNavigatorObserverprovided by this package. Could we create aNavigatorObserverthat observes navigations and tracks them using Amplitude? Check out this code influtter-segmentrepo for an example.Motivations
Providing a
NavigatorObserverto track navigations using Amplitude.