obsi_flutter library

Flutter error capture and Navigator telemetry for Obsi.

Classes

ObsiFlutterErrorIntegration
Captures uncaught Flutter framework and root-isolate errors through Obsi.
ObsiNavigationAttributes
Represents obsi navigation attributes.
ObsiNavigationMetrics
Represents obsi navigation metrics.
ObsiNavigatorObserver
Observes any Flutter Navigator, including those managed by go_router.
ObsiNavigatorObserverOptions
Represents obsi navigator observer options.

Typedefs

ObsiNavigationAttributeBuilder = Map<String, Object?> Function(String operation, Route? route, Route? previousRoute)
Defines the obsi navigation attribute builder type.
ObsiRouteNameResolver = String? Function(Route route)
Defines the obsi route name resolver type.
ObsiRoutePredicate = bool Function(Route route)
Defines the obsi route predicate type.