https://github.com/chamal1120/flutter-material3-bottom-nav
Source code for the flutter material3 bottom navbar exercise of CCS3351 Mobile Application Development module of University
https://github.com/chamal1120/flutter-material3-bottom-nav
flutter flutter-navigation getx-state-management material3-android
Last synced: about 2 months ago
JSON representation
Source code for the flutter material3 bottom navbar exercise of CCS3351 Mobile Application Development module of University
- Host: GitHub
- URL: https://github.com/chamal1120/flutter-material3-bottom-nav
- Owner: Chamal1120
- Created: 2025-01-19T13:41:59.000Z (over 1 year ago)
- Default Branch: getx
- Last Pushed: 2025-01-27T16:36:52.000Z (over 1 year ago)
- Last Synced: 2025-03-22T15:49:18.875Z (about 1 year ago)
- Topics: flutter, flutter-navigation, getx-state-management, material3-android
- Language: Dart
- Homepage:
- Size: 653 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Bottom Navigation Bar with GetX (New material 3 design)
A simple flutter bottom navbar implementation for the Mobile Application Development Module.
# Previews
# How To Run
1. Clone the repo and cd into it.
2. Run `flutter pub get` to sync the dependancies.
3. Start the app with your preffered device or emulator.
# Thank You