screenViews property

bool screenViews
final

Mobile (iOS and Android) specific

Whether to capture screen view events ([Amplitude] Screen Viewed).

On Flutter, screen views are delivered by attaching an AmplitudeNavigatorObserver to your app's navigatorObservers. The native SDK screen view autocapture cannot observe Flutter route navigation because a Flutter app runs inside a single native surface (one FlutterViewController on iOS, one FlutterActivity on Android).

Implementation

final bool screenViews;