animated_bubble_navigation_bar 1.0.0+1 copy "animated_bubble_navigation_bar: ^1.0.0+1" to clipboard
animated_bubble_navigation_bar: ^1.0.0+1 copied to clipboard

A custom animated bottom navigation bar widget for Flutter apps.

Animated Bubble Navigation Bar #

A lightweight and customizable animated bottom navigation bar for Flutter apps. Perfect for modern UI/UX with bubble-style animation and smooth transitions.


✨ Features #

  • Clean, responsive design
  • Bubble-style animation
  • Easy to integrate
  • Fully customizable (icons, colors, active/inactive states)
  • Supports multiple tabs.
  • Ideal for dashboard and tab-based navigation

πŸš€ Getting Started #

Add the package to your pubspec.yaml:

dependencies:
  animated_bubble_navigation_bar: ^<latest_version>

Import it in your Dart code:

import 'package:animated_bubble_navigation_bar/animated_bubble_navigation_bar.dart';

Demo #

πŸ“¦ Example #

Scaffold(
     body: AnimatedBubbleNavBottomBar(
         screens: [ Screen1(), Screen2(), Screen3() ],
         menuItems: [
           BottomNavItem(lable: "Home", icon: Icons.home),
           BottomNavItem(lable: "Settings", icon: Icons.settings),
           BottomNavItem(lable: "Person", icon: Icons.person)
         ],
         bobbleDecoration: BubbleDecoration()
     )
);

πŸ“Έ Demos #

πŸ’‘ Default Bubble Animation #

A smooth, classic bubble animation on tab switch. [Default Demo]


🎨 Custom Icons & Animated Labels #

Customize icons, labels, and bubble animations to match your brand. [Custom-Bubbles]


πŸ“± Responsive Across Devices #

Tested on tablets and phones with adaptive layouts. [Curved-Bubbles]


πŸ” Seamless Tab Switching #

Snappy and animated transitions between navigation items. [Clean-Squared]


🧱 Alternative Bubble Layouts #

Try square or other non-rounded bubble styles for unique UIs. [Squared-Bubbles]


πŸ“š API Reference #

Property Type Description
screens List<Widget> List of Screen
menuItems List<BottomNavItem> List of navigation items
bobbleDecoration BubbleDecoration() Decoration

βœ… Coming Soon #

  • Badge support
  • TAB Bar Support
  • Notched FAB support
  • More animation styles

πŸ›  Developer #

Developed and maintained by Muhammad Ahmed Lashari.


🀝 Contributing #

We welcome contributions from the Flutter community to make Animated Bubble Navigation Bar more powerful and flexible. Whether it’s fixing bugs, adding features, improving documentation, or suggesting enhancementsβ€”your input is valued.

If you're interested in contributing:

  • πŸ“‚ Fork the repository
  • πŸ“Œ Create a feature branch
  • βœ… Make your changes and ensure they are well-tested
  • πŸ”„ Submit a pull request with a clear description

For larger changes or new features, please consider opening an issue first to discuss the proposal.


πŸ“¬ Contact & Community #

For discussions, feature requests, or professional connections:

  • πŸ’Ό Connect on LinkedIn
  • πŸ’» Follow on GitHub
  • πŸ“§ Reach out via Email

Let’s build something great together.


8
likes
0
points
43
downloads

Publisher

unverified uploader

Weekly Downloads

A custom animated bottom navigation bar widget for Flutter apps.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on animated_bubble_navigation_bar