{"id":26755809,"url":"https://github.com/rrifafauzikomara/flutter_curved_navigation_bar","last_synced_at":"2025-04-15T02:51:38.586Z","repository":{"id":79033743,"uuid":"188076335","full_name":"rrifafauzikomara/flutter_curved_navigation_bar","owner":"rrifafauzikomara","description":"Animated Curved Navigation Bar in Flutter","archived":false,"fork":false,"pushed_at":"2019-05-22T17:18:35.000Z","size":371,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-15T02:51:30.608Z","etag":null,"topics":["animation","flutter","flutter-animation"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/curved_navigation_bar","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rrifafauzikomara.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-05-22T16:31:58.000Z","updated_at":"2021-05-12T16:17:46.000Z","dependencies_parsed_at":"2023-03-09T04:30:37.435Z","dependency_job_id":null,"html_url":"https://github.com/rrifafauzikomara/flutter_curved_navigation_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/rrifafauzikomara%2Fflutter_curved_navigation_bar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrifafauzikomara%2Fflutter_curved_navigation_bar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrifafauzikomara%2Fflutter_curved_navigation_bar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrifafauzikomara%2Fflutter_curved_navigation_bar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rrifafauzikomara","download_url":"https://codeload.github.com/rrifafauzikomara/flutter_curved_navigation_bar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248997086,"owners_count":21195797,"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":["animation","flutter","flutter-animation"],"created_at":"2025-03-28T14:35:46.981Z","updated_at":"2025-04-15T02:51:38.580Z","avatar_url":"https://github.com/rrifafauzikomara.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CurvedNavigationBar\n[pub package](https://pub.dartlang.org/packages/curved_navigation_bar)\n\nA Flutter package for easy implementation of curved navigation bar. \n\n![Gif](https://github.com/rrifafauzikomara/flutter_curved_navigation_bar/blob/master/example.gif \"Fancy Gif\")\n\n\u003cimg src=\"curved.png\" width=\"250\" height=\"444\"\u003e\n\n### Add dependency\n\n```yaml\ndependencies:\n  curved_navigation_bar: ^0.2.11 #latest version\n```\n\n### Easy to use\n\n```dart\nScaffold(\n  bottomNavigationBar: CurvedNavigationBar(\n    backgroundColor: Colors.blueAccent,\n    items: \u003cWidget\u003e[\n      Icon(Icons.add, size: 30),\n      Icon(Icons.list, size: 30),\n      Icon(Icons.compare_arrows, size: 30),\n    ],\n    onTap: (index) {\n      //Handle button tap\n    },\n  ),\n  body: Container(color: Colors.blueAccent),\n)\n```\n\n### Attributes\n\nitems: List of Widgets  \nindex: index of NavigationBar, can be used to change current index or to set initial index  \ncolor: Color of NavigationBar, default Colors.white  \nbuttonBackgroundColor: background color of floating button, default same as color attribute  \nbackgroundColor: Color of NavigationBar's background, default Colors.blueAccent  \nonTap: Function handling taps on items  \nanimationCurve: Curves interpolating button change animation, default Curves.easeOutCubic  \nanimationDuration: Duration of button change animation, default Duration(milliseconds: 600)  \nheight: Height of NavigationBar, min 0.0, max 75.0  \n\n## Author\n\n* **R Rifa Fauzi Komara**\n\nDon't forget to follow and ★\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frrifafauzikomara%2Fflutter_curved_navigation_bar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frrifafauzikomara%2Fflutter_curved_navigation_bar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frrifafauzikomara%2Fflutter_curved_navigation_bar/lists"}