gtk 0.9.5 gtk: ^0.9.5 copied to clipboard
Implements GTK Widgets, themes and titlebar buttons in Flutter. Based on the GNOME HIG
GTK ❤️ Flutter #
Unofficial implementation of GTK Widgets, themes and titlebar buttons in Flutter. Based on the GNOME Human Interface Guidelines.
Features #
- Adwaita style Colors and icons
- Various GTK widgets ported to flutter
- Picks up system theme from current gtk-3.0 theme
- Provides various window decorations / titlebar buttons for header bar
Usage #
- To get color from theme you can use either
getGtkColor
function orgetAdaptiveGtkColor
function. - If you want custom titlebar then you can follow the steps for that on
bitsdojo_window
package. - Following Widgets are currently ported to flutter:
GtkHeaderBar
GtkHeaderBarMinimal
GtkHeaderButton
GtkPopupMenu
GtkSidebar
GtkTwoPane
GtkViewSwitcher
GtkViewSwitcherTab
Additional information #
This package is dependent on
popover
for GtkPopover.window_decorations
for Window Decorations (doesn't needed if you useGtkHeaderBarMinimal
)
Optional packages to use with this package:
adwaita_icons
for Adwaita Iconsbitsdojo_window
for better look and feel with custom GtkHeaderBar.bitsdojonativeshell
for better look and feel with custom GtkHeaderBar.nativeshell
License #
LGPL v3 / GNU LESSER GENERAL PUBLIC LICENSE v3
TLDR;