bottom_nav_swipe_up 0.0.9 copy "bottom_nav_swipe_up: ^0.0.9" to clipboard
bottom_nav_swipe_up: ^0.0.9 copied to clipboard

A new Flutter package to show bottom navigation on swipe up and hide it on swipe down.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bottom_nav_swipe_up

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  bottom_nav_swipe_up: ^0.0.9

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:bottom_nav_swipe_up/bottom_nav_swipe_up.dart';
9
likes
130
pub points
27%
popularity

Publisher

unverified uploader

A new Flutter package to show bottom navigation on swipe up and hide it on swipe down.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on bottom_nav_swipe_up