Skip to content

Simple flutter app that bring data from an api about covid19 by country

Notifications You must be signed in to change notification settings

aminepa8/covid19dailytracker

Repository files navigation

"# covid19dailytracker"

Add another country

Go to file lib/pages/choose_location , and add the line below to the locations array

Country(url: 'morocco', location: 'Morocco', flag: 'morocco.png'),

make sure to test the url in the api link in your browser , to avoid any issue with typo or spelling.

'https://api.covid19api.com/country/$url'

App ScreeShots

Loading ThreeBounce Animation

Screenshot app

Main Screen

Screenshot app

Choose Location Screen

Screenshot app

Acknowledgments

  • background image by Clay banks
  • Inspiration the net ninja

About

Simple flutter app that bring data from an api about covid19 by country

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published