mekjolle

Results 2 issues of mekjolle

When adding .setMoveable to "window manager" startup properties: ![image](https://github.com/leanflutter/window_manager/assets/59819742/106889c5-9458-49b4-a30d-6ce808c89f39) This works: ``` void main() async { WidgetsFlutterBinding.ensureInitialized(); await windowManager.ensureInitialized(); WindowOptions windowOptions = const WindowOptions( size: Size(1920, 1080), center: true, backgroundColor:...

platform-windows

https://github.com/maxim-saplin/data_table_2/blame/2a298245b4b5ab66ba3a90196cc5d27ff33c98f9/lib/src/data_table_2.dart#L1121-L1126 I get this assert on all of my resizeable columns when running in debug mode?