{"id":26851538,"url":"https://github.com/dizzpy/sam_uiz","last_synced_at":"2025-03-30T22:33:11.419Z","repository":{"id":268865897,"uuid":"905698626","full_name":"dizzpy/sam_uiz","owner":"dizzpy","description":"Making Sample Flutter Package for Testing","archived":false,"fork":false,"pushed_at":"2024-12-19T12:14:16.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T16:49:01.773Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/sam_uiz","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/dizzpy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2024-12-19T10:52:01.000Z","updated_at":"2024-12-19T12:14:20.000Z","dependencies_parsed_at":"2024-12-19T11:36:00.864Z","dependency_job_id":"9592131f-1556-4c45-b087-3f91802985bb","html_url":"https://github.com/dizzpy/sam_uiz","commit_stats":null,"previous_names":["dizzpy/sam_uiz"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dizzpy%2Fsam_uiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dizzpy%2Fsam_uiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dizzpy%2Fsam_uiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dizzpy%2Fsam_uiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dizzpy","download_url":"https://codeload.github.com/dizzpy/sam_uiz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246390896,"owners_count":20769475,"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":[],"created_at":"2025-03-30T22:32:00.309Z","updated_at":"2025-03-30T22:33:11.396Z","avatar_url":"https://github.com/dizzpy.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# sam_uiz\n\nA customizable UI components library for Flutter. This package provides reusable components like buttons, input fields, and cards for quick integration into your Flutter apps.\n\n\n## Installation\n\nTo use this package, add `sam_uiz` to your `pubspec.yaml` file:\n\n```yaml\ndependencies:\n  sam_uiz:\n    git:\n      url: https://github.com/dizzpy/sam_uiz.git\n```\n\n## Usage\n\n### DizzexButton\n\n```dart\nDizzexButton(\n  title: 'Press Me',\n  onPressed: () {\n    print('Button pressed!');\n  },\n)\n```\n\n### DizzexCard\n\n```dart\nDizzexCard(\n  widget: Text('Card content'),\n)\n```\n\n### DizzexInputBox\n\n```dart\nDizzexInputBox(\n  controller: myController,\n  hintText: 'Enter text here',\n  title: 'Input Field',\n)\n```\n\n## Example\n\nYou can check out the example usage in the `/example` folder.\n\n## License\n\nThis package is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.\n\n## Contributing\n\nFeel free to open an issue or pull request if you'd like to contribute to this package.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdizzpy%2Fsam_uiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdizzpy%2Fsam_uiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdizzpy%2Fsam_uiz/lists"}