{"id":22358197,"url":"https://github.com/adhunitech/waveui","last_synced_at":"2026-05-19T04:38:10.280Z","repository":{"id":303342580,"uuid":"1007043207","full_name":"adhunitech/waveui","owner":"adhunitech","description":"An enterprise-class package of Flutter components for mobile applications.","archived":false,"fork":false,"pushed_at":"2025-10-20T12:53:59.000Z","size":3514,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-20T14:35:50.984Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adhunitech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"zenodo":null}},"created_at":"2025-06-23T11:27:54.000Z","updated_at":"2025-10-20T12:54:03.000Z","dependencies_parsed_at":"2025-07-07T05:48:28.712Z","dependency_job_id":"2a325b76-1fd3-4895-b1e2-7a8ac499fa36","html_url":"https://github.com/adhunitech/waveui","commit_stats":null,"previous_names":["adhunitech/waveui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adhunitech/waveui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhunitech%2Fwaveui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhunitech%2Fwaveui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhunitech%2Fwaveui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhunitech%2Fwaveui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adhunitech","download_url":"https://codeload.github.com/adhunitech/waveui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhunitech%2Fwaveui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33202003,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"online","status_checked_at":"2026-05-19T02:00:06.763Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["flutter","flutter-ui","flutter-ui-library","flutter-widgets","ui-components","ui-design","ui-library","waveui"],"created_at":"2024-12-04T14:54:42.063Z","updated_at":"2026-05-19T04:38:10.265Z","avatar_url":"https://github.com/adhunitech.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Waveui\n\nWaveui is a modular flutter ui library focused on **efficiency**, **customization**, and **modern design standards**. It provides rich, reusable widgets that make building complex apps easier and faster.\n\n## Our Mission\n\n- Provide **efficient**, **beautiful**, and **highly customizable** widgets  \n- Align with **modern community and design standards**  \n- Continuously evolve to support the **widest range of components possible**  \n- Deliver a **developer friendly API**\n\n\u003e⚠️ Please **do not use in production** unless you're an **active contributor**.  \n\u003e The public API is under **rapid iteration** and breaking changes are expected without notice.\n\n\n## Installation \u0026 Usage\n\nInstall via pub:\n\n```sh\nflutter pub add waveui\n````\n\nWrap your app with `WaveApp` to enable global theming:\n\n```dart\nMaterialApp(\n  builder: (context, child) =\u003e WaveApp(\n    theme: Theme.of(context), // or a custom theme\n    child: child!,\n  ),\n);\n```\n\n\n## Roadmap\n\n| Status | Feature | Description                                       |\n| ------ | ---------------- | ------------------------------------------------------------ |\n| ✅      | Theme            | App wide theme logic |\n| ✅      | ColorScheme      | Modular scheme used throughout the ui                 |\n| ✅      | TextTheme        | Includes Geist font, multiple text styles                    |\n| ✅      | WaveApp          | Entry point for providing theme context                      |\n| ⏳      | Button           | Primary, Secondary, Tertiary, Outline, Ghost, Link, Destructive; themable via `ButtonTheme`          |\n| 📃      | AppBar           | Customizable top app bar (title, actions, elevation, etc.)   |\n| 📃      | TextField        | Filled, outlined, underlined with validator and hint support |\n| 📃      | Badge            | Count badge, status dot; supports size and color variants    |\n| 📃      | Card             | Elevation-based cards with layout utilities                  |\n| 📃      | ListTile         | Icon + title + subtitle support, customizable density        |\n| 📃      | Dialog           | Alert, Confirm, Custom – modal styling and blur              |\n| 📃      | BottomSheet      | Modal / persistent, with blur and drag support               |\n| 📃      | Toast            | Overlay-based status toast (info, success, error)            |\n| 📃      | Snackbar         | Actionable message component with duration handling          |\n| 📃      | Avatar           | Supports initials, icons, or image profile display           |\n\n## License\n\nWaveui is released under the [MIT License](https://opensource.org/license/mit/).\n\nThis package includes the **Geist** typeface by **Vercel Inc.**, which is distributed under the [SIL Open Font License 1.1](https://openfontlicense.org/).\nThe font is embedded in the package and governed by its corresponding terms included in `OFL.txt`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadhunitech%2Fwaveui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadhunitech%2Fwaveui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadhunitech%2Fwaveui/lists"}