{"id":27416430,"url":"https://github.com/hienlh/flutter_point_tab_bar","last_synced_at":"2025-04-14T09:49:07.025Z","repository":{"id":56829986,"uuid":"238373816","full_name":"hienlh/flutter_point_tab_bar","owner":"hienlh","description":"A tab bar widget for Flutter 💙  with point indicator. ","archived":false,"fork":false,"pushed_at":"2021-03-07T11:59:23.000Z","size":1234,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-20T13:29:24.701Z","etag":null,"topics":["flutter","point","tabbar"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/flutter_point_tab_bar","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/hienlh.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":"2020-02-05T05:17:33.000Z","updated_at":"2024-04-20T13:29:24.702Z","dependencies_parsed_at":"2022-09-02T05:50:56.203Z","dependency_job_id":null,"html_url":"https://github.com/hienlh/flutter_point_tab_bar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hienlh%2Fflutter_point_tab_bar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hienlh%2Fflutter_point_tab_bar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hienlh%2Fflutter_point_tab_bar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hienlh%2Fflutter_point_tab_bar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hienlh","download_url":"https://codeload.github.com/hienlh/flutter_point_tab_bar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248859188,"owners_count":21173324,"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":["flutter","point","tabbar"],"created_at":"2025-04-14T09:49:06.129Z","updated_at":"2025-04-14T09:49:07.016Z","avatar_url":"https://github.com/hienlh.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flutter_point_tab_bar\n\nA tab bar widget with point indicator.\n\n# Demo\n\n![Demo](https://github.com/hienlh/flutter_point_tab_bar/raw/master/video1.gif)\n\n# Usage\n\n```dart\nTabBar(\n    controller: _tabController,\n    indicator: PointTabIndicator(\n        position: PointTabIndicatorPosition.bottom,\n        color: Colors.white,\n        insets: EdgeInsets.only(bottom: 6),\n    ),\n    tabs: tabList.map((item) {\n        return Tab(\n            text: item,\n        );\n    }).toList(),\n)\n```\n\n# Example\n\nPlease run the app in the [`example/`](https://github.com/hienlh/flutter_point_tab_bar/tree/master/example) folder to start playing!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhienlh%2Fflutter_point_tab_bar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhienlh%2Fflutter_point_tab_bar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhienlh%2Fflutter_point_tab_bar/lists"}