owen-yap / Cyberlife

Orthopedics app for assisting in pre-consultation medical examinations, developed with NUH
1 stars 0 forks source link

[ROM] Implemented State #43

Closed praveenkrishna0512 closed 1 year ago

praveenkrishna0512 commented 1 year ago

After completing a test, the test scores are held by a model within the App.

Furthermore, initialized an AppStateNotifier to store all intermittent state required throughout the app.

@owen-yap can use for your purposes too, just add your own state class as an attribute in AppStateNotifier and input the needed funtionality

Closes #41.