https://github.com/moulibheemaneti/adaptive_navbar
An Adaptive Navigation Bar in flutter. Navbar changes according to the screen size.
https://github.com/moulibheemaneti/adaptive_navbar
flutter flutter-examples flutter-package hacktoberfest hacktoberfest2022 moulibheemaneti pubdev publishing
Last synced: 3 months ago
JSON representation
An Adaptive Navigation Bar in flutter. Navbar changes according to the screen size.
- Host: GitHub
- URL: https://github.com/moulibheemaneti/adaptive_navbar
- Owner: moulibheemaneti
- License: mit
- Created: 2022-01-09T05:25:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T17:22:59.000Z (over 2 years ago)
- Last Synced: 2024-11-15T06:49:19.527Z (6 months ago)
- Topics: flutter, flutter-examples, flutter-package, hacktoberfest, hacktoberfest2022, moulibheemaneti, pubdev, publishing
- Language: Dart
- Homepage: https://pub.dev/packages/adaptive_navbar
- Size: 266 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Adaptive NavBar (adaptive_navbar)
[](https://github.com/moulibheemaneti/adaptive_navbar/issues)
[](https://github.com/moulibheemaneti/adaptive_navbar/network)
[](https://github.com/moulibheemaneti/adaptive_navbar/stargazers)
[](https://github.com/moulibheemaneti/adaptive_navbar/blob/master/LICENSE)
## Table of contents
* [General info](#general-info)
* [Setup](#setup)
* [Conclusion](#conclusion)
* [Useful Resources](#useful-resources)
* [Meet the developer](#meet-the-developer)## General info
**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.
## Setup
These are the steps on how to use this package.#### Run this command:
```
$ flutter pub add adaptive_navbar
```This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
```yaml
dependencies:
adaptive_navbar: ^0.0.2 #check for latest in versions at https://pub.dev/packages/adaptive_navbar/versions
```
Check for latest in versions at https://pub.dev/packages/adaptive_navbar/versions.Alternatively, your editor might support or flutter pub get. Check the docs for your editor to learn more.
#### Import it
Now in your Dart code, you can use:
```dart
import 'package:adaptive_navbar/adaptive_navbar.dart';
```## Conclusion
This 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.## Useful Resources
* [Adaptive Navbar Example](https://pub.dev/packages/adaptive_navbar/example)
* [Adaptive Navbar Installing Guide](https://pub.dev/packages/adaptive_navbar/install)
* [Adaptive Navbar Release Notes](https://pub.dev/packages/adaptive_navbar/changelog)
* [Adaptive Navbar Blog](https://medium.com/@moulibheemaneti/adaptive-navbar-in-flutter-by-mouli-bheemaneti-46e16b62c400)## Meet the developer
**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.
* [Mouli Bheemaneti](https://www.moulibheemaneti.com)
* [Play Store](https://play.google.com/store/apps/dev?id=5025838786028729109)
* [Github](https://www.github.com/moulibheemaneti)
* [Behance](https://www.behance.com/moulibheemaneti)
* [Instagram](https://www.instagram.com/mouli.bheemaneti)
* [Youtube](https://www.youtube.com/bemouli)## Other packages by this developer
* [MB Button](https://pub.dev/packages/mb_button)
* [MB ContactForm](https://pub.dev/packages/mb_contact_form)