jesusrp98 / window_decorations

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Window Decorations

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

materia
breeze
osx_arc
yaru

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 (defaults to auto)

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

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

LICENSE

GNU LESSER GENERAL PUBLIC LICENSE

About

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

License:GNU Lesser General Public License v3.0


Languages

Language:Dart 100.0%