{"id":13685801,"url":"https://github.com/vipulasri/flutter_bubble_tab_indicator","last_synced_at":"2025-04-09T09:09:38.350Z","repository":{"id":54176638,"uuid":"134226410","full_name":"vipulasri/flutter_bubble_tab_indicator","owner":"vipulasri","description":"A Flutter library to add bubble tab indicator to TabBar","archived":false,"fork":false,"pushed_at":"2021-03-08T08:50:51.000Z","size":153,"stargazers_count":191,"open_issues_count":3,"forks_count":32,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T02:35:25.317Z","etag":null,"topics":["dart","flutter","tabbar","tabindicator"],"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/vipulasri.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.paypal.me/vipulasri"]}},"created_at":"2018-05-21T06:15:58.000Z","updated_at":"2025-03-23T03:09:10.000Z","dependencies_parsed_at":"2022-08-13T08:20:56.258Z","dependency_job_id":null,"html_url":"https://github.com/vipulasri/flutter_bubble_tab_indicator","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vipulasri%2Fflutter_bubble_tab_indicator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vipulasri%2Fflutter_bubble_tab_indicator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vipulasri%2Fflutter_bubble_tab_indicator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vipulasri%2Fflutter_bubble_tab_indicator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vipulasri","download_url":"https://codeload.github.com/vipulasri/flutter_bubble_tab_indicator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248008630,"owners_count":21032556,"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":["dart","flutter","tabbar","tabindicator"],"created_at":"2024-08-02T14:00:57.488Z","updated_at":"2025-04-09T09:09:38.324Z","avatar_url":"https://github.com/vipulasri.png","language":"Dart","funding_links":["https://www.paypal.me/vipulasri"],"categories":["Dart"],"sub_categories":[],"readme":"# Bubble Tab Indicator\n\n[![pub package](https://img.shields.io/pub/v/bubble_tab_indicator.svg)](https://pub.dartlang.org/packages/bubble_tab_indicator)\n\nA Flutter library to add bubble tab indicator to TabBar.\n\n![banner](images/banner.jpg)\n\n## Getting Started\n\nAdd package from github by adding the following to your pubspec.yaml, pub publication is added later.\n````\n  dependencies:\n    bubble_tab_indicator: \"^0.1.5\"\n````\nImport the library in your file:\n````\nimport 'package:bubble_tab_indicator/bubble_tab_indicator.dart';\n````\nUse the BubbleTabIndicator like this: \n````\nnew TabBar(\n  indicatorSize: TabBarIndicatorSize.tab,\n  indicator: BubbleTabIndicator(\n            indicatorHeight: 25.0,\n            indicatorColor: Colors.blueAccent,\n            tabBarIndicatorSize: TabBarIndicatorSize.tab,\n            // Other flags\n            // indicatorRadius: 1,\n            // insets: EdgeInsets.all(1),\n            // padding: EdgeInsets.all(10)\n          ),\n)\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvipulasri%2Fflutter_bubble_tab_indicator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvipulasri%2Fflutter_bubble_tab_indicator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvipulasri%2Fflutter_bubble_tab_indicator/lists"}