custom_bubble_bottom_bar 1.0.0 copy "custom_bubble_bottom_bar: ^1.0.0" to clipboard
custom_bubble_bottom_bar: ^1.0.0 copied to clipboard

A customizable bubble bottom navigation bar for Flutter apps.

Custom Bubble Bottom Bar #

A customizable bubble bottom navigation bar for Flutter apps, with smooth animations, gradients, and labels.

Features #

  • Bubble animation when active
  • Gradient support for active items
  • Customizable bubble size, active width, and height
  • Shows/hides label based on available width

Usage #

import 'package:custom_bubble_bottom_bar/custom_bubble_bottom_bar.dart';

BubbleBottomBar(
  items: const [
    BubbleBottomBarItem(icon: Icons.home, label: 'Home'),
    BubbleBottomBarItem(icon: Icons.calendar_today, label: 'Calendar'),
    BubbleBottomBarItem(icon: Icons.track_changes, label: 'Target'),
    BubbleBottomBarItem(icon: Icons.build, label: 'Tools'),
    BubbleBottomBarItem(icon: Icons.person, label: 'Profile'),
  ],
  currentIndex: 0,
  onTap: (i) => print("Selected index: $i"),
);
3
likes
150
points
13
downloads

Publisher

verified publisherronak-vasoliya.devservers.site

Weekly Downloads

A customizable bubble bottom navigation bar for Flutter apps.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on custom_bubble_bottom_bar