window_manager icon indicating copy to clipboard operation
window_manager copied to clipboard

[Windows] setMaximizable throw a cast error

Open koohz opened this issue 3 years ago • 0 comments

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

werror

koohz avatar Sep 13 '22 18:09 koohz