Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnimplementedError when initializing Catcher #209

Open
MartinGeier opened this issue Jan 20, 2022 · 1 comment · May be fixed by #234
Open

UnimplementedError when initializing Catcher #209

MartinGeier opened this issue Jan 20, 2022 · 1 comment · May be fixed by #234
Assignees
Labels
New issue New issue which has not been checked yet

Comments

@MartinGeier
Copy link

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

@MartinGeier MartinGeier added the New issue New issue which has not been checked yet label Jan 20, 2022
@kevinxxq
Copy link

Looks like it was fixed fluttercommunity/plus_plugins#663.
@jhomlala Would you please update the dependency? thank you.

@ThexXTURBOXx ThexXTURBOXx linked a pull request Apr 17, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New issue New issue which has not been checked yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants