https://github.com/chamal1120/flutter-drawer-nav
Source code for the flutter drawer navigation exercise of CCS3351 Mobile Application Development module of University
https://github.com/chamal1120/flutter-drawer-nav
flutter flutter-drawer getx-state-management
Last synced: about 2 months ago
JSON representation
Source code for the flutter drawer navigation exercise of CCS3351 Mobile Application Development module of University
- Host: GitHub
- URL: https://github.com/chamal1120/flutter-drawer-nav
- Owner: Chamal1120
- Created: 2025-01-26T12:10:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-27T16:38:32.000Z (over 1 year ago)
- Last Synced: 2025-01-27T17:36:22.934Z (over 1 year ago)
- Topics: flutter, flutter-drawer, getx-state-management
- Language: Dart
- Homepage:
- Size: 546 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Navigation Drawer with GetX
A simple flutter Drawer 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