A github repo for the medical app that we are working on
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
If the user wishes to change the available time slots for scheduling, head to the scheduling page
Location of page: \MedicalAppAfrica\lib\pages\all_dashboard_pages\all_scheduling_pages\schedule_page.dart
Changing the start time of appointments can be found on line 207. Changing the end time can be found on line 209. Changing the time intervals can be found on line 214.
Edit the number values to desired times and you should see the changed timeslots in the app.