adaptive_navbar 0.0.3 copy "adaptive_navbar: ^0.0.3" to clipboard
adaptive_navbar: ^0.0.3 copied to clipboard

An Adaptive Navigation Bar in flutter. Depending on the screen width, this navbar changes itself into a menu icon in mobile view and navbar in web view.

Adaptive NavBar (adaptive_navbar) #

GitHub issues GitHub forks GitHub stars GitHub license

Adaptive Navbar

Table of contents #

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):

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:

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 #

Meet the developer #

Mouli Bheemaneti is the developer behind this adaptive_navbar package. I'm ambitious and driven towards developing new apps and packages.

Other packages by this developer #

19
likes
130
pub points
84%
popularity

Publisher

verified publishermoulibheemaneti.com

An Adaptive Navigation Bar in flutter. Depending on the screen width, this navbar changes itself into a menu icon in mobile view and navbar in web view.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on adaptive_navbar