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

A responsive Flutter navigation bar that adapts to screen size, rendering as a full navbar on web and desktop and collapsing into a menu drawer on mobile.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ 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: ^1.0.2

Alternatively, your editor might support 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';
22
likes
160
points
3.18k
downloads
screenshot

Documentation

API reference

Publisher

verified publishermoulibheemaneti.com

Weekly Downloads

A responsive Flutter navigation bar that adapts to screen size, rendering as a full navbar on web and desktop and collapsing into a menu drawer on mobile.

Repository (GitHub)
View/report issues
Contributing

Topics

#navigation #navbar #responsive #adaptive #widget

License

MIT (license)

Dependencies

flutter

More

Packages that depend on adaptive_navbar