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

MissingPluginException(dev.fluttercommunity.plus/package_info) on Windows #214

Open
MJ33 opened this issue Mar 21, 2022 · 0 comments
Open
Assignees
Labels
New issue New issue which has not been checked yet

Comments

@MJ33
Copy link

MJ33 commented Mar 21, 2022

Describe the bug
I'm getting the following exception when my Windows app starts up:
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method getAll on channel dev.fluttercommunity.plus/package_info)

Catcher config in main.dart:

void main() async {
  WidgetsFlutterBinding.ensureInitialized();

  var catcher = Catcher(rootWidget: const MyApp(), ensureInitialized: true);

  CatcherOptions debugOptions = CatcherOptions(PageReportMode(), [
    ConsoleHandler(),
    ToastHandler(),
  ]);

  CatcherOptions releaseOptions = CatcherOptions(SilentReportMode(), [
    ConsoleHandler(),
  ]);

  catcher.updateConfig(
      debugConfig: debugOptions, releaseConfig: releaseOptions);
}

Flutter doctor
[√] Flutter (Channel stable, 2.10.3, on Microsoft Windows [Version 10.0.19043.1586], locale en-ZA)
• Flutter version 2.10.3 at C:\flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 7e9793dee1 (3 weeks ago), 2022-03-02 11:23:12 -0600
• Engine revision bd539267b4
• Dart version 2.16.1
• DevTools version 2.9.2

[√] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
• Android SDK at C:\Users\user\AppData\Local\Android\sdk
• Platform android-31, build-tools 31.0.0
• Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
• Java version OpenJDK Runtime Environment (build 11.0.11+9-b60-7590822)
• All Android licenses accepted.

[√] Chrome - develop for the web
• Chrome at C:\Program Files (x86)\Google\Chrome\Application\chrome.exe

[√] Visual Studio - develop for Windows (Visual Studio Enterprise 2022 17.0.0)
• Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Enterprise
• Visual Studio Enterprise 2022 version 17.0.31903.59
• Windows 10 SDK version 10.0.20348.0

[√] Android Studio (version 2021.1)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin can be installed from:
https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 11.0.11+9-b60-7590822)

[√] VS Code
• VS Code at C:\Users\user\AppData\Local\Programs\Microsoft VS Code
• Flutter extension version 3.36.0

[√] VS Code, 64-bit edition (version 1.64.2)
• VS Code at C:\Program Files\Microsoft VS Code
• Flutter extension version 3.36.0

[√] Connected device (3 available)
• Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.19043.1586]
• Chrome (web) • chrome • web-javascript • Google Chrome 99.0.4844.74
• Edge (web) • edge • web-javascript • Microsoft Edge 99.0.1150.46

[√] HTTP Host Availability
• All required HTTP hosts are available

Catcher version

  • Version: 0.6.9

Desktop OS:

  • OS: Windows 10 Pro, Version: 21H1, OS Build: 19043.1586
@MJ33 MJ33 added the New issue New issue which has not been checked yet label Mar 21, 2022
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

No branches or pull requests

2 participants