handy_window 0.4.2
handy_window: ^0.4.2 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.2 - 2026-02-26 #
What's Changed #
- chore: update Flutter SDK version to >=1.20.0 in pubspec.yaml by @Feichtmeier in https://github.com/ubuntu/handy_window.dart/pull/58
Full Changelog: https://github.com/ubuntu/handy_window.dart/compare/v0.4.1...v0.4.2
0.4.1 - 2026-02-24 #
What's Changed #
- chore(GithubActions): fix changelog github action by @Jupi007 in https://github.com/ubuntu/handy_window.dart/pull/49
- chore: update ci by @Feichtmeier in https://github.com/ubuntu/handy_window.dart/pull/57
- fix: prevent crash on fullscreen by bypassing mixin draw by @dongfengweixiao in https://github.com/ubuntu/handy_window.dart/pull/55
- docs: add usage instructions for new Flutter project structure by @dongfengweixiao in https://github.com/ubuntu/handy_window.dart/pull/56
New Contributors #
- @Feichtmeier made their first contribution in https://github.com/ubuntu/handy_window.dart/pull/57
- @dongfengweixiao made their first contribution in https://github.com/ubuntu/handy_window.dart/pull/55
Full Changelog: https://github.com/ubuntu/handy_window.dart/compare/v0.4.0...v0.4.1
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.
0.1.3 #
- Fix RUNPATH to ensure that
libhandy_flutter.sois found when deployed.
0.1.2 #
- Fix build on Ubuntu 18.04 with old glib version < 2.58.
0.1.1 #
- Fix compatibility with the core18-based Flutter snap
0.1.0+1 #
- Fix .gitignore'd libhandy headers.
0.1.0 #
- Initial release.