holtzmak / Humane-Transport

A Flutter and Firebase mobile application to record Canadian animal transport and transfer of care documentation
https://sanakhan1997.github.io/Humane-Transport/
GNU General Public License v3.0
6 stars 3 forks source link

Add the ability to search/filter ATRs in the Active and History Screens #209

Closed holtzmak closed 3 years ago

holtzmak commented 3 years ago

We can search/filter on the records held in the respective ViewModels, then notifyListeners to have changes shown on the screens.

holtzmak commented 3 years ago

Actually, ignore the above plan. We can simply translate ATRs to strings and then search those string. This is super scaleable!