Skip to content

Commit 7079dd5

Browse files
authored
Update README.md
1 parent dea9b78 commit 7079dd5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,22 @@ flutter build ios --release
8383
Then open the Xcode workspace at `ios/Runner.xcworkspace` and archive the application.
8484

8585
## Project Structure
86+
lib/
87+
├── app.dart # Main app configuration
88+
├── config/ # App configuration
89+
│ ├── constants.dart # App constants
90+
│ ├── routes.dart # Navigation routes
91+
│ └── themes.dart # App themes
92+
├── main.dart # Entry point
93+
├── models/ # Data models
94+
├── screens/ # App screens
95+
│ ├── auth/ # Authentication screens
96+
│ ├── bus_nav/ # Bus navigation screens
97+
│ ├── comments/ # Comments screens
98+
│ ├── dashboard/ # Main dashboard
99+
│ ├── home/ # Home screen
100+
│ ├── profile/ # User profile
101+
│ ├── qr_attendance/ # QR code scanning
102+
│ └── splash/ # Splash screen
103+
├── services/ # Backend services
104+
└── widgets/ # Reusable widgets

0 commit comments

Comments
 (0)