hideable_bottom_bar 1.0.1 copy "hideable_bottom_bar: ^1.0.1" to clipboard
hideable_bottom_bar: ^1.0.1 copied to clipboard

Hideable Bottom Bar is a Flutter package that provides a customizable bottom bar widget, which can seamlessly hide below the screen for a sleek UI experience.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hideable_bottom_bar

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

dependencies:
  hideable_bottom_bar: ^1.0.1

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:hideable_bottom_bar/hideable_bottom_bar.dart';
6
likes
150
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

Hideable Bottom Bar is a Flutter package that provides a customizable bottom bar widget, which can seamlessly hide below the screen for a sleek UI experience.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on hideable_bottom_bar