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

example project does not run on linux🐛 #190

Closed
solaristhesun opened this issue Feb 18, 2022 · 1 comment · Fixed by #191
Closed

example project does not run on linux🐛 #190

solaristhesun opened this issue Feb 18, 2022 · 1 comment · Fixed by #191
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@solaristhesun
Copy link

Launching lib/main.dart on Linux in debug mode...
Building Linux application...                                           
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method SystemTheme.accentColor on channel system_theme)
#0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:175:7)
<asynchronous suspension>
#1      SystemAccentColor.load (package:system_theme/system_theme.dart:93:18)
<asynchronous suspension>

[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method Initialize on channel com.alexmercerind/flutter_acrylic)
#0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:175:7)
<asynchronous suspension>
#1      Window.initialize (package:flutter_acrylic/flutter_acrylic.dart:75:5)
<asynchronous suspension>
#2      main (package:example/main.dart:40:5)
<asynchronous suspension>
@bdlukaa bdlukaa added bug Something isn't working good first issue Good for newcomers labels Feb 18, 2022
@bdlukaa bdlukaa mentioned this issue Feb 19, 2022
6 tasks
@solaristhesun
Copy link
Author

Thanks @bdlukaa for the quick response. However it is still not working for me. It looks like there are two issues: one with SystemTheme.accentColor (which seems to be solved) and another one with flutter_acrylic.

Launching lib/main.dart on Linux in debug mode...
Building Linux application...                                           
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method Initialize on channel com.alexmercerind/flutter_acrylic)
#0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:175:7)
<asynchronous suspension>
#1      Window.initialize (package:flutter_acrylic/flutter_acrylic.dart:75:5)
<asynchronous suspension>
#2      main (package:example/main.dart:46:5)
<asynchronous suspension>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants