handy_window 0.4.0 handy_window: ^0.4.0 copied to clipboard
This package enhances the looks of Flutter applications on Linux by providing modern-looking Handy windows with rounded bottom corners.
Changelog #
0.4.0 (2024-03-09) #
What's Changed #
- use yaru.dart colors for window background by @Jupi007 in https://github.com/ubuntu/handy_window.dart/pull/47
0.3.1 #
- Fix Adwaita white line on top when maximized by @Jupi007 in https://github.com/ubuntu-flutter-community/handy_window/pull/32
0.3.0 #
- Update dependency yaru to ^0.5.0 by @renovate in https://github.com/ubuntu-flutter-community/handy_window/pull/25
- Add option to use libhandy without widget tree manipulation by @jpnurmi in https://github.com/ubuntu-flutter-community/handy_window/pull/28
- Revert shadow to Gtk3 one by @Jupi007 in https://github.com/ubuntu-flutter-community/handy_window/pull/29
0.2.1 #
- Compile stylesheet using sass (#21).
- Mimic Libadwaita window and headerbar style (#22).
0.2.0 #
- Add soft light border in dark theme (#20).
0.1.9 #
- Fix missing close button on non-GNOME X11 platforms (#13).
0.1.8 #
- Add missing null check for the header bar.
0.1.7 #
- Allow leaving GTK/HDY header bar out.
0.1.6 #
- Check for CSD support & respect the GTK_CSD environment variable.
0.1.5 #
- Fix -Wunused-parameter warnings.
0.1.4+1 #
- Clean up debug output
0.1.4 #
- Fix crash on window close.