patient friendly costs of care is an iOS and Android app build with Flutter.
The app is a personal healthcare helper that allows you to find nearest patient friendly costs of care by scraping healthcare details from the official sites.
Just think of a situation where a patient needs to find nearest clinic which comes under their budget having almost best facility but cost wise effective for that they need to scroll all the healthcare information which took a lot of effort.
So that’s where the Android mobile application to show patient friendly costs of care idea comes from. The care-seeking patient can simply open app connected to already updated crawled database and set location and filters and wait for the well filtered required data to find nearest in budget health care.
The app is made with Flutter with the following tech stack:
- Flutter: https://flutter.io/
- cupertino_icons: ^0.1.2
- bubble_bottom_bar: ^1.2.0
- auto_size_text: ^2.1.0
- maps_launcher: ^1.2.0
Care data is coming from the Djnado API [need to create]
api call needed
location:
-lang :longitude
-lati :latitude
nearby:
-underKM :under how much KM to search
query:
-search :query search
in app model used for Prototype
Care
attributes ment to store
- to store hostpital name and informtion
- longitude ,latitude
- cost of care
MemeChat can be run like any other Flutter app, either through the IntelliJ UI or through running the following command from within the MemeChat directory:
flutter run