An application built in flutter allowing users and organizations to rent medical care equipments.
When running in debug mode the app now seeds Hive with representative users, equipment, rentals, donations, and notifications so testers can jump straight into the flows. The seeded credentials are:
- Admin:
admin@gmail.com/admin123 - Renter:
renter1@gmail.com/renter123 - Renter:
renter2@gmail.com/renter123
If you need to refresh the data set or inject it into a non-debug build, start
the app with flutter run --dart-define=FORCE_SEED_DATA=true. That flag clears
all Hive boxes before reseeding and can be reapplied whenever a clean slate
is required.