{"id":32307955,"url":"https://github.com/datvu7/flutter_colorful_tab","last_synced_at":"2026-02-21T16:03:03.146Z","repository":{"id":54193611,"uuid":"311342675","full_name":"datvu7/flutter_colorful_tab","owner":"datvu7","description":"A colorful TabBar Flutter library with color animating indicator where each tab has a color. (inspired by SmartNews app)","archived":false,"fork":false,"pushed_at":"2024-04-16T11:52:22.000Z","size":2329,"stargazers_count":18,"open_issues_count":2,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-11T10:41:36.480Z","etag":null,"topics":["colorful","flutter","tabbar"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/flutter_colorful_tab","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/datvu7.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":"2020-11-09T13:12:00.000Z","updated_at":"2025-12-21T12:17:49.000Z","dependencies_parsed_at":"2025-06-30T00:09:06.604Z","dependency_job_id":"c562f9a5-ecca-4c06-8004-c059e5f8b416","html_url":"https://github.com/datvu7/flutter_colorful_tab","commit_stats":null,"previous_names":["datvu7/flutter_colorful_tab","datdescartes/flutter_colorful_tab"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/datvu7/flutter_colorful_tab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datvu7%2Fflutter_colorful_tab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datvu7%2Fflutter_colorful_tab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datvu7%2Fflutter_colorful_tab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datvu7%2Fflutter_colorful_tab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datvu7","download_url":"https://codeload.github.com/datvu7/flutter_colorful_tab/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datvu7%2Fflutter_colorful_tab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29685047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T15:51:39.154Z","status":"ssl_error","status_checked_at":"2026-02-21T15:49:03.425Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["colorful","flutter","tabbar"],"created_at":"2025-10-23T07:25:34.765Z","updated_at":"2026-02-21T16:03:03.141Z","avatar_url":"https://github.com/datvu7.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flutter Colorful TabBar\n\nA colorful TabBar for Flutter where each tab has a color (inspired by SmartNews app).\n\n![demo](https://raw.githubusercontent.com/datdescartes/flutter_colorful_tab/master/demo.gif)\n\n## Getting Started\n\nAdd this to your package's pubspec.yaml file:\n```yaml\n  dependencies:\n    flutter_colorful_tab: {current_version}\n```\n\nImport the library in your file:\n```dart\nimport 'package:flutter_colorful_tab/flutter_colorful_tab.dart';\n```\n\nUse the flutter_colorful_tab like this: \n```dart\nColorfulTabBar(\n  tabs: [\n    TabItem(color: Colors.red, title: Text('Home')),\n    TabItem(color: Colors.green, title: Text('Favorite')),\n    TabItem(color: Colors.orange, title: Text('Search')),\n    TabItem(color: Colors.green, title: Text('Settings')),\n  ],\n  controller: _tabController,\n)\n\n// all available parameters of TabItem\n  TabItem(\n    color: Colors.orange,\n    unselectedColor: Colors.orange.shade600,\n    title: const Text('Search'),\n    labelColor: Colors.black,\n    unselectedLabelColor: Colors.yellow,\n    labelStyle: const TextStyle(fontWeight: FontWeight.bold),\n    unselectedLabelStyle: const TextStyle(fontWeight: FontWeight.normal),\n  ),\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatvu7%2Fflutter_colorful_tab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatvu7%2Fflutter_colorful_tab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatvu7%2Fflutter_colorful_tab/lists"}