ubuntu / handy_window.dart

Provides modern-looking Handy windows with rounded bottom corners for Flutter applications on Linux
https://pub.dev/packages/handy_window
Mozilla Public License 2.0
25 stars 7 forks source link

Unable to use it with window_manager. #44

Open wilinz opened 11 months ago

wilinz commented 11 months ago

The code for hiding windows at startup in the window_manager plugin conflicts with the code that needs to be modified for this plugin. You can find more information about the hidden-at-launch feature in the window_manager#hidden-at-launch section.

Feichtmeier commented 11 months ago

@jpnurmi re-implemented window manager in yaru_window which is also used in yaru_widgets I recommend to use those, they work perfectly fine with handy window

wilinz commented 11 months ago

This library currently cannot replace all the functionalities of a window manager, such as adjusting window positions and so on.