File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -83,3 +83,22 @@ flutter build ios --release
8383Then 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
You can’t perform that action at this time.
0 commit comments