An open API service indexing awesome lists of open source software.

https://github.com/gtk-flutter/gtk_theme_fl

[ wip ] Use the system's GTK theme from your flutter app
https://github.com/gtk-flutter/gtk_theme_fl

Last synced: 5 months ago
JSON representation

[ wip ] Use the system's GTK theme from your flutter app

Awesome Lists containing this project

README

          

# gtk_theme_fl

Gets the current GTK theme data.

## Getting Started
```dart
GtkThemeData themeData = await GtkThemeData.initialize();
```
See the source for the various colors and other data retrieved by the plugin.