modern_titlebar_buttons 1.1.1 copy "modern_titlebar_buttons: ^1.1.1" to clipboard
modern_titlebar_buttons: ^1.1.1 copied to clipboard

A package which provides most of the titlebar buttons from windows, linux and macos. forked from titlebar_buttons

Titlebar buttons #

A package which provides most of the titlebar buttons from windows, linux and macos.

materia
breeze
osx_arc
yaru

Features #

  • Easier to use and implement
  • Native looking titlebar buttons for close, minimize and maximize actions

Usage #

Let's say you want a minimize button with look and feel of yaru theme, you can do that with DecoratedMinimizeButton which comes with a type property which accepts ThemeType (defaults to auto)

DecoratedMinimizeButton(
    type: ThemeType.yaru,
    onPressed: () {},
),

Similarly you can use DecoratedCloseButton for close button and DecoratedMaximizeButton for maximize button.

LICENSE #

Mozilla Public License 2.0

1
likes
110
pub points
30%
popularity

Publisher

verified publisherarcane.art

A package which provides most of the titlebar buttons from windows, linux and macos. forked from titlebar_buttons

Repository (GitHub)
View/report issues

Documentation

API reference

License

MPL-2.0 (LICENSE)

Dependencies

change_case, dbus, flutter, flutter_svg, gsettings, universal_io

More

Packages that depend on modern_titlebar_buttons