jhomlala / catcher

Flutter error catching & handling plugin. Handles and reports exceptions in your app!
Apache License 2.0
787 stars 177 forks source link

UnimplementedError when initializing Catcher #209

Open MartinGeier opened 2 years ago

MartinGeier commented 2 years ago

I'm getting this error when starting the App with Catcher: [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: UnimplementedError: windowsInfo() has not been implemented.

This is the code I'm using: Catcher( rootWidget: MyApp(), debugConfig: debugOptions, releaseConfig: releaseOptions, ensureInitialized: true, );

Catcher 0.6.9 Flutter 2.8.1 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 77d935af4d (5 weeks ago) • 2021-12-16 08:37:33 -0800 Engine • revision 890a5fca2e Tools • Dart 2.15.1

kevinxxq commented 2 years ago

Looks like it was fixed https://github.com/fluttercommunity/plus_plugins/pull/663. @jhomlala Would you please update the dependency? thank you.