{"id":24926153,"url":"https://github.com/mzakizadeh/shifting_tabbar","last_synced_at":"2026-01-11T04:46:08.930Z","repository":{"id":56839058,"uuid":"177627572","full_name":"mzakizadeh/shifting_tabbar","owner":"mzakizadeh","description":"A custom tab bar widget for Flutter framework. ","archived":false,"fork":false,"pushed_at":"2024-08-09T17:53:13.000Z","size":810,"stargazers_count":147,"open_issues_count":2,"forks_count":17,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-06T22:49:24.884Z","etag":null,"topics":["flutter","material-design"],"latest_commit_sha":null,"homepage":"","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/mzakizadeh.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}},"created_at":"2019-03-25T16:50:23.000Z","updated_at":"2024-12-16T08:16:14.000Z","dependencies_parsed_at":"2025-02-02T12:26:57.634Z","dependency_job_id":"e131cc84-8cc2-45c0-b50e-e09b8a51e84e","html_url":"https://github.com/mzakizadeh/shifting_tabbar","commit_stats":null,"previous_names":["mahdizakizadeh/shifting_tabbar"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mzakizadeh/shifting_tabbar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mzakizadeh%2Fshifting_tabbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mzakizadeh%2Fshifting_tabbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mzakizadeh%2Fshifting_tabbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mzakizadeh%2Fshifting_tabbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mzakizadeh","download_url":"https://codeload.github.com/mzakizadeh/shifting_tabbar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mzakizadeh%2Fshifting_tabbar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261853167,"owners_count":23219815,"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","material-design"],"created_at":"2025-02-02T12:26:04.293Z","updated_at":"2026-01-11T04:46:08.925Z","avatar_url":"https://github.com/mzakizadeh.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shifting TabBar\n\nA custom tab bar widget for Flutter framework. \n\nThe design is inspired from Rally project (one of material design studies).\n\n[![pub package](https://img.shields.io/badge/pub-v1.0.2-blue.svg)](https://pub.dartlang.org/packages/shifting_tabbar)\n\n\n## Getting Started\n\n\u003cimg align=\"right\" width=\"180\" src=\"https://drive.google.com/uc?export=view\u0026id=1a4UkBFG7M9ZES9J4tai1zdFeAIkLPD2O\"\u003e\n\n### Add the package to `pubspec.yaml`\n\n\n```yaml\ndependencies:\n    ...\n    shifting_tabbar: ^1.0.2\n```\n\n### Import the package\n\n```dart\nimport 'package:shifting_tabbar/shifting_tabbar.dart';\n```\n\n### Basic Usage\n\nThis widget is programmed to work with `TabController`. \nYou just need to install and import it to your code and use it just like `TabBar`.\n\n**Don't forget to use `DefaultTabController` as an ancestor widget if you don't specify controller manually!**\n\n```dart\nnew ShiftingTabBar(\n    tabs: [\n        ShiftingTab(\n            icon: Icon(Icons.directions_bike),\n            text: \"Test 1\",\n        ),\n        ShiftingTab(\n            icon: Icon(Icons.directions_car),\n            text: \"Test 2\"\n        ),\n        ShiftingTab(\n            icon: Icon(Icons.directions_transit),\n            text: \"Test 3\"\n        ),\n    ],\n)\n```\n\nSee example folder in git repository for more detailed example.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmzakizadeh%2Fshifting_tabbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmzakizadeh%2Fshifting_tabbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmzakizadeh%2Fshifting_tabbar/lists"}