window_manager
window_manager copied to clipboard
[Windows] setMaximizable throw a cast error
I'm trying to set the window unmaximizable with:
await windowManager.setMaximizable(false);
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: type 'bool' is not a subtype of type 'List
?' in type cast
