{"id":23174010,"url":"https://github.com/zebradevs/zds_flutter","last_synced_at":"2025-07-26T03:07:59.362Z","repository":{"id":194084635,"uuid":"690049941","full_name":"ZebraDevs/zds_flutter","owner":"ZebraDevs","description":"A library of Flutter components made by Zebra Technologies based on the Zebra Design System, or ZDS.","archived":false,"fork":false,"pushed_at":"2025-06-03T15:25:13.000Z","size":5530,"stargazers_count":3,"open_issues_count":2,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-04T01:27:45.128Z","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/ZebraDevs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-11T12:41:24.000Z","updated_at":"2025-06-03T14:41:35.000Z","dependencies_parsed_at":"2023-12-19T15:05:22.491Z","dependency_job_id":"ad33196a-6834-4096-9669-9edc5cfc552a","html_url":"https://github.com/ZebraDevs/zds_flutter","commit_stats":null,"previous_names":["zebradevs/zds_flutter"],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/ZebraDevs/zds_flutter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZebraDevs%2Fzds_flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZebraDevs%2Fzds_flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZebraDevs%2Fzds_flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZebraDevs%2Fzds_flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZebraDevs","download_url":"https://codeload.github.com/ZebraDevs/zds_flutter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZebraDevs%2Fzds_flutter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267109973,"owners_count":24037629,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"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":[],"created_at":"2024-12-18T05:18:56.033Z","updated_at":"2025-07-26T03:07:59.347Z","avatar_url":"https://github.com/ZebraDevs.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZDS Flutter\n\nA library of Flutter components made by Zebra Technologies based on the Zebra Design System, or ZDS.\n\u003ca href='https://zds-c9c24.web.app/'\u003e\n\u003cpicture\u003e\n\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"doc/assets/zds-dark.png\"\u003e\n  \u003cimg alt=\"zds_flutter example\" src=\"doc/assets/zds-light.png\"\u003e\n\u003c/picture\u003e\n\u003c/a\u003e\n\n## Requirements\n\nMake sure your app meets the following requirements before using ZDS Flutter\n\n- sdk: \u003e=3.2.0 \u003c4.0.0\n- flutter: \u003e=3.16.0\n\n## Usage\n\nAdd the following as a dependency in your pubspec.yaml file.\n\n\u003c!-- x-release-please-start-version --\u003e\n\n```yaml\nzds-flutter: ^2.3.0\n```\n\n\u003c!-- x-release-please-end --\u003e\n\n## Getting started\n\n### Template\n\nTo speed up development, we have a template repo with ZDS Flutter already set up: [zds_flutter_template](https://github.com/ZebraDevs/zds_flutter_template)\n\n### Manual setup\n\nIn order to use components from ZDS Flutter, you must change your app widget to be a `ZdsApp`\n\n```dart\nclass DemoApp extends StatelessWidget {\n  const DemoApp({Key? key}) : super(key: key);\n\n  @override\n  Widget build(BuildContext context) {\n    return ZdsApp(\n      title: 'ZDS Flutter demo',\n      routes: kAllRoutes,\n    );\n  }\n}\n\n```\n\n## Viewing the components\n\nTo view examples of all the components in the library, you can run the example app in this repo or go to [this link](https://zds-c9c24.web.app/).\n\n## Theming\n\nThe ZDS uses the color system from another Zebra design library - [zeta_flutter](https://pub.dev/packages/zeta_flutter).\n\n---\n\n## Platform support\n\nFull support on Android and iOS.\n\nOn Web, Windows, Mac and Linux some features may be missing, but most functionality remains.\n\n## Licensing\n\nThis software is licensed with the MIT license (see [LICENSE](./LICENSE)) and uses some components that are distributed under their own terms (see [LICENSE-3RD-PARTY](./LICENSE-3RD-PARTY)).\n\n---\n\n### Future project Todos:\n\n[ ] Add [Widgetbook](https://pub.dev/packages/widgetbook).\n\n[ ] Fix untranslated strings - see `untranslated.json`.\n\n[ ] Set up themes to inherit from parent classes - think of toolbar within bottom of appbar.\n\n[ ] Integrate ZetaColors better.\n\n[ ] Analyze dependencies for weaknesses, possibly phase out some.\n\n[ ] Remove code from this repo that is not strictly needed for flutter - github actions could be in another repo?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzebradevs%2Fzds_flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzebradevs%2Fzds_flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzebradevs%2Fzds_flutter/lists"}