{"id":18234349,"url":"https://github.com/erlangparasu/space_fixer","last_synced_at":"2025-09-19T17:43:23.448Z","repository":{"id":59149720,"uuid":"453093083","full_name":"erlangparasu/space_fixer","owner":"erlangparasu","description":"space_fixer: Hide unexpected gap between widgets","archived":false,"fork":false,"pushed_at":"2022-08-08T08:30:10.000Z","size":120,"stargazers_count":9,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T21:45:53.982Z","etag":null,"topics":["clip","dart","flutter","pub","stack"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/space_fixer","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erlangparasu.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}},"created_at":"2022-01-28T14:15:17.000Z","updated_at":"2024-07-18T09:10:49.000Z","dependencies_parsed_at":"2022-09-13T10:50:12.701Z","dependency_job_id":null,"html_url":"https://github.com/erlangparasu/space_fixer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlangparasu%2Fspace_fixer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlangparasu%2Fspace_fixer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlangparasu%2Fspace_fixer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlangparasu%2Fspace_fixer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erlangparasu","download_url":"https://codeload.github.com/erlangparasu/space_fixer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247103288,"owners_count":20884023,"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":["clip","dart","flutter","pub","stack"],"created_at":"2024-11-04T21:03:27.181Z","updated_at":"2025-09-19T17:43:18.369Z","avatar_url":"https://github.com/erlangparasu.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nThis README describes the package. If you publish this package to pub.dev,\nthis README's contents appear on the landing page for your package.\n\nFor information about how to write a good package README, see the guide for\n[writing package pages](https://dart.dev/guides/libraries/writing-package-pages).\n\nFor general information about developing packages, see the Dart guide for\n[creating packages](https://dart.dev/guides/libraries/create-library-packages)\nand the Flutter guide for\n[developing packages and plugins](https://flutter.dev/developing-packages).\n--\u003e\n\n# Space Fixer\n\n## Features\n\n- Hide unexpected gap between widgets\n\n## Getting started\n\nHow It Works\n\n![Screenshot How It Works](images/space_fixer.ss.jpg?raw=true \"Screenshot How It Works\")\n\nNotes:\n- **Blue** -\u003e represent background color (eg. listview container's color)\n- **Black** -\u003e represent items (eg. listview children widgets)\n- **Red** -\u003e represent `SpaceFixerHorizontalLine` (widget to hide unexpected gap)\n\n## Usage\n\n```bash\nflutter pub add space_fixer\n```\n\n```dart\nimport 'package:space_fixer/space_fixer.dart';\n```\n\n- `SpaceFixerHorizontalLine()`\n- `SpaceFixerVerticalLine()`\n\n```dart\n// ...\n\nContainer(\n    width: MediaQuery.of(context).size.width,\n    height: 50,\n    color: Colors.black,\n),\nSpaceFixerHorizontalLine(\n    context: context,\n    overflowHeight: 3,\n    overflowColor: Colors.black,\n),\nContainer(\n    width: MediaQuery.of(context).size.width,\n    height: 50,\n    color: Colors.black,\n),\n\n// ...\n```\n\nSee: [example1.dart](example/example1.dart)\n\n## Additional information\n\nThis lib will most likely help to (temporarily) resolve issues like:\nunexpected divider, mysterious dividers, unexpected spacing, one pixel line between, dividing lines occur, unwanted divider lines, small gap, lines between items, gaps between items, background color leaks.\n\n- https://github.com/flutter/flutter/issues/14288\n- https://github.com/flutter/flutter/issues/15035\n- https://github.com/flutter/flutter/issues/29702\n- https://github.com/flutter/flutter/issues/37168\n- https://github.com/flutter/flutter/issues/39815\n- https://github.com/flutter/flutter/issues/42927\n- https://github.com/flutter/flutter/issues/44008\n- https://github.com/flutter/flutter/issues/46604\n- https://github.com/flutter/flutter/issues/54370\n- https://github.com/flutter/flutter/issues/58462\n- https://github.com/flutter/flutter/issues/58951\n- https://github.com/flutter/flutter/issues/62818\n\n## Links\n- https://github.com/erlangparasu/space_fixer\n- https://pub.dev/packages/space_fixer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferlangparasu%2Fspace_fixer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferlangparasu%2Fspace_fixer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferlangparasu%2Fspace_fixer/lists"}