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
dart flutter flutter-navigation material3-android
Last synced: 3 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 (5 months ago)
- Default Branch: getx
- Last Pushed: 2025-01-26T05:59:13.000Z (5 months ago)
- Last Synced: 2025-01-26T06:23:51.383Z (5 months ago)
- Topics: dart, flutter, flutter-navigation, material3-android
- Language: C++
- Homepage:
- Size: 482 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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