{"id":15067722,"url":"https://github.com/teatalkinternal/rounded_tabbar_widget","last_synced_at":"2025-04-10T16:12:40.727Z","repository":{"id":56838317,"uuid":"352946339","full_name":"TeaTalkInternal/rounded_tabbar_widget","owner":"TeaTalkInternal","description":"A simple flutter package for creating a TabBarView layout with custom Tabbar.","archived":false,"fork":false,"pushed_at":"2021-03-31T03:47:08.000Z","size":80,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T14:02:45.551Z","etag":null,"topics":["flutter","hackoctoberfest","hacktoberfest-accepted","hacktoberfest2022","open-source","pub-dev","pub-package","widget"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/rounded_tabbar_widget","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/TeaTalkInternal.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-03-30T09:36:38.000Z","updated_at":"2023-09-23T16:37:37.000Z","dependencies_parsed_at":"2022-09-13T08:40:32.234Z","dependency_job_id":null,"html_url":"https://github.com/TeaTalkInternal/rounded_tabbar_widget","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/TeaTalkInternal%2Frounded_tabbar_widget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeaTalkInternal%2Frounded_tabbar_widget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeaTalkInternal%2Frounded_tabbar_widget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeaTalkInternal%2Frounded_tabbar_widget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TeaTalkInternal","download_url":"https://codeload.github.com/TeaTalkInternal/rounded_tabbar_widget/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248251218,"owners_count":21072686,"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","hackoctoberfest","hacktoberfest-accepted","hacktoberfest2022","open-source","pub-dev","pub-package","widget"],"created_at":"2024-09-25T01:26:39.399Z","updated_at":"2025-04-10T16:12:40.704Z","avatar_url":"https://github.com/TeaTalkInternal.png","language":"Dart","readme":"# rounded_tabbar_widget\n\nLanguage: [English](README.md)\n\nA simple flutter package for creating a TabBarView layout with custom Tabbar. \n\nTechnical Notes:\nThe layout for pages is built using TabbarView and layout of Tab buttons is customised.  This package supports pages to be scrolled too.\n\n![](https://github.com/TeaTalkInternal/github_assets/blob/master/gifs/rounded_tabbar_2.gif)\n\n- [rounded_tabbar_widget](#rounded_tabbar_widget)\n  - [How to use it.](#how-to-use-it)\n  - [parameters](#parameters)\n\n##  How to use it.\n\nthe usage is very simple, just use the following\n\n```dart\n RoundedTabbarWidget(\n      tabIcons: [\n        Icons.home,\n        Icons.favorite,\n        Icons.chat,\n        Icons.person,\n      ],\n      pages: [\n        HomePageWidget(),\n        FavoritePageWidget(),\n        MessagesPageWidget(),\n        ProfilePageWidget(),\n      ],\n      selectedIndex: 0,\n      onTabItemIndexChanged: (int index) {\n        print('Index: $index');\n      },\n    ),\n```\n\n## parameters\n\n| parameter                  | description                                                                           | default                                                                                                                                                                               |\n| -------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| onTabItemIndexChanged                       | Completion Handler which returns index of current tab page                                                                  |     (int index) {}                                                                                                                                                                              |\n| tabIcons          | List of Tab Icons                                            | Pass List of IconData parameter                                                                                                                                                    |\n| pages          | List of Tab Pages                                            | Pass List of Tab widgets parameter                                                                                                                                                    |\n| selectedIndex          | Index of tab page to be shown selected initially                                            | This is a optional parameter                                                                                                                                                    |\n| itemNormalColor          | Color of Tabbar item for normal state                                            | This is a optional parameter                                                                                                                                                    |\n| itemSelectedColor          | Color of Tabbar item for selected state                                            | This is a optional parameter                                                                                                                                                    |\n| tabBarBackgroundColor          | Background color of Tabbar                                            | This is a optional parameter                                                                                                                                                    |\n\nPlease note the number of pages and tabIcons should be equal.\n\n[more detail](https://github.com/TeaTalkInternal/rounded_tabbar_widget/tree/main/lib)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteatalkinternal%2Frounded_tabbar_widget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteatalkinternal%2Frounded_tabbar_widget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteatalkinternal%2Frounded_tabbar_widget/lists"}