hardeck_bottom_nav 0.0.2
hardeck_bottom_nav: ^0.0.2 copied to clipboard
Un paquete Flutter para agregar una barra de navegación inferior personalizable con animaciones y soporte para múltiples iconos.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hardeck_bottom_navThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
hardeck_bottom_nav: ^0.0.2Alternatively, 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:hardeck_bottom_nav/hardeck_bottom_nav.dart';