alexmercerind / flutter_acrylic

Flutter library for window acrylic, mica & transparency effects.
MIT License
605 stars 54 forks source link

Add support for extra functions on macOS #10

Closed Adrian-Samoticha closed 2 years ago

Adrian-Samoticha commented 3 years ago

An extension to #5. The transparency effects are now fully supported on macOS, but the following extra functions are not:

Enter fullscreen.

Window.enterFullscreen();

Exit fullscreen.

Window.exitFullscreen();

Hide controls.

Window.hideWindowControls();

Show controls.

Window.showWindowControls();