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
- Host: GitHub
- URL: https://github.com/gtk-flutter/gtk_theme_fl
- Owner: gtk-flutter
- License: mit
- Created: 2021-11-05T21:56:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-21T04:23:51.000Z (almost 4 years ago)
- Last Synced: 2024-04-24T07:05:42.122Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 58.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.