You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
);
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
The text was updated successfully, but these errors were encountered: