{"id":29688675,"url":"https://github.com/alexhcjp/gap","last_synced_at":"2025-07-23T05:38:03.149Z","repository":{"id":296958427,"uuid":"859776539","full_name":"AlexHCJP/gap","owner":"AlexHCJP","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-21T22:22:36.000Z","size":267,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-03T16:16:41.130Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlexHCJP.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,"zenodo":null}},"created_at":"2024-09-19T09:02:38.000Z","updated_at":"2024-10-14T11:05:19.000Z","dependencies_parsed_at":"2025-06-03T16:16:44.717Z","dependency_job_id":"3111a862-c514-42a8-9eb3-f28a18d6d6a1","html_url":"https://github.com/AlexHCJP/gap","commit_stats":null,"previous_names":["alexhcjp/gap"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlexHCJP/gap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexHCJP%2Fgap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexHCJP%2Fgap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexHCJP%2Fgap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexHCJP%2Fgap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexHCJP","download_url":"https://codeload.github.com/AlexHCJP/gap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexHCJP%2Fgap/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266625275,"owners_count":23958305,"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-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":"2025-07-23T05:38:02.631Z","updated_at":"2025-07-23T05:38:03.128Z","avatar_url":"https://github.com/AlexHCJP.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FlexSpacing\n\nThis is a simple package that allows you to add spacing to your Flutter widgets using the FlexSpacing widget.\n\n## Example\n\n```dart\nimport 'package:gaps/gaps.dart';\n\nWidget build(BuildContext context) {\n  return FlexSpacing( //This is Column\n    direction: Axis.vertical,\n    gap: 10,\n    children: \u003cWidget\u003e[\n      Container(\n        color: Colors.red,\n        width: double.infinity,\n        height: 100,\n      ),\n      Container(\n        color: Colors.green,\n        width: double.infinity,\n        height: 100,\n      ),\n      Container(\n        color: Colors.blue,\n        width: double.infinity,\n        height: 100,\n      ),\n    ],\n  );\n}\n\nWidget build(BuildContext context) {\n  return FlexSpacing( // This is Row\n    direction: Axis.horizontal, \n    gap: 10,\n    children: \u003cWidget\u003e[\n      Container(\n        color: Colors.red,\n        width: 100,\n        height: 100,\n      ),\n      Container(\n        color: Colors.green,\n        width: 100,\n        height: 100,\n      ),\n      Container(\n        color: Colors.blue,\n        width: 100,\n        height: 100,\n      ),\n    ],\n  );\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexhcjp%2Fgap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexhcjp%2Fgap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexhcjp%2Fgap/lists"}