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

Empty window on launch #71

Closed
VieuxSio opened this issue Mar 8, 2022 · 3 comments
Closed

Empty window on launch #71

VieuxSio opened this issue Mar 8, 2022 · 3 comments
Labels
duplicate This issue or pull request already exists

Comments

@VieuxSio
Copy link

VieuxSio commented Mar 8, 2022

Hi,
I have an issue when launching quickgui. I verify than quickget and quickemu are in the current path, they are.
I obtain an empty window when launching and this error message on console :

[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) #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:175) <asynchronous suspension> #1 MethodChannel.invokeMapMethod (package:flutter/src/services/platform_channel.dart:377) <asynchronous suspension> #2 MethodChannelPackageInfo.getAll (package:package_info_plus_platform_interface/method_channel_package_info.dart:13) <asynchronous suspension> #3 PackageInfo.fromPlatform (package:package_info_plus/package_info_plus.dart:36) <asynchronous suspension> #4 main (package:quickgui/main.dart:62) <asynchronous suspension>

I'm not sure that I can solve it myself.
Regards

@plonialmoni
Copy link

I can confirm this issue.

@sgnh
Copy link

sgnh commented Mar 28, 2022

It's a broken dependency:
fluttercommunity/plus_plugins#773

It looks like they already fixed it so it might just be a matter of time before this works again without any change. But for now, the easiest solution is to change line 46 in pubspec.yaml from:
package_info_plus: ^1.3.0
to
package_info_plus: 1.3.0

@flexiondotorg flexiondotorg added the duplicate This issue or pull request already exists label Sep 20, 2022
@flexiondotorg
Copy link
Member

Duplicate of #68

@flexiondotorg flexiondotorg marked this as a duplicate of #68 Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

4 participants