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

Yocto (Scarthgap) on Raspberry Pi: Unhandled Exception: MissingPluginException(No implementation found for method getWindowMaximumSize on channel desktop_window) #183

Open
alexodus opened this issue Jun 14, 2024 · 1 comment
Assignees
Labels

Comments

@alexodus
Copy link

I have this error on file app_logic.dart ("await DesktopWindow.setMinWindowSize($styles.sizes.minAppSize);")

@esDotDev
Copy link
Contributor

esDotDev commented Jul 3, 2024

Hmm, I wonder why. We are using the https://pub.dev/packages/desktop_window package, which should have linux support.

FWIW, you can just comment out the call to setMinWindowSize and the app will run fine. You will just see various overflow errors if your window size is too small.

@esDotDev esDotDev self-assigned this Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@esDotDev @alexodus and others