gtk 1.0.0-rc.3
gtk: ^1.0.0-rc.3 copied to clipboard
Implements GTK Widgets, themes and titlebar buttons in Flutter. Based on the GNOME HIG
GTK ❤️ Flutter #
Unofficial implementation of GTK Widgets and libadwaita in Flutter. Based on the GNOME Human Interface Guidelines.

Features #
- Libadwaita colors implemented
- Various GTK widgets ported to flutter
- Compatible with various packages
Usage #
- Wrap your
WidgetApp/MaterialApp/CupertinoAppwithGnomeTheme - To get
ThemeDataforMaterialAppuseGnomeTheme.of(context).themeData. - To get color from theme you can use
GnomeTheme.of(context).[color]likeGnomeTheme.of(context).tiles. - If you want custom titlebar then you can follow the steps for that on
bitsdojo_windowpackage. - Following Widgets are currently ported to flutter:
GtkContainerGtkHeaderBarGtkHeaderBarMinimalGtkHeaderButtonGtkPopupMenuGtkSidebarGtkTwoPaneGtkViewSwitcherGtkViewSwitcherTab
Additional information #
This package is dependent on
popoverfor GtkPopover.window_decorationsfor Window Decorations (doesn't needed if you useGtkHeaderBarMinimal)
Optional packages to use with this package:
adwaita_iconsfor Adwaita Iconsbitsdojo_windowfor better look and feel with custom GtkHeaderBar.bitsdojonativeshellfor better look and feel with custom GtkHeaderBar.nativeshell
License #
LGPL v3 / GNU LESSER GENERAL PUBLIC LICENSE v3
TLDR;