flutter_native_view
flutter_native_view copied to clipboard
Add method to hide window decorations for full screen
This PR adds a method to toggle the container window's border and title bar. This can be used in conjunction with something like window_manager to implement full screen.
Fixes #19