The documentation does mention that in the current state, uxcam/flutter-plugin is not able to capture screen names automatically as it does in the native plugins.
The solution, however, is fairly simple. Flutter provides a convenient API for RouteObserver, which is supported by Flutter's default router as well as by all major router solutions (e.g., go_router).
The documentation does mention that in the current state, uxcam/flutter-plugin is not able to capture screen names automatically as it does in the native plugins.
The solution, however, is fairly simple. Flutter provides a convenient API for
RouteObserver
, which is supported by Flutter's default router as well as by all major router solutions (e.g., go_router).