I have tried flutter Windows Desktop application, but I am not able hide title bar to run app in full screen mode windows
I guess window_manager can achieve your needs
Add this to your package's pubspec.yaml file:
dependencies:
window_manager: ^0.2.7
// Enter fullscreen
await WindowManager.instance.setFullScreen(true);
// Level fullscreen
await WindowManager.instance.setFullScreen(false);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With