This project is about creating a Fluid bottom Navigation bar in Flutter.
This project was completed under the guide of the youtube tutorial video "Curved ButtonNavigationBar in Flutter_Bottom Navigation Bar in Flutter"
- Add the following to your pubspec.yaml file -
dependencies:
curved_navigation_bar: ^1.0.3
- Now run the following in your terminal -
fluter pub get
A few resources to get you started with Flutter
- Lab: Write your first Flutter app
- Cookbook: Useful Flutter samples
- The Flutter online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.