← Back to Projects
Project 1: Teacher Schedule App
Project Description
This Flutter project is the teacher-facing application for the Scope scheduling system.
Key Features:
- View and manage personal schedule
- Browse and respond to schedule exchange requests from colleagues
- Update profile information, including profile picture
- Secure Login/Logout functionality
Built with Flutter, this application provides teachers with the tools they need to interact efficiently with the Scope system.
Project Structure:
app_teacher/
├── android/
├── assets/
├── build/
├── ios/
├── lib/
│ ├── Backend/
│ ├── Pages/
│ │ ├── browse_requests.dart
│ │ ├── HomePage.dart
│ │ ├── LoginPage.dart
│ │ └── profile_page.dart
│ ├── providers/
│ │ └── user_profile_provider.dart
│ └── main.dart
├── linux/
├── macos/
├── test/
├── web/
├── windows/
├── .gitignore
├── analysis_options.yaml
├── pubspec.lock
├── pubspec.yaml
└── README.md
Technologies Used:
- Flutter
- Dart
Gallery





