A lightweight Flutter widget that provides a customizable curved bottom navigation bar with built-in user profile integration and smooth page transitions.
Features
-
Curved Bottom Navigation Bar
Elegant curved design with customizable height, colors, and icons. -
User Profile in AppBar
Displays a profile image and welcome message above the navigation bar. -
Smooth Fade Transitions
Built-in fade animation when switching between pages. -
Highly Customizable
Control icons, colors, heights, animation curves, and durations via simple parameters. -
Null-safe & Easy to Integrate
Fully migrated to null safety; drop-in widget that works with any existing Flutter app.
Getting Started
- Add to your
pubspec.yaml
:dependencies: profile_nav: ^0.0.1 flutter pub get