bugsnag / bugsnag-flutter-navigator-observer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE: This repo is a work in progress and has not yet been released as a production ready package.

BugSnagNavigatorObserver

A common navigation monitoring component for Bugsnag libraries.

Usage

Typically you will configure this in you MaterialApp, CupertinoApp or Navigator:

return MaterialApp(
  navigatorObservers: [BugsnagNavigatorObserver()],
  initialRoute: '/',
  routes: {
    '/': (context) => const AppHomeWidget(),

About

License:Other


Languages

Language:Dart 100.0%