window_decorations 0.3.0 copy "window_decorations: ^0.3.0" to clipboard
window_decorations: ^0.3.0 copied to clipboard

discontinued
outdated

A package which provides most of the window decorations from linux themes.

Window Decorations #

A package which provides most of the window decorations from linux themes.

Features #

  • Easier to use and implement
  • Native looking window 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

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

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

Additional information #

  • This package is GPL-3.0 licensed due to the fact that it uses various GPL-3 themes buttons.
16
likes
0
pub points
0%
popularity

Publisher

verified publisherprateeksu.blogspot.com

A package which provides most of the window decorations from linux themes.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_svg, gsettings

More

Packages that depend on window_decorations