{"id":15458774,"url":"https://github.com/imanneo/curved_bottom_navigation","last_synced_at":"2026-01-11T13:38:42.170Z","repository":{"id":56827507,"uuid":"303535215","full_name":"imaNNeo/curved_bottom_navigation","owner":"imaNNeo","description":"Curved Bottom Navigation Library","archived":false,"fork":false,"pushed_at":"2020-10-15T20:57:27.000Z","size":1132,"stargazers_count":17,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-21T09:56:44.970Z","etag":null,"topics":["bottom-navigation","flutter","flutter-ui","hacktoberfest","ui-challenge"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imaNNeo.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-10-12T23:17:47.000Z","updated_at":"2025-01-28T08:13:17.000Z","dependencies_parsed_at":"2022-09-20T22:55:03.143Z","dependency_job_id":null,"html_url":"https://github.com/imaNNeo/curved_bottom_navigation","commit_stats":null,"previous_names":["imanneofight/curved_bottom_navigation"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imaNNeo%2Fcurved_bottom_navigation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imaNNeo%2Fcurved_bottom_navigation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imaNNeo%2Fcurved_bottom_navigation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imaNNeo%2Fcurved_bottom_navigation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imaNNeo","download_url":"https://codeload.github.com/imaNNeo/curved_bottom_navigation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250221008,"owners_count":21394677,"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":["bottom-navigation","flutter","flutter-ui","hacktoberfest","ui-challenge"],"created_at":"2024-10-01T23:02:11.128Z","updated_at":"2026-01-11T13:38:42.140Z","avatar_url":"https://github.com/imaNNeo.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Curved Bottom Navigation.\n\n[![pub package](https://img.shields.io/pub/v/curved_bottom_navigation.svg)](https://pub.dartlang.org/packages/curved_bottom_navigation)\n\n\u003cimg src=\"https://github.com/imaNNeoFighT/curved_bottom_navigation/raw/master/repo_files/curved_bottom_navigation.gif\" width=\"300\"\u003e\n\nThis is implementation of an artwork in [Uplabs](https://www.uplabs.com/posts/gaming-app-design-fdb8a2ac-0f96-418a-826e-361d55e11f4f)\n\n\n# Let's get started\n\n## 1 - Depend on it\n\n### Add this to your package's pubspec.yaml file:\n\n```kotlin\ndependencies:\n  curved_bottom_navigation: ^1.0.0\n```\n\n## 2 - Install it\n\n### install packages from the command line:\n```kotlin\nflutter packages get\n```\n\n## 3 - Import it\n### Now in your Dart code, you can use:\n```kotlin\nimport 'package:curved_bottom_navigation/curved_bottom_navigation.dart';\n```\n\n## 5 - Use it like a charm\n### Make your TabItems\n```kotlin\n@override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      body: Stack(\n        children: [\n          IndexedStack(\n            index: navPos,\n            children: [\n              Page1(),\n              Page2(),\n              Page3(),\n              Page4(),\n              Page5(),\n            ],\n          )\n          Align(\n            alignment: Alignment.bottomCenter,\n            child: CurvedBottomNavigation(\n              selected: navPos,\n              onItemClick: (i) {\n                setState(() {\n                  navPos = i;\n                });\n              },\n              items: [\n                Icon(Icons.search, color: Colors.white),\n                Icon(Icons.star, color: Colors.white),\n                Icon(Icons.home, color: Colors.white),\n                Icon(Icons.notifications, color: Colors.white),\n                Icon(Icons.settings, color: Colors.white),\n              ],\n            ),\n          ),\n        ],\n      ),\n    );\n  }\n```\n\n\n#### :moneybag: Donation (bitcoin) :moneybag:\n##### Buy me some food to survive, I would add more features if I was alive\n\u003cimg src=\"https://github.com/imaNNeoFighT/fl_chart/raw/master/repo_files/images/bitcoin_public_key.jpg\" width=\"180\" \u003e\n\n`1L7ghKdcmgydmUJAnmYmMaiVjT1LoP4a45`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimanneo%2Fcurved_bottom_navigation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimanneo%2Fcurved_bottom_navigation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimanneo%2Fcurved_bottom_navigation/lists"}