hideable_bottom_bar 1.0.1
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';