gskinnerTeam / flutter-wonderous-app

A showcase app for the Flutter SDK. Wonderous will educate and entertain as you uncover information about some of the most famous structures in the world.
MIT License
4.02k stars 947 forks source link

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

Open alexodus opened 4 months ago

alexodus commented 4 months ago

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

esDotDev commented 4 months ago

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.