{"id":19958243,"url":"https://github.com/codefoxlk/easy_separator","last_synced_at":"2025-10-09T10:39:44.223Z","repository":{"id":56828323,"uuid":"427701930","full_name":"CodeFoxLk/easy_separator","owner":"CodeFoxLk","description":" A new Flutter package project for create columns and rows with separators.","archived":false,"fork":false,"pushed_at":"2021-11-30T09:57:58.000Z","size":107,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T16:14:47.515Z","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/CodeFoxLk.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":"2021-11-13T15:29:36.000Z","updated_at":"2024-04-28T09:07:39.000Z","dependencies_parsed_at":"2022-08-28T21:11:43.436Z","dependency_job_id":null,"html_url":"https://github.com/CodeFoxLk/easy_separator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodeFoxLk/easy_separator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeFoxLk%2Feasy_separator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeFoxLk%2Feasy_separator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeFoxLk%2Feasy_separator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeFoxLk%2Feasy_separator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeFoxLk","download_url":"https://codeload.github.com/CodeFoxLk/easy_separator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeFoxLk%2Feasy_separator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001277,"owners_count":26083040,"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-10-09T02:00:07.460Z","response_time":59,"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-11-13T01:41:37.748Z","updated_at":"2025-10-09T10:39:44.207Z","avatar_url":"https://github.com/CodeFoxLk.png","language":"Dart","readme":"# Easy Separator\n\nA Flutter package for create columns and rows with separators\n\nAll the snippets are from the [example project](https://github.com/CodeFoxLk/easy_separator).\n\n**Easy Separated Column**\n----\n\u003cimg src=\"https://user-images.githubusercontent.com/85751396/141652019-d8e2f36b-2080-4c4b-90fd-4f975eedcb29.png\" alt=\"Separated Column\" width=\"200\"/\u003e\n\n\n\n    EasySeparatedColumn(\n            crossAxisAlignment: CrossAxisAlignment.center,\n            mainAxisAlignment: MainAxisAlignment.center,\n            separatorBuilder: (BuildContext context, int index) {\n              return const Text('\u003cEasy Separator\u003e',);\n            },\n            children: [\n              Container(height: 20, color: Colors.purple),\n              Container(height: 20, color: Colors.lightBlue),\n              Container(height: 20, color: Colors.green),\n              Container(height: 20, color: Colors.yellow),\n              Container(height: 20, color: Colors.orange),\n              Container(height: 20, color: Colors.red),\n            ],\n          )\n\n**Easy Separated Row**\n----\n\u003cimg src=\"https://user-images.githubusercontent.com/85751396/141652048-839271fd-4006-4605-bc09-a46ca0b273db.png\" alt=\"Separated Row\" width=\"200\"/\u003e\n\n\n\n    EasySeparatedRow(\n                  separatorBuilder: (BuildContext context, int index) {\n                    return const RotatedBox(\n                        quarterTurns: 3,\n                        child: Text(\n                          '\u003cEasy Separator\u003e',\n                        ));\n                  },\n                  children: [\n                    Container(width: 20, color: Colors.purple),\n                    Container(width: 20, color: Colors.lightBlue),\n                    Container(width: 20, color: Colors.green),\n                    Container(width: 20, color: Colors.yellow),\n                    Container(width: 20, color: Colors.orange),\n                    Container(width: 20, color: Colors.red),\n                  ],\n                )\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodefoxlk%2Feasy_separator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodefoxlk%2Feasy_separator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodefoxlk%2Feasy_separator/lists"}