{"id":13784836,"url":"https://github.com/gtk-flutter/libadwaita","last_synced_at":"2025-04-06T07:12:54.434Z","repository":{"id":42188487,"uuid":"396902296","full_name":"gtk-flutter/libadwaita","owner":"gtk-flutter","description":"Libadwaita's widgets for Flutter. Following Gnome HIG and available on all platforms.","archived":false,"fork":false,"pushed_at":"2024-04-11T20:18:29.000Z","size":497,"stargazers_count":234,"open_issues_count":8,"forks_count":18,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-18T22:54:17.207Z","etag":null,"topics":["adwaita","flutter","gtk","hacktoberfest","libadwaita"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/libadwaita","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gtk-flutter.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["prateekmedia"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2021-08-16T17:36:29.000Z","updated_at":"2024-06-20T21:55:43.754Z","dependencies_parsed_at":"2024-04-11T21:32:23.806Z","dependency_job_id":"f7bdfa96-d08f-4e8b-9891-387659bb31f0","html_url":"https://github.com/gtk-flutter/libadwaita","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtk-flutter%2Flibadwaita","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtk-flutter%2Flibadwaita/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtk-flutter%2Flibadwaita/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtk-flutter%2Flibadwaita/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gtk-flutter","download_url":"https://codeload.github.com/gtk-flutter/libadwaita/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247426993,"owners_count":20937199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adwaita","flutter","gtk","hacktoberfest","libadwaita"],"created_at":"2024-08-03T19:00:53.120Z","updated_at":"2025-04-06T07:12:54.417Z","avatar_url":"https://github.com/gtk-flutter.png","language":"Dart","readme":"# Libadwaita ❤️ Flutter\n\n![CI](https://github.com/gtk-flutter/libadwaita/actions/workflows/ci.yml/badge.svg)\n[![GitHub Super-Linter](https://github.com/gtk-flutter/adwaita/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter)\n\n[![Pub.dev](https://img.shields.io/pub/v/libadwaita.svg)](https://pub.dev/packages/libadwaita)\n[![License](https://img.shields.io/github/license/gtk-flutter/libadwaita?color=indigo)](LICENSE)\n[![Maintainer](https://img.shields.io/badge/Maintainer-prateekmedia-informational)](https://github.com/prateekmedia)\n\nLibadwaita's widgets for Flutter. Following Gnome HIG and available on all platforms.\n\n![libadwaita example screenshot](https://user-images.githubusercontent.com/41370460/154982398-70778cd9-b25e-410f-99bb-5804b33bfe38.png)\n\n**NOTE:** For getting colors from gtk 3.0 theme use version [`\u003c=0.9.8+1`](https://pub.dev/packages/gtk/versions/0.9.8+1)\n\n## Features\n\n- Various Libadwaita widgets ported to flutter\n- Some new widgets are also available, Check example for more info\n- Compatible with [various packages](#additional-information)\n\n## Usage\n\n- This only provides widgets, for theming you should consider [adwaita](https://pub.dev/packages/adwaita) or [yaru](https://github.com/ubuntu/yaru.dart) package.\n- If you want custom titlebar then you can follow the steps for that on [`libadwaita_bitsdojo`](https://pub.dev/packages/libadwaita_bitsdojo) package.\n- Here is the list of widgets imported from libadwaita library : [widgets.dart](https://github.com/gtk-flutter/libadwaita/blob/main/lib/src/widgets/widgets.dart).\n\nSee the example app in the [`example`](example) folder for more info.\n\n## Relavant Links\n- [libadwaita documentation](https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/index.html#classes)\n\n\n## Additional information\n\n### **This package works great with**\n\n[**`adwaita`**](https://pub.dev/packages/adwaita) / [**`yaru`**](https://pub.dev/packages/yaru)  \nFor theming\n\n### **Optional packages**\n\n#### [**`adwaita_icons`**](https://pub.dev/packages/adwaita_icons)\nFor Adwaita Icons\n\n#### [**`libadwaita_bitsdojo`**](https://pub.dev/packages/bitsdojo)\nExample:\n```dart\nimport 'package:libadwaita_bitsdojo/libadwaita_bitsdojo.dart';\n\nAdwHeaderBar(\n  actions: AdwActions().bitsdojo,\n//...\n)\n```\n\n#### [**`libadwaita_searchbar`**](https://pub.dev/packages/libadwaita_searchbar)\nExample:\n```dart\nimport 'package:libadwaita_searchbar/libadwaita_searchbar.dart';\n\nbool searchedTerm = '';\n\nAdwSearchBar(\n  onSubmitted: (str) =\u003e setState(() =\u003e searchedTerm = str),\n  controller: const TextEditingController(),\n//...\n)\n```\n\n#### [**`libadwaita_searchbar_ac`**](https://pub.dev/packages/libadwaita_searchbar_ac)\nExample:\n```dart\nimport 'package:libadwaita_searchbar_ac/libadwaita_searchbar_ac.dart';\n\nbool searchedTerm = '';\n\nAdwSearchBarAc(\n  suggestions: const ['Hi', 'Hello'],\n  onSubmitted: (str) =\u003e setState(() =\u003e searchedTerm = str),\n  controller: const TextEditingController(),\n//...\n)\n```\n\n#### [**`libadwaita_nativeshell`**](https://pub.dev/packages/nativeshell  )\nExample:\n```dart\nimport 'package:libadwaita_nativeshell/libadwaita_nativeshell.dart';\n\nAdwHeaderBar(\n  actions: AdwActions().nativeshell(context),\n//...\n)\n```\n\n#### [**`libadwaita_titlebar_buttons`**](https://pub.dev/packages/titlebar_buttons)\nExample:\n```dart\nimport 'package:libadwaita_titlebar_buttons/libadwaita_titlebar_buttons.dart';\n\nAdwHeaderBar(\n  controls: AdwControls().titlebarButtons(),\n//...\n)\n```\n\n[Classic API Docs](https://pub.dev/documentation/libadwaita/latest/)\n\n## Contributors\n*Based on [Insights](https://github.com/gtk-flutter/libadwaita/graphs/contributors) ranking and the value of commits*\n\n- [@prateekmedia](https://github.com/prateekmedia) - Creator and Maintainer of this library\n- [@simrat39](https://github.com/simrat39) - Added various widgets and Improved example app\n- [@MalcolmMielle](https://github.com/MalcolmMielle) - Worked on theming side of adwaita and created CI\n- [@jesusrp98](https://github.com/jesusrp98) - Added widgets like `AdwButton`, `AdwAvatar` and improved some widgets\n- [@pablojimpas](https://github.com/pablojimpas) - Added `very_good_analysis` and Fixed some code\n\n## Support the development\n\nTo sustain the development of this library we need someone who can help this library either through code or by donating to it. Donation will help us to live up in the world of unmaintained open source packages and to dedicate more time in improving this to live up to the mark. We will also add the name of the contributors or the donaters in the README section.\n\nTo donate directly you can use below link, don't forget to leave a message there:\n\n\u003ca href=\"https://www.buymeacoffee.com/prateeksunal\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n\n## License\n\n`Mozilla Public License 2.0`\n\nTLDR;\n\n- You are free to use [this](https://pub.dev/packages/libadwaita) package in whatever app you want,\n- If you improve the package then you should submit your patches / improvements to [this](https://github.com/gtk-flutter/libadwaita) repository.\n","funding_links":["https://github.com/sponsors/prateekmedia","https://www.buymeacoffee.com/prateeksunal"],"categories":["Packages"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgtk-flutter%2Flibadwaita","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgtk-flutter%2Flibadwaita","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgtk-flutter%2Flibadwaita/lists"}