I am trying to build a desktop app with flutter. I want to display the app window half the size of screen when login screen of the app is visible.
Is there a way to change the size of the App window programmatically? Actually I am new to dart and flutter Please help me, I can't find a way to do it.
The window_size plugin will let you find the size of the screen and resize the window.