bitsdojo / bitsdojo_window

A Flutter package that makes it easy to customize and work with your Flutter desktop app window.
http://www.youtube.com/watch?v=bee2AHQpGK4
MIT License
816 stars 229 forks source link

Is this possible to change dynamically/programmatically size of the window #246

Closed darkomenx closed 10 months ago

darkomenx commented 10 months ago

I would to create a splash screen window for my App construct with BitsDojo package.

There are lot of things about splash on mobile app but 2 things complicated :

In this context, this is very headache and complex to create perfect splash screen like native application.

BUT

I think that I can produce very similar behaviour like native splash and bitsdojo. I just need to resize dynamically or programmatically window size between splash (without button or menu and little size) and main screen (with button and menu and big size).

Questions :

Thank you for your help guys !

darkomenx commented 10 months ago

OK you can just re-import bitsdojo package and get appWindow object and change properties that you want and window change. When you change route or redraw widgets it change appear. 👍