This mobile app tracks any active clinical trial currently working on a treatment to the COVID-19 virus, and it was created using the Flutter framework and the Google Maps API. The user can scroll across a world map, where markers are located to indicate what clinical trials are being done in the world. All of this information is obtained off of the WHO organization website through their official spreadsheet. If the user taps on one of the markers, it displays the title of the clinical trial and a link to their website containing more information. If the user taps on the popup, it will instantly take them to the respective website. The user also has options to zoom in and out of the map.
You can clone this repo and try running it using "flutter run" if you have Flutter installed and an Android/IOS emulator set up.