This repository contains the code which was used to build an app to aid institutional admins to allocate substitute faculties efficiently.
- Flutter SDK
- Android studio or Visual studio code
- Install Flutter extension in Android studio or in VS code
- Android Emulator/Device
- Firebase Project
This repository contains the entire code for the project. All screen routes can be found in lib/main.dart
. The screens and widgets can be found in lib/screens
and lib/widgets/
respectively.
- Download or clone the files in repository. (
git clone https://github.com/sgcuber24/substitute_teacher_management.git
) - Initialise a Firebase and connect it with an android application as shown here.
- Install all packages. (
flutter pub get
) - Run the app. (
flutter run
)