quickgui icon indicating copy to clipboard operation
quickgui copied to clipboard

Empty window on launch

Open VieuxSio opened this issue 2 years ago • 2 comments

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

VieuxSio avatar Mar 08 '22 21:03 VieuxSio

I can confirm this issue.

plonialmoni avatar Mar 27 '22 02:03 plonialmoni

It's a broken dependency: https://github.com/fluttercommunity/plus_plugins/issues/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

sgnh avatar Mar 28 '22 06:03 sgnh

Duplicate of #68

flexiondotorg avatar Sep 20 '22 14:09 flexiondotorg