{"id":25282384,"url":"https://github.com/moulibheemaneti/adaptive_navbar","last_synced_at":"2025-08-04T06:38:08.122Z","repository":{"id":56825765,"uuid":"446001677","full_name":"moulibheemaneti/adaptive_navbar","owner":"moulibheemaneti","description":"An Adaptive Navigation Bar in flutter. Navbar changes according to the screen size.","archived":false,"fork":false,"pushed_at":"2022-10-17T17:22:59.000Z","size":272,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T09:41:31.348Z","etag":null,"topics":["flutter","flutter-examples","flutter-package","hacktoberfest","hacktoberfest2022","moulibheemaneti","pubdev","publishing"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/adaptive_navbar","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/moulibheemaneti.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":"2022-01-09T05:25:41.000Z","updated_at":"2024-05-08T03:39:01.000Z","dependencies_parsed_at":"2022-09-13T08:00:37.635Z","dependency_job_id":null,"html_url":"https://github.com/moulibheemaneti/adaptive_navbar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moulibheemaneti/adaptive_navbar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moulibheemaneti%2Fadaptive_navbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moulibheemaneti%2Fadaptive_navbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moulibheemaneti%2Fadaptive_navbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moulibheemaneti%2Fadaptive_navbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moulibheemaneti","download_url":"https://codeload.github.com/moulibheemaneti/adaptive_navbar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moulibheemaneti%2Fadaptive_navbar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268658180,"owners_count":24285644,"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-08-04T02:00:09.867Z","response_time":79,"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":["flutter","flutter-examples","flutter-package","hacktoberfest","hacktoberfest2022","moulibheemaneti","pubdev","publishing"],"created_at":"2025-02-12T19:34:15.837Z","updated_at":"2025-08-04T06:38:08.083Z","avatar_url":"https://github.com/moulibheemaneti.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Adaptive NavBar (adaptive_navbar)\n\n[![GitHub issues](https://img.shields.io/github/issues/moulibheemaneti/adaptive_navbar)](https://github.com/moulibheemaneti/adaptive_navbar/issues)\n[![GitHub forks](https://img.shields.io/github/forks/moulibheemaneti/adaptive_navbar)](https://github.com/moulibheemaneti/adaptive_navbar/network)\n[![GitHub stars](https://img.shields.io/github/stars/moulibheemaneti/adaptive_navbar)](https://github.com/moulibheemaneti/adaptive_navbar/stargazers)\n[![GitHub license](https://img.shields.io/github/license/moulibheemaneti/adaptive_navbar)](https://github.com/moulibheemaneti/adaptive_navbar/blob/master/LICENSE)\n\n![Adaptive Navbar](screenshots/adaptive_navbar.png)\n\n## Table of contents\n* [General info](#general-info)\n* [Setup](#setup)\n* [Conclusion](#conclusion)\n* [Useful Resources](#useful-resources)\n* [Meet the developer](#meet-the-developer)\n\n## General info\n**adaptive_navbar** is a flutter package which helps to create a adaptive navbar which is screen friendly for all the different device aspect ratios. This package can be easily added to your flutter projects. This make your works simpler and your code shorter.\n\t\n## Setup\nThese are the steps on how to use this package.\n\n#### Run this command:\n\n```\n$ flutter pub add adaptive_navbar\n```\n\nThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):\n```yaml\ndependencies:\n  adaptive_navbar: ^0.0.2 #check for latest in versions at https://pub.dev/packages/adaptive_navbar/versions\n```\nCheck for latest in versions at https://pub.dev/packages/adaptive_navbar/versions.\n\nAlternatively, your editor might support or flutter pub get. Check the docs for your editor to learn more.\n\n#### Import it\nNow in your Dart code, you can use:\n```dart\nimport 'package:adaptive_navbar/adaptive_navbar.dart';\n```\n\n## Conclusion\nThis is not the last package from this developer. Maybe this solely can't be updated frequently but still it is worth using this package. This helps to reduce your code lines.\n\n## Useful Resources\n* [Adaptive Navbar Example](https://pub.dev/packages/adaptive_navbar/example)\n* [Adaptive Navbar Installing Guide](https://pub.dev/packages/adaptive_navbar/install)\n* [Adaptive Navbar Release Notes](https://pub.dev/packages/adaptive_navbar/changelog)\n* [Adaptive Navbar Blog](https://medium.com/@moulibheemaneti/adaptive-navbar-in-flutter-by-mouli-bheemaneti-46e16b62c400)\n\n## Meet the developer\n**Mouli Bheemaneti** is the developer behind this [adaptive_navbar](https://pub.dev/packages/adaptive_navbar) package. I'm ambitious and driven towards developing new apps and packages.\n* [Mouli Bheemaneti](https://www.moulibheemaneti.com)\n\t* [Play Store](https://play.google.com/store/apps/dev?id=5025838786028729109)\n\t* [Github](https://www.github.com/moulibheemaneti)\n\t* [Behance](https://www.behance.com/moulibheemaneti)\n\t* [Instagram](https://www.instagram.com/mouli.bheemaneti)\n\t* [Youtube](https://www.youtube.com/bemouli)\n\n## Other packages by this developer\n* [MB Button](https://pub.dev/packages/mb_button)\n* [MB ContactForm](https://pub.dev/packages/mb_contact_form)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoulibheemaneti%2Fadaptive_navbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoulibheemaneti%2Fadaptive_navbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoulibheemaneti%2Fadaptive_navbar/lists"}