animatedbubblebottomnav 0.0.2 copy "animatedbubblebottomnav: ^0.0.2" to clipboard
animatedbubblebottomnav: ^0.0.2 copied to clipboard

outdated

Animated Bubble Bottom Navigation

animatedbubblebottomnav #

Animated Bubble Bottom Navigation

Getting Started #

Add the plugin (pub coming soon):

dependencies:
  ...
  animatedbubblebottomnav: ^0.0.1

Basic Usage #

Adding the widget

  @override
  Widget build(BuildContext context) {
    return BottomBar(
      iconArray: [ 'assets/images/icons/icon-home.png', 'assets/images/icons/icon-category.png',
        'assets/images/icons/icon-search.png', 'assets/images/icons/icon-cart.png','assets/images/icons/icon-user.png'],
      screenArray: [Home(),Category_(),Search(),Cart(),Profile()],
      /*bubblePrimaryColor: Colors.black87,
      bubbleSecondaryColor: Colors.deepOrange,
      circleEndColor: Colors.deepPurple,
      circleStartColor: Colors.green,*/
    );
  }
5
likes
10
pub points
0%
popularity

Publisher

unverified uploader

Animated Bubble Bottom Navigation

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, license, like_button

More

Packages that depend on animatedbubblebottomnav