lamp_bottom_navigation 0.1.1
lamp_bottom_navigation: ^0.1.1 copied to clipboard
An animated Bottom Navigation for Flutter apps with Lamp Effect.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add lamp_bottom_navigationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
lamp_bottom_navigation: ^0.1.1Alternatively, 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:lamp_bottom_navigation/lamp_bottom_navigation.dart';