Coding Period: Week 9
Working on Compare Hospitals Screen, Search functionality
Working on Compare Hospitals List Screen
I have use medicare Open Data API to fetch hospitals statewise available for comparision. After fetching I am displaying it as list of Strings with compare button which is a boolean.
User can select 2 hospitals to compare , I have added snackbar to show if user has selected more than 2 hospitals
ScreenShots
Worked on Compare Hospital Screen
This Screen compares two hospitals, Again I have used medicare API, I am calling GET Request two times one for each hospital.
ScreenShots
Search Functionality in View CDM Screen
Used SearchDelegate provided by flutter, I have created search functionality using it. This will query database & will get results & show it to user.
ScreenShots
What do I plan to do next week?
Working on Share App, About, Report a bug, Screens
Writing Readme of App
Using Flutter Cache Manager to store CDM while downloading
Writing Unit Test of Home Screen