{"id":32290957,"url":"https://github.com/right7ctrl/flutter_floating_bottom_navigation_bar","last_synced_at":"2025-10-23T02:59:48.727Z","repository":{"id":38833950,"uuid":"231356791","full_name":"right7ctrl/flutter_floating_bottom_navigation_bar","owner":"right7ctrl","description":"Floating bottom navigation package for flutter","archived":false,"fork":false,"pushed_at":"2024-04-05T04:37:44.000Z","size":377,"stargazers_count":111,"open_issues_count":11,"forks_count":37,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-23T02:59:43.640Z","etag":null,"topics":["bottom-app-bar","dart","flutter","flutter-package","navigation-bar"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/floating_bottom_navigation_bar","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/right7ctrl.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":"2020-01-02T10:16:14.000Z","updated_at":"2025-06-05T04:32:15.000Z","dependencies_parsed_at":"2024-12-31T10:33:28.139Z","dependency_job_id":"5f49965c-8d25-4655-8e85-9b1b208fdaac","html_url":"https://github.com/right7ctrl/flutter_floating_bottom_navigation_bar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/right7ctrl/flutter_floating_bottom_navigation_bar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/right7ctrl%2Fflutter_floating_bottom_navigation_bar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/right7ctrl%2Fflutter_floating_bottom_navigation_bar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/right7ctrl%2Fflutter_floating_bottom_navigation_bar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/right7ctrl%2Fflutter_floating_bottom_navigation_bar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/right7ctrl","download_url":"https://codeload.github.com/right7ctrl/flutter_floating_bottom_navigation_bar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/right7ctrl%2Fflutter_floating_bottom_navigation_bar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280551638,"owners_count":26349597,"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","status":"online","status_checked_at":"2025-10-23T02:00:06.710Z","response_time":142,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-app-bar","dart","flutter","flutter-package","navigation-bar"],"created_at":"2025-10-23T02:59:40.943Z","updated_at":"2025-10-23T02:59:48.718Z","avatar_url":"https://github.com/right7ctrl.png","language":"Dart","readme":"# ✨ Flutter Floating Bottom Navigation Bar\n\n\nFully customizable floating bottom navigation package for flutter.\n\n## 🎮 How To Use\n\n```dart\n    Scaffold(\n          appBar: AppBar(\n            title: Text('Example'),\n          ),\n          //If you want to show body behind the navbar, it should be true\n          extendBody: true,\n          bottomNavigationBar: FloatingNavbar(\n            onTap: (int val) {\n              //returns tab id which is user tapped\n            },\n            currentIndex: 0,\n            items: [\n              FloatingNavbarItem(icon: Icons.home, title: 'Home'),\n              FloatingNavbarItem(icon: Icons.explore, title: 'Explore'),\n              FloatingNavbarItem(icon: Icons.chat_bubble_outline, title: 'Chats'),\n              FloatingNavbarItem(icon: Icons.settings, title: 'Settings'),\n            ],\n          ),\n          \n        );\n\n```\n\n\n\u003cimg width=\"450\" height=\"900\" src=\"https://github.com/right7ctrl/flutter_floating_bottom_navigation_bar/blob/master/image.png?raw=true\"\u003e\n\n### ❗️ Note\n\n- Pull requests are welcomed, especially the animations :)\n\n## ⭐️ License\n\nMIT License\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fright7ctrl%2Fflutter_floating_bottom_navigation_bar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fright7ctrl%2Fflutter_floating_bottom_navigation_bar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fright7ctrl%2Fflutter_floating_bottom_navigation_bar/lists"}