Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added animated icons in bottom navigation bar #84

Merged
merged 4 commits into from
Feb 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
documents added
prerna12s committed Feb 3, 2024
commit f828f2bfbb074cc851b6106b9ca238460b255e13
1 change: 1 addition & 0 deletions lib/src/core/common_widgets/my_bottom_navigation_bar.dart
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@ class MyBottomNavigationBar extends ConsumerWidget {
List<NavItem> buildBottomNavBarItems() {
return [
NavItem(animationAsset: 'assets/lottie/house.json', text: 'Dashboard'),
NavItem(animationAsset: 'assets/lottie/documents.json', text: 'Documents'),
NavItem(animationAsset: 'assets/lottie/files.json', text: 'Result'),
NavItem(animationAsset: 'assets/lottie/human.json', text: 'Account'),
];