Imperial-lord / INR-miAyarla

INR'mi Ayarla is a health monitoring mobile application. This application has been prepared to monitor the INR of patients using Coumadin medication and to adjust the drug dose
https://inr-mi-ayarla.gitbook.io/docs/
MIT License
4 stars 1 forks source link

ListView of patient not refreshing after specific queries. #79

Closed Imperial-lord closed 3 years ago

Imperial-lord commented 3 years ago

This was happening due to the use of AnimatedList which had a property of initial list count. In some specific cases, the list didn't get refreshed. Replacing with ListView.builder() resolves the issue.