├── ios ├── Flutter │ ├── Debug.xcconfig │ ├── Release.xcconfig │ └── AppFrameworkInfo.plist ├── Runner │ ├── Runner-Bridging-Header.h │ ├── Assets.xcassets │ │ ├── LaunchImage.imageset │ │ │ ├── LaunchImage.png │ │ │ ├── LaunchImage@2x.png │ │ │ ├── LaunchImage@3x.png │ │ │ ├── README.md │ │ │ └── Contents.json │ │ └── AppIcon.appiconset │ │ │ ├── Icon-App-20x20@1x.png │ │ │ ├── Icon-App-20x20@2x.png │ │ │ ├── Icon-App-20x20@3x.png │ │ │ ├── Icon-App-29x29@1x.png │ │ │ ├── Icon-App-29x29@2x.png │ │ │ ├── Icon-App-29x29@3x.png │ │ │ ├── Icon-App-40x40@1x.png │ │ │ ├── Icon-App-40x40@2x.png │ │ │ ├── Icon-App-40x40@3x.png │ │ │ ├── Icon-App-60x60@2x.png │ │ │ ├── Icon-App-60x60@3x.png │ │ │ ├── Icon-App-76x76@1x.png │ │ │ ├── Icon-App-76x76@2x.png │ │ │ ├── Icon-App-1024x1024@1x.png │ │ │ ├── Icon-App-83.5x83.5@2x.png │ │ │ └── Contents.json │ ├── AppDelegate.swift │ ├── Base.lproj │ │ ├── Main.storyboard │ │ └── LaunchScreen.storyboard │ └── Info.plist ├── Runner.xcworkspace │ └── contents.xcworkspacedata ├── Runner.xcodeproj │ ├── project.xcworkspace │ │ └── contents.xcworkspacedata │ ├── xcshareddata │ │ └── xcschemes │ │ │ └── Runner.xcscheme │ └── project.pbxproj └── .gitignore ├── assets └── flags │ ├── CIS.png │ ├── EU.png │ ├── Fiji.png │ ├── JE.png │ ├── OPEC.png │ ├── Togo.png │ ├── ad.png │ ├── ae.png │ ├── af.png │ ├── ag.png │ ├── ai.png │ ├── al.png │ ├── am.png │ ├── an.png │ ├── ao.png │ ├── aq.png │ ├── ar.png │ ├── as.png │ ├── at.png │ ├── au.png │ ├── aw.png │ ├── ax.png │ ├── az.png │ ├── ba.png │ ├── bb.png │ ├── bd.png │ ├── be.png │ ├── bf.png │ ├── bg.png │ ├── bh.png │ ├── bi.png │ ├── bj.png │ ├── bm.png │ ├── bn.png │ ├── bo.png │ ├── br.png │ ├── bs.png │ ├── bt.png │ ├── bv.png │ ├── bw.png │ ├── by.png │ ├── bz.png │ ├── ca.png │ ├── cc.png │ ├── cd.png │ ├── cf.png │ ├── cg.png │ ├── ch.png │ ├── ci.png │ ├── ck.png │ ├── cl.png │ ├── cm.png │ ├── cn.png │ ├── co.png │ ├── cr.png │ ├── cs.png │ ├── cu.png │ ├── cv.png │ ├── cx.png │ ├── cy.png │ ├── cz.png │ ├── de.png │ ├── dj.png │ ├── dk.png │ ├── dm.png │ ├── do.png │ ├── dz.png │ ├── ec.png │ ├── ee.png │ ├── eg.png │ ├── eh.png │ ├── er.png │ ├── es.png │ ├── et.png │ ├── fam.png │ ├── fi.png │ ├── fj.png │ ├── fk.png │ ├── fm.png │ ├── fo.png │ ├── fr.png │ ├── ga.png │ ├── gb.png │ ├── gd.png │ ├── ge.png │ ├── gf.png │ ├── gh.png │ ├── gi.png │ ├── gl.png │ ├── gm.png │ ├── gn.png │ ├── gp.png │ ├── gq.png │ ├── gr.png │ ├── gs.png │ ├── gt.png │ ├── gu.png │ ├── gw.png │ ├── gy.png │ ├── hk.png │ ├── hm.png │ ├── hn.png │ ├── hr.png │ ├── ht.png │ ├── hu.png │ ├── id.png │ ├── ie.png │ ├── il.png │ ├── in.png │ ├── io.png │ ├── iq.png │ ├── ir.png │ ├── is.png │ ├── it.png │ ├── jm.png │ ├── jo.png │ ├── jp.png │ ├── ke.png │ ├── kg.png │ ├── kh.png │ ├── ki.png │ ├── km.png │ ├── kn.png │ ├── kp.png │ ├── kr.png │ ├── kw.png │ ├── ky.png │ ├── kz.png │ ├── la.png │ ├── lb.png │ ├── lc.png │ ├── li.png │ ├── lk.png │ ├── lr.png │ ├── ls.png │ ├── lt.png │ ├── lu.png │ ├── lv.png │ ├── ly.png │ ├── ma.png │ ├── mc.png │ ├── md.png │ ├── me.png │ ├── mg.png │ ├── mh.png │ ├── mk.png │ ├── ml.png │ ├── mm.png │ ├── mn.png │ ├── mo.png │ ├── mp.png │ ├── mq.png │ ├── mr.png │ ├── ms.png │ ├── mt.png │ ├── mu.png │ ├── mv.png │ ├── mw.png │ ├── mx.png │ ├── my.png │ ├── mz.png │ ├── na.png │ ├── nc.png │ ├── ne.png │ ├── nf.png │ ├── ng.png │ ├── ni.png │ ├── nl.png │ ├── no.png │ ├── np.png │ ├── nr.png │ ├── nu.png │ ├── nz.png │ ├── om.png │ ├── pa.png │ ├── pe.png │ ├── pf.png │ ├── pg.png │ ├── ph.png │ ├── pk.png │ ├── pl.png │ ├── pm.png │ ├── pn.png │ ├── pr.png │ ├── ps.png │ ├── pt.png │ ├── pw.png │ ├── py.png │ ├── qa.png │ ├── re.png │ ├── ro.png │ ├── rs.png │ ├── ru.png │ ├── rw.png │ ├── sa.png │ ├── sb.png │ ├── sc.png │ ├── sd.png │ ├── se.png │ ├── sg.png │ ├── sh.png │ ├── si.png │ ├── sj.png │ ├── sk.png │ ├── sl.png │ ├── sm.png │ ├── sn.png │ ├── so.png │ ├── sr.png │ ├── st.png │ ├── sv.png │ ├── sy.png │ ├── sz.png │ ├── tc.png │ ├── td.png │ ├── tf.png │ ├── tg.png │ ├── th.png │ ├── tj.png │ ├── tk.png │ ├── tl.png │ ├── tm.png │ ├── tn.png │ ├── to.png │ ├── tr.png │ ├── tt.png │ ├── tv.png │ ├── tw.png │ ├── tz.png │ ├── ua.png │ ├── ug.png │ ├── um.png │ ├── us.png │ ├── uy.png │ ├── uz.png │ ├── va.png │ ├── vc.png │ ├── ve.png │ ├── vg.png │ ├── vi.png │ ├── vn.png │ ├── vu.png │ ├── wf.png │ ├── ws.png │ ├── x.jpeg │ ├── xy.png │ ├── ye.png │ ├── yt.png │ ├── za.png │ ├── zm.png │ ├── zw.png │ ├── Japan.png │ ├── Tonga.png │ ├── Tuvalu.png │ ├── wales.png │ ├── Algeria.png │ ├── Moldova.png │ ├── Red Cross.png │ ├── Venezuela.png │ ├── catalonia.png │ ├── england.png │ ├── scotland.png │ ├── europeanunion.png │ ├── androrat_logo_32pix.png │ └── Turks and Caicos Islands.png ├── android ├── gradle.properties ├── .gitignore ├── app │ ├── src │ │ ├── main │ │ │ ├── res │ │ │ │ ├── mipmap-hdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ ├── values │ │ │ │ │ └── styles.xml │ │ │ │ └── drawable │ │ │ │ │ └── launch_background.xml │ │ │ ├── kotlin │ │ │ │ └── com │ │ │ │ │ └── example │ │ │ │ │ └── corona_tracker │ │ │ │ │ └── MainActivity.kt │ │ │ └── AndroidManifest.xml │ │ ├── debug │ │ │ └── AndroidManifest.xml │ │ └── profile │ │ │ └── AndroidManifest.xml │ └── build.gradle ├── gradle │ └── wrapper │ │ └── gradle-wrapper.properties ├── settings.gradle └── build.gradle ├── .metadata ├── lib ├── provider │ └── info.dart ├── Models │ ├── report.dart │ └── place.dart ├── main.dart └── screens │ ├── homePage.dart │ ├── statsView.dart │ └── mapView.dart ├── .vscode └── launch.json ├── README.md ├── .gitignore ├── test └── widget_test.dart ├── pubspec.yaml └── pubspec.lock /ios/Flutter/Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /ios/Flutter/Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /ios/Runner/Runner-Bridging-Header.h: -------------------------------------------------------------------------------- 1 | #import "GeneratedPluginRegistrant.h" -------------------------------------------------------------------------------- /assets/flags/CIS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/CIS.png -------------------------------------------------------------------------------- /assets/flags/EU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/EU.png -------------------------------------------------------------------------------- /assets/flags/Fiji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/Fiji.png -------------------------------------------------------------------------------- /assets/flags/JE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/JE.png -------------------------------------------------------------------------------- /assets/flags/OPEC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/OPEC.png -------------------------------------------------------------------------------- /assets/flags/Togo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/Togo.png -------------------------------------------------------------------------------- /assets/flags/ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ad.png -------------------------------------------------------------------------------- /assets/flags/ae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ae.png -------------------------------------------------------------------------------- /assets/flags/af.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/af.png -------------------------------------------------------------------------------- /assets/flags/ag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ag.png -------------------------------------------------------------------------------- /assets/flags/ai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ai.png -------------------------------------------------------------------------------- /assets/flags/al.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/al.png -------------------------------------------------------------------------------- /assets/flags/am.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/am.png -------------------------------------------------------------------------------- /assets/flags/an.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/an.png -------------------------------------------------------------------------------- /assets/flags/ao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ao.png -------------------------------------------------------------------------------- /assets/flags/aq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/aq.png -------------------------------------------------------------------------------- /assets/flags/ar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ar.png -------------------------------------------------------------------------------- /assets/flags/as.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/as.png -------------------------------------------------------------------------------- /assets/flags/at.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/at.png -------------------------------------------------------------------------------- /assets/flags/au.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/au.png -------------------------------------------------------------------------------- /assets/flags/aw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/aw.png -------------------------------------------------------------------------------- /assets/flags/ax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ax.png -------------------------------------------------------------------------------- /assets/flags/az.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/az.png -------------------------------------------------------------------------------- /assets/flags/ba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ba.png -------------------------------------------------------------------------------- /assets/flags/bb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/bb.png -------------------------------------------------------------------------------- /assets/flags/bd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/bd.png -------------------------------------------------------------------------------- /assets/flags/be.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/be.png -------------------------------------------------------------------------------- /assets/flags/bf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/bf.png -------------------------------------------------------------------------------- /assets/flags/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/bg.png -------------------------------------------------------------------------------- /assets/flags/bh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/bh.png -------------------------------------------------------------------------------- /assets/flags/bi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/bi.png -------------------------------------------------------------------------------- /assets/flags/bj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/bj.png -------------------------------------------------------------------------------- /assets/flags/bm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/bm.png -------------------------------------------------------------------------------- /assets/flags/bn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/bn.png -------------------------------------------------------------------------------- /assets/flags/bo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/bo.png -------------------------------------------------------------------------------- /assets/flags/br.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/br.png -------------------------------------------------------------------------------- /assets/flags/bs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/bs.png -------------------------------------------------------------------------------- /assets/flags/bt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/bt.png -------------------------------------------------------------------------------- /assets/flags/bv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/bv.png -------------------------------------------------------------------------------- /assets/flags/bw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/bw.png -------------------------------------------------------------------------------- /assets/flags/by.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/by.png -------------------------------------------------------------------------------- /assets/flags/bz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/bz.png -------------------------------------------------------------------------------- /assets/flags/ca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ca.png -------------------------------------------------------------------------------- /assets/flags/cc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/cc.png -------------------------------------------------------------------------------- /assets/flags/cd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/cd.png -------------------------------------------------------------------------------- /assets/flags/cf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/cf.png -------------------------------------------------------------------------------- /assets/flags/cg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/cg.png -------------------------------------------------------------------------------- /assets/flags/ch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ch.png -------------------------------------------------------------------------------- /assets/flags/ci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ci.png -------------------------------------------------------------------------------- /assets/flags/ck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ck.png -------------------------------------------------------------------------------- /assets/flags/cl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/cl.png -------------------------------------------------------------------------------- /assets/flags/cm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/cm.png -------------------------------------------------------------------------------- /assets/flags/cn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/cn.png -------------------------------------------------------------------------------- /assets/flags/co.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/co.png -------------------------------------------------------------------------------- /assets/flags/cr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/cr.png -------------------------------------------------------------------------------- /assets/flags/cs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/cs.png -------------------------------------------------------------------------------- /assets/flags/cu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/cu.png -------------------------------------------------------------------------------- /assets/flags/cv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/cv.png -------------------------------------------------------------------------------- /assets/flags/cx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/cx.png -------------------------------------------------------------------------------- /assets/flags/cy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/cy.png -------------------------------------------------------------------------------- /assets/flags/cz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/cz.png -------------------------------------------------------------------------------- /assets/flags/de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/de.png -------------------------------------------------------------------------------- /assets/flags/dj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/dj.png -------------------------------------------------------------------------------- /assets/flags/dk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/dk.png -------------------------------------------------------------------------------- /assets/flags/dm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/dm.png -------------------------------------------------------------------------------- /assets/flags/do.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/do.png -------------------------------------------------------------------------------- /assets/flags/dz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/dz.png -------------------------------------------------------------------------------- /assets/flags/ec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ec.png -------------------------------------------------------------------------------- /assets/flags/ee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ee.png -------------------------------------------------------------------------------- /assets/flags/eg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/eg.png -------------------------------------------------------------------------------- /assets/flags/eh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/eh.png -------------------------------------------------------------------------------- /assets/flags/er.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/er.png -------------------------------------------------------------------------------- /assets/flags/es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/es.png -------------------------------------------------------------------------------- /assets/flags/et.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/et.png -------------------------------------------------------------------------------- /assets/flags/fam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/fam.png -------------------------------------------------------------------------------- /assets/flags/fi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/fi.png -------------------------------------------------------------------------------- /assets/flags/fj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/fj.png -------------------------------------------------------------------------------- /assets/flags/fk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/fk.png -------------------------------------------------------------------------------- /assets/flags/fm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/fm.png -------------------------------------------------------------------------------- /assets/flags/fo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/fo.png -------------------------------------------------------------------------------- /assets/flags/fr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/fr.png -------------------------------------------------------------------------------- /assets/flags/ga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ga.png -------------------------------------------------------------------------------- /assets/flags/gb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/gb.png -------------------------------------------------------------------------------- /assets/flags/gd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/gd.png -------------------------------------------------------------------------------- /assets/flags/ge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ge.png -------------------------------------------------------------------------------- /assets/flags/gf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/gf.png -------------------------------------------------------------------------------- /assets/flags/gh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/gh.png -------------------------------------------------------------------------------- /assets/flags/gi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/gi.png -------------------------------------------------------------------------------- /assets/flags/gl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/gl.png -------------------------------------------------------------------------------- /assets/flags/gm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/gm.png -------------------------------------------------------------------------------- /assets/flags/gn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/gn.png -------------------------------------------------------------------------------- /assets/flags/gp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/gp.png -------------------------------------------------------------------------------- /assets/flags/gq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/gq.png -------------------------------------------------------------------------------- /assets/flags/gr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/gr.png -------------------------------------------------------------------------------- /assets/flags/gs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/gs.png -------------------------------------------------------------------------------- /assets/flags/gt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/gt.png -------------------------------------------------------------------------------- /assets/flags/gu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/gu.png -------------------------------------------------------------------------------- /assets/flags/gw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/gw.png -------------------------------------------------------------------------------- /assets/flags/gy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/gy.png -------------------------------------------------------------------------------- /assets/flags/hk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/hk.png -------------------------------------------------------------------------------- /assets/flags/hm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/hm.png -------------------------------------------------------------------------------- /assets/flags/hn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/hn.png -------------------------------------------------------------------------------- /assets/flags/hr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/hr.png -------------------------------------------------------------------------------- /assets/flags/ht.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ht.png -------------------------------------------------------------------------------- /assets/flags/hu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/hu.png -------------------------------------------------------------------------------- /assets/flags/id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/id.png -------------------------------------------------------------------------------- /assets/flags/ie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ie.png -------------------------------------------------------------------------------- /assets/flags/il.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/il.png -------------------------------------------------------------------------------- /assets/flags/in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/in.png -------------------------------------------------------------------------------- /assets/flags/io.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/io.png -------------------------------------------------------------------------------- /assets/flags/iq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/iq.png -------------------------------------------------------------------------------- /assets/flags/ir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ir.png -------------------------------------------------------------------------------- /assets/flags/is.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/is.png -------------------------------------------------------------------------------- /assets/flags/it.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/it.png -------------------------------------------------------------------------------- /assets/flags/jm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/jm.png -------------------------------------------------------------------------------- /assets/flags/jo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/jo.png -------------------------------------------------------------------------------- /assets/flags/jp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/jp.png -------------------------------------------------------------------------------- /assets/flags/ke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ke.png -------------------------------------------------------------------------------- /assets/flags/kg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/kg.png -------------------------------------------------------------------------------- /assets/flags/kh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/kh.png -------------------------------------------------------------------------------- /assets/flags/ki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ki.png -------------------------------------------------------------------------------- /assets/flags/km.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/km.png -------------------------------------------------------------------------------- /assets/flags/kn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/kn.png -------------------------------------------------------------------------------- /assets/flags/kp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/kp.png -------------------------------------------------------------------------------- /assets/flags/kr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/kr.png -------------------------------------------------------------------------------- /assets/flags/kw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/kw.png -------------------------------------------------------------------------------- /assets/flags/ky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ky.png -------------------------------------------------------------------------------- /assets/flags/kz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/kz.png -------------------------------------------------------------------------------- /assets/flags/la.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/la.png -------------------------------------------------------------------------------- /assets/flags/lb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/lb.png -------------------------------------------------------------------------------- /assets/flags/lc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/lc.png -------------------------------------------------------------------------------- /assets/flags/li.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/li.png -------------------------------------------------------------------------------- /assets/flags/lk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/lk.png -------------------------------------------------------------------------------- /assets/flags/lr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/lr.png -------------------------------------------------------------------------------- /assets/flags/ls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ls.png -------------------------------------------------------------------------------- /assets/flags/lt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/lt.png -------------------------------------------------------------------------------- /assets/flags/lu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/lu.png -------------------------------------------------------------------------------- /assets/flags/lv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/lv.png -------------------------------------------------------------------------------- /assets/flags/ly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ly.png -------------------------------------------------------------------------------- /assets/flags/ma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ma.png -------------------------------------------------------------------------------- /assets/flags/mc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/mc.png -------------------------------------------------------------------------------- /assets/flags/md.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/md.png -------------------------------------------------------------------------------- /assets/flags/me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/me.png -------------------------------------------------------------------------------- /assets/flags/mg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/mg.png -------------------------------------------------------------------------------- /assets/flags/mh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/mh.png -------------------------------------------------------------------------------- /assets/flags/mk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/mk.png -------------------------------------------------------------------------------- /assets/flags/ml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ml.png -------------------------------------------------------------------------------- /assets/flags/mm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/mm.png -------------------------------------------------------------------------------- /assets/flags/mn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/mn.png -------------------------------------------------------------------------------- /assets/flags/mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/mo.png -------------------------------------------------------------------------------- /assets/flags/mp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/mp.png -------------------------------------------------------------------------------- /assets/flags/mq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/mq.png -------------------------------------------------------------------------------- /assets/flags/mr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/mr.png -------------------------------------------------------------------------------- /assets/flags/ms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ms.png -------------------------------------------------------------------------------- /assets/flags/mt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/mt.png -------------------------------------------------------------------------------- /assets/flags/mu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/mu.png -------------------------------------------------------------------------------- /assets/flags/mv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/mv.png -------------------------------------------------------------------------------- /assets/flags/mw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/mw.png -------------------------------------------------------------------------------- /assets/flags/mx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/mx.png -------------------------------------------------------------------------------- /assets/flags/my.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/my.png -------------------------------------------------------------------------------- /assets/flags/mz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/mz.png -------------------------------------------------------------------------------- /assets/flags/na.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/na.png -------------------------------------------------------------------------------- /assets/flags/nc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/nc.png -------------------------------------------------------------------------------- /assets/flags/ne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ne.png -------------------------------------------------------------------------------- /assets/flags/nf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/nf.png -------------------------------------------------------------------------------- /assets/flags/ng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ng.png -------------------------------------------------------------------------------- /assets/flags/ni.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ni.png -------------------------------------------------------------------------------- /assets/flags/nl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/nl.png -------------------------------------------------------------------------------- /assets/flags/no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/no.png -------------------------------------------------------------------------------- /assets/flags/np.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/np.png -------------------------------------------------------------------------------- /assets/flags/nr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/nr.png -------------------------------------------------------------------------------- /assets/flags/nu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/nu.png -------------------------------------------------------------------------------- /assets/flags/nz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/nz.png -------------------------------------------------------------------------------- /assets/flags/om.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/om.png -------------------------------------------------------------------------------- /assets/flags/pa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/pa.png -------------------------------------------------------------------------------- /assets/flags/pe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/pe.png -------------------------------------------------------------------------------- /assets/flags/pf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/pf.png -------------------------------------------------------------------------------- /assets/flags/pg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/pg.png -------------------------------------------------------------------------------- /assets/flags/ph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ph.png -------------------------------------------------------------------------------- /assets/flags/pk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/pk.png -------------------------------------------------------------------------------- /assets/flags/pl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/pl.png -------------------------------------------------------------------------------- /assets/flags/pm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/pm.png -------------------------------------------------------------------------------- /assets/flags/pn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/pn.png -------------------------------------------------------------------------------- /assets/flags/pr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/pr.png -------------------------------------------------------------------------------- /assets/flags/ps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ps.png -------------------------------------------------------------------------------- /assets/flags/pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/pt.png -------------------------------------------------------------------------------- /assets/flags/pw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/pw.png -------------------------------------------------------------------------------- /assets/flags/py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/py.png -------------------------------------------------------------------------------- /assets/flags/qa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/qa.png -------------------------------------------------------------------------------- /assets/flags/re.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/re.png -------------------------------------------------------------------------------- /assets/flags/ro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ro.png -------------------------------------------------------------------------------- /assets/flags/rs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/rs.png -------------------------------------------------------------------------------- /assets/flags/ru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ru.png -------------------------------------------------------------------------------- /assets/flags/rw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/rw.png -------------------------------------------------------------------------------- /assets/flags/sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/sa.png -------------------------------------------------------------------------------- /assets/flags/sb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/sb.png -------------------------------------------------------------------------------- /assets/flags/sc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/sc.png -------------------------------------------------------------------------------- /assets/flags/sd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/sd.png -------------------------------------------------------------------------------- /assets/flags/se.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/se.png -------------------------------------------------------------------------------- /assets/flags/sg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/sg.png -------------------------------------------------------------------------------- /assets/flags/sh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/sh.png -------------------------------------------------------------------------------- /assets/flags/si.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/si.png -------------------------------------------------------------------------------- /assets/flags/sj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/sj.png -------------------------------------------------------------------------------- /assets/flags/sk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/sk.png -------------------------------------------------------------------------------- /assets/flags/sl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/sl.png -------------------------------------------------------------------------------- /assets/flags/sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/sm.png -------------------------------------------------------------------------------- /assets/flags/sn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/sn.png -------------------------------------------------------------------------------- /assets/flags/so.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/so.png -------------------------------------------------------------------------------- /assets/flags/sr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/sr.png -------------------------------------------------------------------------------- /assets/flags/st.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/st.png -------------------------------------------------------------------------------- /assets/flags/sv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/sv.png -------------------------------------------------------------------------------- /assets/flags/sy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/sy.png -------------------------------------------------------------------------------- /assets/flags/sz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/sz.png -------------------------------------------------------------------------------- /assets/flags/tc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/tc.png -------------------------------------------------------------------------------- /assets/flags/td.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/td.png -------------------------------------------------------------------------------- /assets/flags/tf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/tf.png -------------------------------------------------------------------------------- /assets/flags/tg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/tg.png -------------------------------------------------------------------------------- /assets/flags/th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/th.png -------------------------------------------------------------------------------- /assets/flags/tj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/tj.png -------------------------------------------------------------------------------- /assets/flags/tk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/tk.png -------------------------------------------------------------------------------- /assets/flags/tl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/tl.png -------------------------------------------------------------------------------- /assets/flags/tm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/tm.png -------------------------------------------------------------------------------- /assets/flags/tn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/tn.png -------------------------------------------------------------------------------- /assets/flags/to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/to.png -------------------------------------------------------------------------------- /assets/flags/tr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/tr.png -------------------------------------------------------------------------------- /assets/flags/tt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/tt.png -------------------------------------------------------------------------------- /assets/flags/tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/tv.png -------------------------------------------------------------------------------- /assets/flags/tw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/tw.png -------------------------------------------------------------------------------- /assets/flags/tz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/tz.png -------------------------------------------------------------------------------- /assets/flags/ua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ua.png -------------------------------------------------------------------------------- /assets/flags/ug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ug.png -------------------------------------------------------------------------------- /assets/flags/um.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/um.png -------------------------------------------------------------------------------- /assets/flags/us.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/us.png -------------------------------------------------------------------------------- /assets/flags/uy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/uy.png -------------------------------------------------------------------------------- /assets/flags/uz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/uz.png -------------------------------------------------------------------------------- /assets/flags/va.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/va.png -------------------------------------------------------------------------------- /assets/flags/vc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/vc.png -------------------------------------------------------------------------------- /assets/flags/ve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ve.png -------------------------------------------------------------------------------- /assets/flags/vg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/vg.png -------------------------------------------------------------------------------- /assets/flags/vi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/vi.png -------------------------------------------------------------------------------- /assets/flags/vn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/vn.png -------------------------------------------------------------------------------- /assets/flags/vu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/vu.png -------------------------------------------------------------------------------- /assets/flags/wf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/wf.png -------------------------------------------------------------------------------- /assets/flags/ws.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ws.png -------------------------------------------------------------------------------- /assets/flags/x.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/x.jpeg -------------------------------------------------------------------------------- /assets/flags/xy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/xy.png -------------------------------------------------------------------------------- /assets/flags/ye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/ye.png -------------------------------------------------------------------------------- /assets/flags/yt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/yt.png -------------------------------------------------------------------------------- /assets/flags/za.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/za.png -------------------------------------------------------------------------------- /assets/flags/zm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/zm.png -------------------------------------------------------------------------------- /assets/flags/zw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/zw.png -------------------------------------------------------------------------------- /assets/flags/Japan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/Japan.png -------------------------------------------------------------------------------- /assets/flags/Tonga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/Tonga.png -------------------------------------------------------------------------------- /assets/flags/Tuvalu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/Tuvalu.png -------------------------------------------------------------------------------- /assets/flags/wales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/wales.png -------------------------------------------------------------------------------- /assets/flags/Algeria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/Algeria.png -------------------------------------------------------------------------------- /assets/flags/Moldova.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/Moldova.png -------------------------------------------------------------------------------- /assets/flags/Red Cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/Red Cross.png -------------------------------------------------------------------------------- /assets/flags/Venezuela.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/Venezuela.png -------------------------------------------------------------------------------- /assets/flags/catalonia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/catalonia.png -------------------------------------------------------------------------------- /assets/flags/england.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/england.png -------------------------------------------------------------------------------- /assets/flags/scotland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/scotland.png -------------------------------------------------------------------------------- /assets/flags/europeanunion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/europeanunion.png -------------------------------------------------------------------------------- /assets/flags/androrat_logo_32pix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/androrat_logo_32pix.png -------------------------------------------------------------------------------- /android/gradle.properties: -------------------------------------------------------------------------------- 1 | org.gradle.jvmargs=-Xmx1536M 2 | android.enableR8=true 3 | android.useAndroidX=true 4 | android.enableJetifier=true 5 | -------------------------------------------------------------------------------- /assets/flags/Turks and Caicos Islands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/assets/flags/Turks and Caicos Islands.png -------------------------------------------------------------------------------- /android/.gitignore: -------------------------------------------------------------------------------- 1 | gradle-wrapper.jar 2 | /.gradle 3 | /captures/ 4 | /gradlew 5 | /gradlew.bat 6 | /local.properties 7 | GeneratedPluginRegistrant.java 8 | -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/coronavirus-tracker/master/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png -------------------------------------------------------------------------------- /ios/Runner.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Fri Jun 23 08:50:38 CEST 2017 2 | distributionBase=GRADLE_USER_HOME 3 | distributionPath=wrapper/dists 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip 7 | -------------------------------------------------------------------------------- /.metadata: -------------------------------------------------------------------------------- 1 | # This file tracks properties of this Flutter project. 2 | # Used by Flutter tool to assess capabilities and perform upgrades etc. 3 | # 4 | # This file should be version controlled and should not be manually edited. 5 | 6 | version: 7 | revision: 0b8abb4724aa590dd0f429683339b1e045a1594d 8 | channel: stable 9 | 10 | project_type: app 11 | -------------------------------------------------------------------------------- /android/app/src/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 3 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /lib/provider/info.dart: -------------------------------------------------------------------------------- 1 | import 'package:corona_tracker/Models/place.dart'; 2 | import 'package:flutter/material.dart'; 3 | 4 | class InfoNotifier extends ChangeNotifier { 5 | List places = List(); 6 | 7 | setPlaces(places) { 8 | this.places = places; 9 | notifyListeners(); 10 | } 11 | 12 | List getPlaces() { 13 | return places; 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /android/app/src/profile/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 3 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md: -------------------------------------------------------------------------------- 1 | # Launch Screen Assets 2 | 3 | You can customize the launch screen with your own desired assets by replacing the image files in this directory. 4 | 5 | You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images. -------------------------------------------------------------------------------- /android/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- 1 | { 2 | // Use IntelliSense to learn about possible attributes. 3 | // Hover to view descriptions of existing attributes. 4 | // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 5 | "version": "0.2.0", 6 | "configurations": [ 7 | { 8 | "name": "Flutter", 9 | "request": "launch", 10 | "type": "dart" 11 | } 12 | ] 13 | } -------------------------------------------------------------------------------- /ios/Runner/AppDelegate.swift: -------------------------------------------------------------------------------- 1 | import UIKit 2 | import Flutter 3 | 4 | @UIApplicationMain 5 | @objc class AppDelegate: FlutterAppDelegate { 6 | override func application( 7 | _ application: UIApplication, 8 | didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? 9 | ) -> Bool { 10 | GeneratedPluginRegistrant.register(with: self) 11 | return super.application(application, didFinishLaunchingWithOptions: launchOptions) 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /android/app/src/main/kotlin/com/example/corona_tracker/MainActivity.kt: -------------------------------------------------------------------------------- 1 | package com.example.corona_tracker 2 | 3 | import androidx.annotation.NonNull; 4 | import io.flutter.embedding.android.FlutterActivity 5 | import io.flutter.embedding.engine.FlutterEngine 6 | import io.flutter.plugins.GeneratedPluginRegistrant 7 | 8 | class MainActivity: FlutterActivity() { 9 | override fun configureFlutterEngine(@NonNull flutterEngine: FlutterEngine) { 10 | GeneratedPluginRegistrant.registerWith(flutterEngine); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /android/app/src/main/res/drawable/launch_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 12 | 13 | -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "LaunchImage.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "LaunchImage@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "LaunchImage@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /android/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | 3 | def flutterProjectRoot = rootProject.projectDir.parentFile.toPath() 4 | 5 | def plugins = new Properties() 6 | def pluginsFile = new File(flutterProjectRoot.toFile(), '.flutter-plugins') 7 | if (pluginsFile.exists()) { 8 | pluginsFile.withReader('UTF-8') { reader -> plugins.load(reader) } 9 | } 10 | 11 | plugins.each { name, path -> 12 | def pluginDirectory = flutterProjectRoot.resolve(path).resolve('android').toFile() 13 | include ":$name" 14 | project(":$name").projectDir = pluginDirectory 15 | } 16 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Coronavirus Tracker - Get the latest Coronavirus updates 2 | 3 | an app created in flutter to track Coronavirus on real time 4 | inspired from [coronavirus.app](https://coronavirus.app/) 5 | 6 | # Show some ⭐ to the the repo for support 7 | 8 | ## Screenshots 9 | 10 | 11 | ![Downloading](https://i.imgur.com/d5FMmSN.png) 12 | 13 | 14 | ![Downloading](https://i.imgur.com/RV4T1pN.png) 15 | 16 | 17 | ![Downloading](https://i.imgur.com/Wg76Nim.png) 18 | 19 | - [Youtube Channel](https://www.youtube.com/c/XSLAYERTN) 20 | - [Linkedin](https://www.linkedin.com/in/x-slayer/) 21 | -------------------------------------------------------------------------------- /lib/Models/report.dart: -------------------------------------------------------------------------------- 1 | class Report { 2 | String id; 3 | String createdAt; 4 | bool hide; 5 | int infected; 6 | String placeId; 7 | int recovered; 8 | String date; 9 | 10 | Report(this.id, this.createdAt, this.hide, this.infected, this.placeId, 11 | this.recovered, this.date); 12 | 13 | Report.fromJson(Map json) { 14 | id = json['id']; 15 | createdAt = json['createdAt']; 16 | hide = json['hide']; 17 | infected = json['infected']; 18 | placeId = json['placeId']; 19 | recovered = json['recovered']; 20 | date = json['date']; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /ios/.gitignore: -------------------------------------------------------------------------------- 1 | *.mode1v3 2 | *.mode2v3 3 | *.moved-aside 4 | *.pbxuser 5 | *.perspectivev3 6 | **/*sync/ 7 | .sconsign.dblite 8 | .tags* 9 | **/.vagrant/ 10 | **/DerivedData/ 11 | Icon? 12 | **/Pods/ 13 | **/.symlinks/ 14 | profile 15 | xcuserdata 16 | **/.generated/ 17 | Flutter/App.framework 18 | Flutter/Flutter.framework 19 | Flutter/Flutter.podspec 20 | Flutter/Generated.xcconfig 21 | Flutter/app.flx 22 | Flutter/app.zip 23 | Flutter/flutter_assets/ 24 | Flutter/flutter_export_environment.sh 25 | ServiceDefinitions.json 26 | Runner/GeneratedPluginRegistrant.* 27 | 28 | # Exceptions to above rules. 29 | !default.mode1v3 30 | !default.mode2v3 31 | !default.pbxuser 32 | !default.perspectivev3 33 | -------------------------------------------------------------------------------- /android/build.gradle: -------------------------------------------------------------------------------- 1 | buildscript { 2 | ext.kotlin_version = '1.3.50' 3 | repositories { 4 | google() 5 | jcenter() 6 | } 7 | 8 | dependencies { 9 | classpath 'com.android.tools.build:gradle:3.5.0' 10 | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" 11 | } 12 | } 13 | 14 | allprojects { 15 | repositories { 16 | google() 17 | jcenter() 18 | } 19 | } 20 | 21 | rootProject.buildDir = '../build' 22 | subprojects { 23 | project.buildDir = "${rootProject.buildDir}/${project.name}" 24 | } 25 | subprojects { 26 | project.evaluationDependsOn(':app') 27 | } 28 | 29 | task clean(type: Delete) { 30 | delete rootProject.buildDir 31 | } 32 | -------------------------------------------------------------------------------- /lib/main.dart: -------------------------------------------------------------------------------- 1 | import 'package:corona_tracker/provider/info.dart'; 2 | import 'package:corona_tracker/screens/homePage.dart'; 3 | import 'package:flutter/material.dart'; 4 | import 'package:provider/provider.dart'; 5 | 6 | void main() => runApp( 7 | ChangeNotifierProvider( 8 | create: (context) => InfoNotifier(), 9 | child: MyApp(), 10 | ), 11 | ); 12 | 13 | class MyApp extends StatelessWidget { 14 | @override 15 | Widget build(BuildContext context) { 16 | return MaterialApp( 17 | debugShowCheckedModeBanner: false, 18 | title: 'Corona Tracker', 19 | theme: ThemeData( 20 | primarySwatch: Colors.blue, 21 | ), 22 | home: HomePage(), 23 | ); 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Miscellaneous 2 | *.class 3 | *.log 4 | *.pyc 5 | *.swp 6 | .DS_Store 7 | .atom/ 8 | .buildlog/ 9 | .history 10 | .svn/ 11 | 12 | # IntelliJ related 13 | *.iml 14 | *.ipr 15 | *.iws 16 | .idea/ 17 | 18 | # The .vscode folder contains launch configuration and tasks you configure in 19 | # VS Code which you may wish to be included in version control, so this line 20 | # is commented out by default. 21 | #.vscode/ 22 | 23 | # Flutter/Dart/Pub related 24 | **/doc/api/ 25 | .dart_tool/ 26 | .flutter-plugins 27 | .flutter-plugins-dependencies 28 | .packages 29 | .pub-cache/ 30 | .pub/ 31 | /build/ 32 | 33 | # Web related 34 | lib/generated_plugin_registrant.dart 35 | 36 | # Exceptions to above rules. 37 | !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages 38 | -------------------------------------------------------------------------------- /lib/Models/place.dart: -------------------------------------------------------------------------------- 1 | import 'package:corona_tracker/Models/report.dart'; 2 | 3 | class Place { 4 | String id; 5 | String createdAt; 6 | double latitude; 7 | double longitude; 8 | String country; 9 | String name; 10 | Report report; 11 | 12 | Place(this.id, this.createdAt, this.latitude, this.longitude, this.country, 13 | this.name); 14 | 15 | Place.fromJson(Map json) { 16 | id = json['id']; 17 | createdAt = json['createdAt']; 18 | latitude = json['latitude']; 19 | longitude = json['longitude']; 20 | country = json['country']; 21 | name = json['name']; 22 | } 23 | getReport(List report) { 24 | report.forEach((v) { 25 | if (v.placeId == id) { 26 | this.report = v; 27 | } 28 | }); 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /ios/Flutter/AppFrameworkInfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | $(DEVELOPMENT_LANGUAGE) 7 | CFBundleExecutable 8 | App 9 | CFBundleIdentifier 10 | io.flutter.flutter.app 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | App 15 | CFBundlePackageType 16 | FMWK 17 | CFBundleShortVersionString 18 | 1.0 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 1.0 23 | MinimumOSVersion 24 | 8.0 25 | 26 | 27 | -------------------------------------------------------------------------------- /test/widget_test.dart: -------------------------------------------------------------------------------- 1 | // This is a basic Flutter widget test. 2 | // 3 | // To perform an interaction with a widget in your test, use the WidgetTester 4 | // utility that Flutter provides. For example, you can send tap and scroll 5 | // gestures. You can also use WidgetTester to find child widgets in the widget 6 | // tree, read text, and verify that the values of widget properties are correct. 7 | 8 | import 'package:flutter/material.dart'; 9 | import 'package:flutter_test/flutter_test.dart'; 10 | 11 | import 'package:corona_tracker/main.dart'; 12 | 13 | void main() { 14 | testWidgets('Counter increments smoke test', (WidgetTester tester) async { 15 | // Build our app and trigger a frame. 16 | await tester.pumpWidget(MyApp()); 17 | 18 | // Verify that our counter starts at 0. 19 | expect(find.text('0'), findsOneWidget); 20 | expect(find.text('1'), findsNothing); 21 | 22 | // Tap the '+' icon and trigger a frame. 23 | await tester.tap(find.byIcon(Icons.add)); 24 | await tester.pump(); 25 | 26 | // Verify that our counter has incremented. 27 | expect(find.text('0'), findsNothing); 28 | expect(find.text('1'), findsOneWidget); 29 | }); 30 | } 31 | -------------------------------------------------------------------------------- /android/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 3 | 8 | 12 | 19 | 20 | 21 | 22 | 23 | 24 | 26 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /ios/Runner/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /ios/Runner/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | $(DEVELOPMENT_LANGUAGE) 7 | CFBundleExecutable 8 | $(EXECUTABLE_NAME) 9 | CFBundleIdentifier 10 | $(PRODUCT_BUNDLE_IDENTIFIER) 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | corona_tracker 15 | CFBundlePackageType 16 | APPL 17 | CFBundleShortVersionString 18 | $(FLUTTER_BUILD_NAME) 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | $(FLUTTER_BUILD_NUMBER) 23 | LSRequiresIPhoneOS 24 | 25 | UILaunchStoryboardName 26 | LaunchScreen 27 | UIMainStoryboardFile 28 | Main 29 | UISupportedInterfaceOrientations 30 | 31 | UIInterfaceOrientationPortrait 32 | UIInterfaceOrientationLandscapeLeft 33 | UIInterfaceOrientationLandscapeRight 34 | 35 | UISupportedInterfaceOrientations~ipad 36 | 37 | UIInterfaceOrientationPortrait 38 | UIInterfaceOrientationPortraitUpsideDown 39 | UIInterfaceOrientationLandscapeLeft 40 | UIInterfaceOrientationLandscapeRight 41 | 42 | UIViewControllerBasedStatusBarAppearance 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /lib/screens/homePage.dart: -------------------------------------------------------------------------------- 1 | import 'package:corona_tracker/screens/mapView.dart'; 2 | import 'package:corona_tracker/screens/statsView.dart'; 3 | import 'package:flutter/material.dart'; 4 | 5 | class HomePage extends StatefulWidget { 6 | @override 7 | _HomePageState createState() => _HomePageState(); 8 | } 9 | 10 | class _HomePageState extends State { 11 | int currentIndex = 0; 12 | PageController pageController; 13 | 14 | @override 15 | void initState() { 16 | super.initState(); 17 | pageController = PageController(); 18 | } 19 | 20 | @override 21 | Widget build(BuildContext context) { 22 | return Scaffold( 23 | body: PageView( 24 | controller: pageController, 25 | children: [ 26 | MapView(), 27 | StatsView(), 28 | ], 29 | onPageChanged: (int index) { 30 | setState(() { 31 | currentIndex = index; 32 | }); 33 | }, 34 | ), 35 | bottomNavigationBar: bottomItems(), 36 | ); 37 | } 38 | 39 | BottomNavigationBar bottomItems() { 40 | return BottomNavigationBar( 41 | selectedItemColor: Colors.pink, 42 | onTap: (int index) { 43 | setState( 44 | () { 45 | currentIndex = index; 46 | }, 47 | ); 48 | pageController.animateToPage( 49 | index, 50 | duration: Duration( 51 | milliseconds: 200, 52 | ), 53 | curve: Curves.easeIn, 54 | ); 55 | }, 56 | currentIndex: currentIndex, 57 | type: BottomNavigationBarType.fixed, 58 | items: [ 59 | BottomNavigationBarItem( 60 | icon: Icon(Icons.map), 61 | title: Text("Map"), 62 | ), 63 | BottomNavigationBarItem( 64 | icon: Icon(Icons.show_chart), 65 | title: Text("Stats"), 66 | ), 67 | ], 68 | ); 69 | } 70 | } 71 | -------------------------------------------------------------------------------- /android/app/build.gradle: -------------------------------------------------------------------------------- 1 | def localProperties = new Properties() 2 | def localPropertiesFile = rootProject.file('local.properties') 3 | if (localPropertiesFile.exists()) { 4 | localPropertiesFile.withReader('UTF-8') { reader -> 5 | localProperties.load(reader) 6 | } 7 | } 8 | 9 | def flutterRoot = localProperties.getProperty('flutter.sdk') 10 | if (flutterRoot == null) { 11 | throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.") 12 | } 13 | 14 | def flutterVersionCode = localProperties.getProperty('flutter.versionCode') 15 | if (flutterVersionCode == null) { 16 | flutterVersionCode = '1' 17 | } 18 | 19 | def flutterVersionName = localProperties.getProperty('flutter.versionName') 20 | if (flutterVersionName == null) { 21 | flutterVersionName = '1.0' 22 | } 23 | 24 | apply plugin: 'com.android.application' 25 | apply plugin: 'kotlin-android' 26 | apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" 27 | 28 | android { 29 | compileSdkVersion 28 30 | 31 | sourceSets { 32 | main.java.srcDirs += 'src/main/kotlin' 33 | } 34 | 35 | lintOptions { 36 | disable 'InvalidPackage' 37 | } 38 | 39 | defaultConfig { 40 | // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). 41 | applicationId "com.example.corona_tracker" 42 | minSdkVersion 16 43 | targetSdkVersion 28 44 | versionCode flutterVersionCode.toInteger() 45 | versionName flutterVersionName 46 | testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" 47 | } 48 | 49 | buildTypes { 50 | release { 51 | // TODO: Add your own signing config for the release build. 52 | // Signing with the debug keys for now, so `flutter run --release` works. 53 | signingConfig signingConfigs.debug 54 | } 55 | } 56 | } 57 | 58 | flutter { 59 | source '../..' 60 | } 61 | 62 | dependencies { 63 | implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" 64 | testImplementation 'junit:junit:4.12' 65 | androidTestImplementation 'androidx.test:runner:1.1.1' 66 | androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' 67 | } 68 | -------------------------------------------------------------------------------- /lib/screens/statsView.dart: -------------------------------------------------------------------------------- 1 | import 'package:corona_tracker/provider/info.dart'; 2 | import 'package:flutter/material.dart'; 3 | import 'package:provider/provider.dart'; 4 | import 'package:intl/intl.dart'; 5 | 6 | class StatsView extends StatefulWidget { 7 | @override 8 | _StatsViewState createState() => _StatsViewState(); 9 | } 10 | 11 | class _StatsViewState extends State { 12 | @override 13 | void initState() { 14 | super.initState(); 15 | } 16 | 17 | @override 18 | Widget build(BuildContext context) { 19 | return Scaffold( 20 | appBar: AppBar( 21 | centerTitle: true, 22 | elevation: 0.0, 23 | backgroundColor: Colors.transparent, 24 | title: Text( 25 | "Stats", 26 | style: TextStyle(color: Colors.black), 27 | ), 28 | ), 29 | body: Container( 30 | height: double.infinity, 31 | child: Consumer( 32 | builder: (ctx, info, child) { 33 | return ListView.builder( 34 | itemCount: info.places.length, 35 | itemBuilder: (context, index) { 36 | String infected = ""; 37 | try { 38 | infected = info.places[index].report.infected.toString(); 39 | } catch (ex) { 40 | infected = "N/A"; 41 | } 42 | String countryFlag = 43 | "assets/flags/${info.places[index].country.toLowerCase()}.png"; 44 | return ListTile( 45 | leading: Image.asset(countryFlag), 46 | title: Text(info.places[index].name), 47 | subtitle: Text( 48 | DateFormat('EEEE, d MMM, yyyy').format( 49 | DateFormat('yyyy-MM-dd') 50 | .parse(info.places[index].createdAt), 51 | ), 52 | ), 53 | trailing: Text( 54 | infected, 55 | style: TextStyle( 56 | color: Colors.pink, 57 | fontSize: 20.0, 58 | fontWeight: FontWeight.bold, 59 | ), 60 | ), 61 | ); 62 | }, 63 | ); 64 | }, 65 | ), 66 | ), 67 | ); 68 | } 69 | } 70 | -------------------------------------------------------------------------------- /ios/Runner/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /pubspec.yaml: -------------------------------------------------------------------------------- 1 | name: corona_tracker 2 | description: A new Flutter project. 3 | 4 | # The following defines the version and build number for your application. 5 | # A version number is three numbers separated by dots, like 1.2.43 6 | # followed by an optional build number separated by a +. 7 | # Both the version and the builder number may be overridden in flutter 8 | # build by specifying --build-name and --build-number, respectively. 9 | # In Android, build-name is used as versionName while build-number used as versionCode. 10 | # Read more about Android versioning at https://developer.android.com/studio/publish/versioning 11 | # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. 12 | # Read more about iOS versioning at 13 | # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html 14 | version: 1.0.0+1 15 | 16 | environment: 17 | sdk: ">=2.1.0 <3.0.0" 18 | 19 | dependencies: 20 | flutter: 21 | sdk: flutter 22 | flutter_map: ^0.8.2 23 | map_controller: ^0.6.1 24 | http: ^0.12.0+4 25 | provider: ^4.0.4 26 | intl: ^0.16.1 27 | 28 | # The following adds the Cupertino Icons font to your application. 29 | # Use with the CupertinoIcons class for iOS style icons. 30 | cupertino_icons: ^0.1.2 31 | 32 | dev_dependencies: 33 | flutter_test: 34 | sdk: flutter 35 | 36 | 37 | # For information on the generic Dart part of this file, see the 38 | # following page: https://dart.dev/tools/pub/pubspec 39 | 40 | # The following section is specific to Flutter. 41 | flutter: 42 | 43 | # The following line ensures that the Material Icons font is 44 | # included with your application, so that you can use the icons in 45 | # the material Icons class. 46 | uses-material-design: true 47 | 48 | # To add assets to your application, add an assets section, like this: 49 | assets: 50 | - assets/flags/ 51 | # - images/a_dot_ham.jpeg 52 | 53 | # An image asset can refer to one or more resolution-specific "variants", see 54 | # https://flutter.dev/assets-and-images/#resolution-aware. 55 | 56 | # For details regarding adding assets from package dependencies, see 57 | # https://flutter.dev/assets-and-images/#from-packages 58 | 59 | # To add custom fonts to your application, add a fonts section here, 60 | # in this "flutter" section. Each entry in this list should have a 61 | # "family" key with the font family name, and a "fonts" key with a 62 | # list giving the asset and other descriptors for the font. For 63 | # example: 64 | # fonts: 65 | # - family: Schyler 66 | # fonts: 67 | # - asset: fonts/Schyler-Regular.ttf 68 | # - asset: fonts/Schyler-Italic.ttf 69 | # style: italic 70 | # - family: Trajan Pro 71 | # fonts: 72 | # - asset: fonts/TrajanPro.ttf 73 | # - asset: fonts/TrajanPro_Bold.ttf 74 | # weight: 700 75 | # 76 | # For details regarding fonts from package dependencies, 77 | # see https://flutter.dev/custom-fonts/#from-packages 78 | -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "size" : "20x20", 5 | "idiom" : "iphone", 6 | "filename" : "Icon-App-20x20@2x.png", 7 | "scale" : "2x" 8 | }, 9 | { 10 | "size" : "20x20", 11 | "idiom" : "iphone", 12 | "filename" : "Icon-App-20x20@3x.png", 13 | "scale" : "3x" 14 | }, 15 | { 16 | "size" : "29x29", 17 | "idiom" : "iphone", 18 | "filename" : "Icon-App-29x29@1x.png", 19 | "scale" : "1x" 20 | }, 21 | { 22 | "size" : "29x29", 23 | "idiom" : "iphone", 24 | "filename" : "Icon-App-29x29@2x.png", 25 | "scale" : "2x" 26 | }, 27 | { 28 | "size" : "29x29", 29 | "idiom" : "iphone", 30 | "filename" : "Icon-App-29x29@3x.png", 31 | "scale" : "3x" 32 | }, 33 | { 34 | "size" : "40x40", 35 | "idiom" : "iphone", 36 | "filename" : "Icon-App-40x40@2x.png", 37 | "scale" : "2x" 38 | }, 39 | { 40 | "size" : "40x40", 41 | "idiom" : "iphone", 42 | "filename" : "Icon-App-40x40@3x.png", 43 | "scale" : "3x" 44 | }, 45 | { 46 | "size" : "60x60", 47 | "idiom" : "iphone", 48 | "filename" : "Icon-App-60x60@2x.png", 49 | "scale" : "2x" 50 | }, 51 | { 52 | "size" : "60x60", 53 | "idiom" : "iphone", 54 | "filename" : "Icon-App-60x60@3x.png", 55 | "scale" : "3x" 56 | }, 57 | { 58 | "size" : "20x20", 59 | "idiom" : "ipad", 60 | "filename" : "Icon-App-20x20@1x.png", 61 | "scale" : "1x" 62 | }, 63 | { 64 | "size" : "20x20", 65 | "idiom" : "ipad", 66 | "filename" : "Icon-App-20x20@2x.png", 67 | "scale" : "2x" 68 | }, 69 | { 70 | "size" : "29x29", 71 | "idiom" : "ipad", 72 | "filename" : "Icon-App-29x29@1x.png", 73 | "scale" : "1x" 74 | }, 75 | { 76 | "size" : "29x29", 77 | "idiom" : "ipad", 78 | "filename" : "Icon-App-29x29@2x.png", 79 | "scale" : "2x" 80 | }, 81 | { 82 | "size" : "40x40", 83 | "idiom" : "ipad", 84 | "filename" : "Icon-App-40x40@1x.png", 85 | "scale" : "1x" 86 | }, 87 | { 88 | "size" : "40x40", 89 | "idiom" : "ipad", 90 | "filename" : "Icon-App-40x40@2x.png", 91 | "scale" : "2x" 92 | }, 93 | { 94 | "size" : "76x76", 95 | "idiom" : "ipad", 96 | "filename" : "Icon-App-76x76@1x.png", 97 | "scale" : "1x" 98 | }, 99 | { 100 | "size" : "76x76", 101 | "idiom" : "ipad", 102 | "filename" : "Icon-App-76x76@2x.png", 103 | "scale" : "2x" 104 | }, 105 | { 106 | "size" : "83.5x83.5", 107 | "idiom" : "ipad", 108 | "filename" : "Icon-App-83.5x83.5@2x.png", 109 | "scale" : "2x" 110 | }, 111 | { 112 | "size" : "1024x1024", 113 | "idiom" : "ios-marketing", 114 | "filename" : "Icon-App-1024x1024@1x.png", 115 | "scale" : "1x" 116 | } 117 | ], 118 | "info" : { 119 | "version" : 1, 120 | "author" : "xcode" 121 | } 122 | } 123 | -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme: -------------------------------------------------------------------------------- 1 | 2 | 5 | 8 | 9 | 15 | 21 | 22 | 23 | 24 | 25 | 30 | 31 | 32 | 33 | 39 | 40 | 41 | 42 | 43 | 44 | 54 | 56 | 62 | 63 | 64 | 65 | 66 | 67 | 73 | 75 | 81 | 82 | 83 | 84 | 86 | 87 | 90 | 91 | 92 | -------------------------------------------------------------------------------- /lib/screens/mapView.dart: -------------------------------------------------------------------------------- 1 | import 'dart:async'; 2 | import 'dart:convert'; 3 | 4 | import 'package:corona_tracker/Models/place.dart'; 5 | import 'package:corona_tracker/Models/report.dart'; 6 | import 'package:corona_tracker/provider/info.dart'; 7 | import 'package:flutter/material.dart'; 8 | import 'package:flutter_map/flutter_map.dart'; 9 | import 'package:latlong/latlong.dart'; 10 | import 'package:map_controller/map_controller.dart'; 11 | import 'package:http/http.dart' as http; 12 | import 'package:provider/provider.dart'; 13 | 14 | class MapView extends StatefulWidget { 15 | @override 16 | _MapViewState createState() => _MapViewState(); 17 | } 18 | 19 | class _MapViewState extends State { 20 | MapController _controller; 21 | StatefulMapController stfuMapController; 22 | List reports = List(); 23 | List places = List(); 24 | List markers = List(); 25 | String recoverd, infected; 26 | var _scaffoldKey = GlobalKey(); 27 | Timer _timer; 28 | 29 | @override 30 | void initState() { 31 | _controller = MapController(); 32 | stfuMapController = StatefulMapController(mapController: _controller); 33 | stfuMapController.onReady.then( 34 | (_) {}, 35 | ); 36 | super.initState(); 37 | track(); 38 | doCheck(); 39 | } 40 | 41 | @override 42 | void dispose() { 43 | _timer.cancel(); 44 | super.dispose(); 45 | } 46 | 47 | ///updated check 48 | doCheck() { 49 | _timer = Timer.periodic(Duration(seconds: 10), (_) { 50 | track(); 51 | }); 52 | } 53 | 54 | ///Getting info about virus updated every 10 seconds 55 | Future track() async { 56 | try { 57 | http.Response reponse = 58 | await http.get("https://coronavirus.app/get-latest"); 59 | var decodedBody = json.decode(reponse.body); 60 | var decodedReports = decodedBody['reports']; 61 | var decodedPlaces = decodedBody['places']; 62 | 63 | getLists(decodedReports, decodedPlaces); 64 | fillReport(); 65 | insertMarker(); 66 | } catch (exc) { 67 | print(exc.toString()); 68 | } 69 | } 70 | 71 | ///fill The list of places and reports 72 | getLists(dynamic decodedReports, dynamic decodedPlaces) { 73 | for (var item in decodedReports) { 74 | reports.add(Report.fromJson(item)); 75 | } 76 | //--------- 77 | for (var item in decodedPlaces) { 78 | places.add(Place.fromJson(item)); 79 | } 80 | } 81 | 82 | ///insert each report to place 83 | fillReport() { 84 | places.forEach((place) => place.getReport(reports)); 85 | } 86 | 87 | ///insert markers on map 88 | insertMarker() { 89 | markers.clear(); 90 | places.forEach((place) { 91 | setState(() { 92 | markers.add( 93 | Marker( 94 | anchorPos: AnchorPos.align(AnchorAlign.top), 95 | point: LatLng(place.latitude, place.longitude), 96 | builder: (context) { 97 | return Tooltip( 98 | message: 99 | '${place.country}\n Infected : ${place.report.infected}\n Recovered : ${place.report.recovered == null ? 0 : place.report.recovered}', 100 | child: GestureDetector( 101 | onTap: () { 102 | SnackBar thisCnack = 103 | SnackBar(content: Text(place.country)); 104 | _scaffoldKey.currentState.showSnackBar(thisCnack); 105 | }, 106 | child: Container( 107 | height: 25.0, 108 | width: 25.0, 109 | decoration: BoxDecoration( 110 | color: Colors.pink[100].withOpacity(0.5), 111 | shape: BoxShape.circle, 112 | border: Border.all(color: Colors.pink[300]), 113 | ), 114 | ), 115 | ), 116 | ); 117 | }), 118 | ); 119 | }); 120 | }); 121 | Provider.of(context, listen: false).setPlaces(places); 122 | } 123 | 124 | @override 125 | Widget build(BuildContext context) { 126 | return Scaffold( 127 | key: _scaffoldKey, 128 | body: SafeArea( 129 | child: Container( 130 | height: double.infinity, 131 | width: double.infinity, 132 | color: Colors.blue[100], 133 | child: Stack( 134 | children: [ 135 | Container( 136 | child: FlutterMap( 137 | mapController: _controller, 138 | options: MapOptions( 139 | // interactive: false, 140 | center: LatLng(28.148321, 73.77984), 141 | zoom: 2.0, 142 | onTap: (cordinate) { 143 | print(cordinate); 144 | }, 145 | ), 146 | layers: [ 147 | stfuMapController.tileLayer, 148 | TileLayerOptions( 149 | urlTemplate: 150 | "https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png", 151 | subdomains: ['a', 'b', 'c'], 152 | ), 153 | MarkerLayerOptions( 154 | markers: markers, 155 | ), 156 | ], 157 | ), 158 | ), 159 | ], 160 | ), 161 | ), 162 | ), 163 | ); 164 | } 165 | } 166 | -------------------------------------------------------------------------------- /pubspec.lock: -------------------------------------------------------------------------------- 1 | # Generated by pub 2 | # See https://dart.dev/tools/pub/glossary#lockfile 3 | packages: 4 | ansicolor: 5 | dependency: transitive 6 | description: 7 | name: ansicolor 8 | url: "https://pub.dartlang.org" 9 | source: hosted 10 | version: "1.0.2" 11 | archive: 12 | dependency: transitive 13 | description: 14 | name: archive 15 | url: "https://pub.dartlang.org" 16 | source: hosted 17 | version: "2.0.11" 18 | args: 19 | dependency: transitive 20 | description: 21 | name: args 22 | url: "https://pub.dartlang.org" 23 | source: hosted 24 | version: "1.5.2" 25 | async: 26 | dependency: transitive 27 | description: 28 | name: async 29 | url: "https://pub.dartlang.org" 30 | source: hosted 31 | version: "2.4.0" 32 | boolean_selector: 33 | dependency: transitive 34 | description: 35 | name: boolean_selector 36 | url: "https://pub.dartlang.org" 37 | source: hosted 38 | version: "1.0.5" 39 | cached_network_image: 40 | dependency: transitive 41 | description: 42 | name: cached_network_image 43 | url: "https://pub.dartlang.org" 44 | source: hosted 45 | version: "2.0.0" 46 | charcode: 47 | dependency: transitive 48 | description: 49 | name: charcode 50 | url: "https://pub.dartlang.org" 51 | source: hosted 52 | version: "1.1.2" 53 | collection: 54 | dependency: transitive 55 | description: 56 | name: collection 57 | url: "https://pub.dartlang.org" 58 | source: hosted 59 | version: "1.14.11" 60 | console_log_handler: 61 | dependency: transitive 62 | description: 63 | name: console_log_handler 64 | url: "https://pub.dartlang.org" 65 | source: hosted 66 | version: "1.1.6" 67 | convert: 68 | dependency: transitive 69 | description: 70 | name: convert 71 | url: "https://pub.dartlang.org" 72 | source: hosted 73 | version: "2.1.1" 74 | crypto: 75 | dependency: transitive 76 | description: 77 | name: crypto 78 | url: "https://pub.dartlang.org" 79 | source: hosted 80 | version: "2.1.3" 81 | cupertino_icons: 82 | dependency: "direct main" 83 | description: 84 | name: cupertino_icons 85 | url: "https://pub.dartlang.org" 86 | source: hosted 87 | version: "0.1.3" 88 | extra_pedantic: 89 | dependency: transitive 90 | description: 91 | name: extra_pedantic 92 | url: "https://pub.dartlang.org" 93 | source: hosted 94 | version: "1.1.1+3" 95 | flutter: 96 | dependency: "direct main" 97 | description: flutter 98 | source: sdk 99 | version: "0.0.0" 100 | flutter_cache_manager: 101 | dependency: transitive 102 | description: 103 | name: flutter_cache_manager 104 | url: "https://pub.dartlang.org" 105 | source: hosted 106 | version: "1.1.3" 107 | flutter_image: 108 | dependency: transitive 109 | description: 110 | name: flutter_image 111 | url: "https://pub.dartlang.org" 112 | source: hosted 113 | version: "3.0.0" 114 | flutter_map: 115 | dependency: "direct main" 116 | description: 117 | name: flutter_map 118 | url: "https://pub.dartlang.org" 119 | source: hosted 120 | version: "0.8.2" 121 | flutter_test: 122 | dependency: "direct dev" 123 | description: flutter 124 | source: sdk 125 | version: "0.0.0" 126 | geodesy: 127 | dependency: transitive 128 | description: 129 | name: geodesy 130 | url: "https://pub.dartlang.org" 131 | source: hosted 132 | version: "0.3.2" 133 | geojson: 134 | dependency: transitive 135 | description: 136 | name: geojson 137 | url: "https://pub.dartlang.org" 138 | source: hosted 139 | version: "0.8.0" 140 | geopoint: 141 | dependency: transitive 142 | description: 143 | name: geopoint 144 | url: "https://pub.dartlang.org" 145 | source: hosted 146 | version: "0.7.0" 147 | http: 148 | dependency: "direct main" 149 | description: 150 | name: http 151 | url: "https://pub.dartlang.org" 152 | source: hosted 153 | version: "0.12.0+4" 154 | http_parser: 155 | dependency: transitive 156 | description: 157 | name: http_parser 158 | url: "https://pub.dartlang.org" 159 | source: hosted 160 | version: "3.1.3" 161 | image: 162 | dependency: transitive 163 | description: 164 | name: image 165 | url: "https://pub.dartlang.org" 166 | source: hosted 167 | version: "2.1.4" 168 | intl: 169 | dependency: "direct main" 170 | description: 171 | name: intl 172 | url: "https://pub.dartlang.org" 173 | source: hosted 174 | version: "0.16.1" 175 | iso: 176 | dependency: transitive 177 | description: 178 | name: iso 179 | url: "https://pub.dartlang.org" 180 | source: hosted 181 | version: "0.3.0" 182 | latlong: 183 | dependency: transitive 184 | description: 185 | name: latlong 186 | url: "https://pub.dartlang.org" 187 | source: hosted 188 | version: "0.6.1" 189 | logging: 190 | dependency: transitive 191 | description: 192 | name: logging 193 | url: "https://pub.dartlang.org" 194 | source: hosted 195 | version: "0.11.4" 196 | map_controller: 197 | dependency: "direct main" 198 | description: 199 | name: map_controller 200 | url: "https://pub.dartlang.org" 201 | source: hosted 202 | version: "0.6.1" 203 | matcher: 204 | dependency: transitive 205 | description: 206 | name: matcher 207 | url: "https://pub.dartlang.org" 208 | source: hosted 209 | version: "0.12.6" 210 | meta: 211 | dependency: transitive 212 | description: 213 | name: meta 214 | url: "https://pub.dartlang.org" 215 | source: hosted 216 | version: "1.1.8" 217 | nested: 218 | dependency: transitive 219 | description: 220 | name: nested 221 | url: "https://pub.dartlang.org" 222 | source: hosted 223 | version: "0.0.4" 224 | path: 225 | dependency: transitive 226 | description: 227 | name: path 228 | url: "https://pub.dartlang.org" 229 | source: hosted 230 | version: "1.6.4" 231 | path_provider: 232 | dependency: transitive 233 | description: 234 | name: path_provider 235 | url: "https://pub.dartlang.org" 236 | source: hosted 237 | version: "1.6.0" 238 | pedantic: 239 | dependency: transitive 240 | description: 241 | name: pedantic 242 | url: "https://pub.dartlang.org" 243 | source: hosted 244 | version: "1.8.0+1" 245 | petitparser: 246 | dependency: transitive 247 | description: 248 | name: petitparser 249 | url: "https://pub.dartlang.org" 250 | source: hosted 251 | version: "2.4.0" 252 | platform: 253 | dependency: transitive 254 | description: 255 | name: platform 256 | url: "https://pub.dartlang.org" 257 | source: hosted 258 | version: "2.2.1" 259 | positioned_tap_detector: 260 | dependency: transitive 261 | description: 262 | name: positioned_tap_detector 263 | url: "https://pub.dartlang.org" 264 | source: hosted 265 | version: "1.0.3" 266 | provider: 267 | dependency: "direct main" 268 | description: 269 | name: provider 270 | url: "https://pub.dartlang.org" 271 | source: hosted 272 | version: "4.0.4" 273 | quiver: 274 | dependency: transitive 275 | description: 276 | name: quiver 277 | url: "https://pub.dartlang.org" 278 | source: hosted 279 | version: "2.0.5" 280 | rxdart: 281 | dependency: transitive 282 | description: 283 | name: rxdart 284 | url: "https://pub.dartlang.org" 285 | source: hosted 286 | version: "0.23.1" 287 | sky_engine: 288 | dependency: transitive 289 | description: flutter 290 | source: sdk 291 | version: "0.0.99" 292 | slugify2: 293 | dependency: transitive 294 | description: 295 | name: slugify2 296 | url: "https://pub.dartlang.org" 297 | source: hosted 298 | version: "0.2.1" 299 | source_span: 300 | dependency: transitive 301 | description: 302 | name: source_span 303 | url: "https://pub.dartlang.org" 304 | source: hosted 305 | version: "1.5.5" 306 | sqflite: 307 | dependency: transitive 308 | description: 309 | name: sqflite 310 | url: "https://pub.dartlang.org" 311 | source: hosted 312 | version: "1.2.0" 313 | stack_trace: 314 | dependency: transitive 315 | description: 316 | name: stack_trace 317 | url: "https://pub.dartlang.org" 318 | source: hosted 319 | version: "1.9.3" 320 | stream_channel: 321 | dependency: transitive 322 | description: 323 | name: stream_channel 324 | url: "https://pub.dartlang.org" 325 | source: hosted 326 | version: "2.0.0" 327 | string_scanner: 328 | dependency: transitive 329 | description: 330 | name: string_scanner 331 | url: "https://pub.dartlang.org" 332 | source: hosted 333 | version: "1.0.5" 334 | synchronized: 335 | dependency: transitive 336 | description: 337 | name: synchronized 338 | url: "https://pub.dartlang.org" 339 | source: hosted 340 | version: "2.2.0" 341 | term_glyph: 342 | dependency: transitive 343 | description: 344 | name: term_glyph 345 | url: "https://pub.dartlang.org" 346 | source: hosted 347 | version: "1.1.0" 348 | test_api: 349 | dependency: transitive 350 | description: 351 | name: test_api 352 | url: "https://pub.dartlang.org" 353 | source: hosted 354 | version: "0.2.11" 355 | transparent_image: 356 | dependency: transitive 357 | description: 358 | name: transparent_image 359 | url: "https://pub.dartlang.org" 360 | source: hosted 361 | version: "1.0.0" 362 | tuple: 363 | dependency: transitive 364 | description: 365 | name: tuple 366 | url: "https://pub.dartlang.org" 367 | source: hosted 368 | version: "1.0.3" 369 | typed_data: 370 | dependency: transitive 371 | description: 372 | name: typed_data 373 | url: "https://pub.dartlang.org" 374 | source: hosted 375 | version: "1.1.6" 376 | uuid: 377 | dependency: transitive 378 | description: 379 | name: uuid 380 | url: "https://pub.dartlang.org" 381 | source: hosted 382 | version: "2.0.4" 383 | validate: 384 | dependency: transitive 385 | description: 386 | name: validate 387 | url: "https://pub.dartlang.org" 388 | source: hosted 389 | version: "1.7.0" 390 | vector_math: 391 | dependency: transitive 392 | description: 393 | name: vector_math 394 | url: "https://pub.dartlang.org" 395 | source: hosted 396 | version: "2.0.8" 397 | xml: 398 | dependency: transitive 399 | description: 400 | name: xml 401 | url: "https://pub.dartlang.org" 402 | source: hosted 403 | version: "3.5.0" 404 | sdks: 405 | dart: ">=2.6.0 <3.0.0" 406 | flutter: ">=1.12.1 <2.0.0" 407 | -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- 1 | // !$*UTF8*$! 2 | { 3 | archiveVersion = 1; 4 | classes = { 5 | }; 6 | objectVersion = 46; 7 | objects = { 8 | 9 | /* Begin PBXBuildFile section */ 10 | 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; }; 11 | 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; 12 | 3B80C3941E831B6300D905FE /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; }; 13 | 3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 14 | 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; }; 15 | 9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; }; 16 | 9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 17 | 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; }; 18 | 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; }; 19 | 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; 20 | /* End PBXBuildFile section */ 21 | 22 | /* Begin PBXCopyFilesBuildPhase section */ 23 | 9705A1C41CF9048500538489 /* Embed Frameworks */ = { 24 | isa = PBXCopyFilesBuildPhase; 25 | buildActionMask = 2147483647; 26 | dstPath = ""; 27 | dstSubfolderSpec = 10; 28 | files = ( 29 | 3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */, 30 | 9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */, 31 | ); 32 | name = "Embed Frameworks"; 33 | runOnlyForDeploymentPostprocessing = 0; 34 | }; 35 | /* End PBXCopyFilesBuildPhase section */ 36 | 37 | /* Begin PBXFileReference section */ 38 | 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = ""; }; 39 | 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = ""; }; 40 | 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = ""; }; 41 | 3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = ""; }; 42 | 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = ""; }; 43 | 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 44 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = ""; }; 45 | 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = ""; }; 46 | 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = ""; }; 47 | 9740EEBA1CF902C7004384FC /* Flutter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Flutter.framework; path = Flutter/Flutter.framework; sourceTree = ""; }; 48 | 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; }; 49 | 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 50 | 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 51 | 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; 52 | 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 53 | /* End PBXFileReference section */ 54 | 55 | /* Begin PBXFrameworksBuildPhase section */ 56 | 97C146EB1CF9000F007C117D /* Frameworks */ = { 57 | isa = PBXFrameworksBuildPhase; 58 | buildActionMask = 2147483647; 59 | files = ( 60 | 9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */, 61 | 3B80C3941E831B6300D905FE /* App.framework in Frameworks */, 62 | ); 63 | runOnlyForDeploymentPostprocessing = 0; 64 | }; 65 | /* End PBXFrameworksBuildPhase section */ 66 | 67 | /* Begin PBXGroup section */ 68 | 9740EEB11CF90186004384FC /* Flutter */ = { 69 | isa = PBXGroup; 70 | children = ( 71 | 3B80C3931E831B6300D905FE /* App.framework */, 72 | 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */, 73 | 9740EEBA1CF902C7004384FC /* Flutter.framework */, 74 | 9740EEB21CF90195004384FC /* Debug.xcconfig */, 75 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */, 76 | 9740EEB31CF90195004384FC /* Generated.xcconfig */, 77 | ); 78 | name = Flutter; 79 | sourceTree = ""; 80 | }; 81 | 97C146E51CF9000F007C117D = { 82 | isa = PBXGroup; 83 | children = ( 84 | 9740EEB11CF90186004384FC /* Flutter */, 85 | 97C146F01CF9000F007C117D /* Runner */, 86 | 97C146EF1CF9000F007C117D /* Products */, 87 | ); 88 | sourceTree = ""; 89 | }; 90 | 97C146EF1CF9000F007C117D /* Products */ = { 91 | isa = PBXGroup; 92 | children = ( 93 | 97C146EE1CF9000F007C117D /* Runner.app */, 94 | ); 95 | name = Products; 96 | sourceTree = ""; 97 | }; 98 | 97C146F01CF9000F007C117D /* Runner */ = { 99 | isa = PBXGroup; 100 | children = ( 101 | 97C146FA1CF9000F007C117D /* Main.storyboard */, 102 | 97C146FD1CF9000F007C117D /* Assets.xcassets */, 103 | 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */, 104 | 97C147021CF9000F007C117D /* Info.plist */, 105 | 97C146F11CF9000F007C117D /* Supporting Files */, 106 | 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */, 107 | 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */, 108 | 74858FAE1ED2DC5600515810 /* AppDelegate.swift */, 109 | 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */, 110 | ); 111 | path = Runner; 112 | sourceTree = ""; 113 | }; 114 | 97C146F11CF9000F007C117D /* Supporting Files */ = { 115 | isa = PBXGroup; 116 | children = ( 117 | ); 118 | name = "Supporting Files"; 119 | sourceTree = ""; 120 | }; 121 | /* End PBXGroup section */ 122 | 123 | /* Begin PBXNativeTarget section */ 124 | 97C146ED1CF9000F007C117D /* Runner */ = { 125 | isa = PBXNativeTarget; 126 | buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */; 127 | buildPhases = ( 128 | 9740EEB61CF901F6004384FC /* Run Script */, 129 | 97C146EA1CF9000F007C117D /* Sources */, 130 | 97C146EB1CF9000F007C117D /* Frameworks */, 131 | 97C146EC1CF9000F007C117D /* Resources */, 132 | 9705A1C41CF9048500538489 /* Embed Frameworks */, 133 | 3B06AD1E1E4923F5004D2608 /* Thin Binary */, 134 | ); 135 | buildRules = ( 136 | ); 137 | dependencies = ( 138 | ); 139 | name = Runner; 140 | productName = Runner; 141 | productReference = 97C146EE1CF9000F007C117D /* Runner.app */; 142 | productType = "com.apple.product-type.application"; 143 | }; 144 | /* End PBXNativeTarget section */ 145 | 146 | /* Begin PBXProject section */ 147 | 97C146E61CF9000F007C117D /* Project object */ = { 148 | isa = PBXProject; 149 | attributes = { 150 | LastUpgradeCheck = 1020; 151 | ORGANIZATIONNAME = "The Chromium Authors"; 152 | TargetAttributes = { 153 | 97C146ED1CF9000F007C117D = { 154 | CreatedOnToolsVersion = 7.3.1; 155 | LastSwiftMigration = 1100; 156 | }; 157 | }; 158 | }; 159 | buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */; 160 | compatibilityVersion = "Xcode 3.2"; 161 | developmentRegion = en; 162 | hasScannedForEncodings = 0; 163 | knownRegions = ( 164 | en, 165 | Base, 166 | ); 167 | mainGroup = 97C146E51CF9000F007C117D; 168 | productRefGroup = 97C146EF1CF9000F007C117D /* Products */; 169 | projectDirPath = ""; 170 | projectRoot = ""; 171 | targets = ( 172 | 97C146ED1CF9000F007C117D /* Runner */, 173 | ); 174 | }; 175 | /* End PBXProject section */ 176 | 177 | /* Begin PBXResourcesBuildPhase section */ 178 | 97C146EC1CF9000F007C117D /* Resources */ = { 179 | isa = PBXResourcesBuildPhase; 180 | buildActionMask = 2147483647; 181 | files = ( 182 | 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */, 183 | 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */, 184 | 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */, 185 | 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */, 186 | ); 187 | runOnlyForDeploymentPostprocessing = 0; 188 | }; 189 | /* End PBXResourcesBuildPhase section */ 190 | 191 | /* Begin PBXShellScriptBuildPhase section */ 192 | 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = { 193 | isa = PBXShellScriptBuildPhase; 194 | buildActionMask = 2147483647; 195 | files = ( 196 | ); 197 | inputPaths = ( 198 | ); 199 | name = "Thin Binary"; 200 | outputPaths = ( 201 | ); 202 | runOnlyForDeploymentPostprocessing = 0; 203 | shellPath = /bin/sh; 204 | shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" thin"; 205 | }; 206 | 9740EEB61CF901F6004384FC /* Run Script */ = { 207 | isa = PBXShellScriptBuildPhase; 208 | buildActionMask = 2147483647; 209 | files = ( 210 | ); 211 | inputPaths = ( 212 | ); 213 | name = "Run Script"; 214 | outputPaths = ( 215 | ); 216 | runOnlyForDeploymentPostprocessing = 0; 217 | shellPath = /bin/sh; 218 | shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build"; 219 | }; 220 | /* End PBXShellScriptBuildPhase section */ 221 | 222 | /* Begin PBXSourcesBuildPhase section */ 223 | 97C146EA1CF9000F007C117D /* Sources */ = { 224 | isa = PBXSourcesBuildPhase; 225 | buildActionMask = 2147483647; 226 | files = ( 227 | 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */, 228 | 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */, 229 | ); 230 | runOnlyForDeploymentPostprocessing = 0; 231 | }; 232 | /* End PBXSourcesBuildPhase section */ 233 | 234 | /* Begin PBXVariantGroup section */ 235 | 97C146FA1CF9000F007C117D /* Main.storyboard */ = { 236 | isa = PBXVariantGroup; 237 | children = ( 238 | 97C146FB1CF9000F007C117D /* Base */, 239 | ); 240 | name = Main.storyboard; 241 | sourceTree = ""; 242 | }; 243 | 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = { 244 | isa = PBXVariantGroup; 245 | children = ( 246 | 97C147001CF9000F007C117D /* Base */, 247 | ); 248 | name = LaunchScreen.storyboard; 249 | sourceTree = ""; 250 | }; 251 | /* End PBXVariantGroup section */ 252 | 253 | /* Begin XCBuildConfiguration section */ 254 | 249021D3217E4FDB00AE95B9 /* Profile */ = { 255 | isa = XCBuildConfiguration; 256 | baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; 257 | buildSettings = { 258 | ALWAYS_SEARCH_USER_PATHS = NO; 259 | CLANG_ANALYZER_NONNULL = YES; 260 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 261 | CLANG_CXX_LIBRARY = "libc++"; 262 | CLANG_ENABLE_MODULES = YES; 263 | CLANG_ENABLE_OBJC_ARC = YES; 264 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; 265 | CLANG_WARN_BOOL_CONVERSION = YES; 266 | CLANG_WARN_COMMA = YES; 267 | CLANG_WARN_CONSTANT_CONVERSION = YES; 268 | CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; 269 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 270 | CLANG_WARN_EMPTY_BODY = YES; 271 | CLANG_WARN_ENUM_CONVERSION = YES; 272 | CLANG_WARN_INFINITE_RECURSION = YES; 273 | CLANG_WARN_INT_CONVERSION = YES; 274 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; 275 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; 276 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; 277 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 278 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; 279 | CLANG_WARN_STRICT_PROTOTYPES = YES; 280 | CLANG_WARN_SUSPICIOUS_MOVE = YES; 281 | CLANG_WARN_UNREACHABLE_CODE = YES; 282 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 283 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 284 | COPY_PHASE_STRIP = NO; 285 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 286 | ENABLE_NS_ASSERTIONS = NO; 287 | ENABLE_STRICT_OBJC_MSGSEND = YES; 288 | GCC_C_LANGUAGE_STANDARD = gnu99; 289 | GCC_NO_COMMON_BLOCKS = YES; 290 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 291 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 292 | GCC_WARN_UNDECLARED_SELECTOR = YES; 293 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 294 | GCC_WARN_UNUSED_FUNCTION = YES; 295 | GCC_WARN_UNUSED_VARIABLE = YES; 296 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; 297 | MTL_ENABLE_DEBUG_INFO = NO; 298 | SDKROOT = iphoneos; 299 | SUPPORTED_PLATFORMS = iphoneos; 300 | TARGETED_DEVICE_FAMILY = "1,2"; 301 | VALIDATE_PRODUCT = YES; 302 | }; 303 | name = Profile; 304 | }; 305 | 249021D4217E4FDB00AE95B9 /* Profile */ = { 306 | isa = XCBuildConfiguration; 307 | baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; 308 | buildSettings = { 309 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 310 | CLANG_ENABLE_MODULES = YES; 311 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; 312 | ENABLE_BITCODE = NO; 313 | FRAMEWORK_SEARCH_PATHS = ( 314 | "$(inherited)", 315 | "$(PROJECT_DIR)/Flutter", 316 | ); 317 | INFOPLIST_FILE = Runner/Info.plist; 318 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 319 | LIBRARY_SEARCH_PATHS = ( 320 | "$(inherited)", 321 | "$(PROJECT_DIR)/Flutter", 322 | ); 323 | PRODUCT_BUNDLE_IDENTIFIER = com.example.coronaTracker; 324 | PRODUCT_NAME = "$(TARGET_NAME)"; 325 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; 326 | SWIFT_VERSION = 5.0; 327 | VERSIONING_SYSTEM = "apple-generic"; 328 | }; 329 | name = Profile; 330 | }; 331 | 97C147031CF9000F007C117D /* Debug */ = { 332 | isa = XCBuildConfiguration; 333 | baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */; 334 | buildSettings = { 335 | ALWAYS_SEARCH_USER_PATHS = NO; 336 | CLANG_ANALYZER_NONNULL = YES; 337 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 338 | CLANG_CXX_LIBRARY = "libc++"; 339 | CLANG_ENABLE_MODULES = YES; 340 | CLANG_ENABLE_OBJC_ARC = YES; 341 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; 342 | CLANG_WARN_BOOL_CONVERSION = YES; 343 | CLANG_WARN_COMMA = YES; 344 | CLANG_WARN_CONSTANT_CONVERSION = YES; 345 | CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; 346 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 347 | CLANG_WARN_EMPTY_BODY = YES; 348 | CLANG_WARN_ENUM_CONVERSION = YES; 349 | CLANG_WARN_INFINITE_RECURSION = YES; 350 | CLANG_WARN_INT_CONVERSION = YES; 351 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; 352 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; 353 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; 354 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 355 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; 356 | CLANG_WARN_STRICT_PROTOTYPES = YES; 357 | CLANG_WARN_SUSPICIOUS_MOVE = YES; 358 | CLANG_WARN_UNREACHABLE_CODE = YES; 359 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 360 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 361 | COPY_PHASE_STRIP = NO; 362 | DEBUG_INFORMATION_FORMAT = dwarf; 363 | ENABLE_STRICT_OBJC_MSGSEND = YES; 364 | ENABLE_TESTABILITY = YES; 365 | GCC_C_LANGUAGE_STANDARD = gnu99; 366 | GCC_DYNAMIC_NO_PIC = NO; 367 | GCC_NO_COMMON_BLOCKS = YES; 368 | GCC_OPTIMIZATION_LEVEL = 0; 369 | GCC_PREPROCESSOR_DEFINITIONS = ( 370 | "DEBUG=1", 371 | "$(inherited)", 372 | ); 373 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 374 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 375 | GCC_WARN_UNDECLARED_SELECTOR = YES; 376 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 377 | GCC_WARN_UNUSED_FUNCTION = YES; 378 | GCC_WARN_UNUSED_VARIABLE = YES; 379 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; 380 | MTL_ENABLE_DEBUG_INFO = YES; 381 | ONLY_ACTIVE_ARCH = YES; 382 | SDKROOT = iphoneos; 383 | TARGETED_DEVICE_FAMILY = "1,2"; 384 | }; 385 | name = Debug; 386 | }; 387 | 97C147041CF9000F007C117D /* Release */ = { 388 | isa = XCBuildConfiguration; 389 | baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; 390 | buildSettings = { 391 | ALWAYS_SEARCH_USER_PATHS = NO; 392 | CLANG_ANALYZER_NONNULL = YES; 393 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 394 | CLANG_CXX_LIBRARY = "libc++"; 395 | CLANG_ENABLE_MODULES = YES; 396 | CLANG_ENABLE_OBJC_ARC = YES; 397 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; 398 | CLANG_WARN_BOOL_CONVERSION = YES; 399 | CLANG_WARN_COMMA = YES; 400 | CLANG_WARN_CONSTANT_CONVERSION = YES; 401 | CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; 402 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 403 | CLANG_WARN_EMPTY_BODY = YES; 404 | CLANG_WARN_ENUM_CONVERSION = YES; 405 | CLANG_WARN_INFINITE_RECURSION = YES; 406 | CLANG_WARN_INT_CONVERSION = YES; 407 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; 408 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; 409 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; 410 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 411 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; 412 | CLANG_WARN_STRICT_PROTOTYPES = YES; 413 | CLANG_WARN_SUSPICIOUS_MOVE = YES; 414 | CLANG_WARN_UNREACHABLE_CODE = YES; 415 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 416 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 417 | COPY_PHASE_STRIP = NO; 418 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 419 | ENABLE_NS_ASSERTIONS = NO; 420 | ENABLE_STRICT_OBJC_MSGSEND = YES; 421 | GCC_C_LANGUAGE_STANDARD = gnu99; 422 | GCC_NO_COMMON_BLOCKS = YES; 423 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 424 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 425 | GCC_WARN_UNDECLARED_SELECTOR = YES; 426 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 427 | GCC_WARN_UNUSED_FUNCTION = YES; 428 | GCC_WARN_UNUSED_VARIABLE = YES; 429 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; 430 | MTL_ENABLE_DEBUG_INFO = NO; 431 | SDKROOT = iphoneos; 432 | SUPPORTED_PLATFORMS = iphoneos; 433 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; 434 | TARGETED_DEVICE_FAMILY = "1,2"; 435 | VALIDATE_PRODUCT = YES; 436 | }; 437 | name = Release; 438 | }; 439 | 97C147061CF9000F007C117D /* Debug */ = { 440 | isa = XCBuildConfiguration; 441 | baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */; 442 | buildSettings = { 443 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 444 | CLANG_ENABLE_MODULES = YES; 445 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; 446 | ENABLE_BITCODE = NO; 447 | FRAMEWORK_SEARCH_PATHS = ( 448 | "$(inherited)", 449 | "$(PROJECT_DIR)/Flutter", 450 | ); 451 | INFOPLIST_FILE = Runner/Info.plist; 452 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 453 | LIBRARY_SEARCH_PATHS = ( 454 | "$(inherited)", 455 | "$(PROJECT_DIR)/Flutter", 456 | ); 457 | PRODUCT_BUNDLE_IDENTIFIER = com.example.coronaTracker; 458 | PRODUCT_NAME = "$(TARGET_NAME)"; 459 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; 460 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; 461 | SWIFT_VERSION = 5.0; 462 | VERSIONING_SYSTEM = "apple-generic"; 463 | }; 464 | name = Debug; 465 | }; 466 | 97C147071CF9000F007C117D /* Release */ = { 467 | isa = XCBuildConfiguration; 468 | baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; 469 | buildSettings = { 470 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 471 | CLANG_ENABLE_MODULES = YES; 472 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; 473 | ENABLE_BITCODE = NO; 474 | FRAMEWORK_SEARCH_PATHS = ( 475 | "$(inherited)", 476 | "$(PROJECT_DIR)/Flutter", 477 | ); 478 | INFOPLIST_FILE = Runner/Info.plist; 479 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 480 | LIBRARY_SEARCH_PATHS = ( 481 | "$(inherited)", 482 | "$(PROJECT_DIR)/Flutter", 483 | ); 484 | PRODUCT_BUNDLE_IDENTIFIER = com.example.coronaTracker; 485 | PRODUCT_NAME = "$(TARGET_NAME)"; 486 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; 487 | SWIFT_VERSION = 5.0; 488 | VERSIONING_SYSTEM = "apple-generic"; 489 | }; 490 | name = Release; 491 | }; 492 | /* End XCBuildConfiguration section */ 493 | 494 | /* Begin XCConfigurationList section */ 495 | 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = { 496 | isa = XCConfigurationList; 497 | buildConfigurations = ( 498 | 97C147031CF9000F007C117D /* Debug */, 499 | 97C147041CF9000F007C117D /* Release */, 500 | 249021D3217E4FDB00AE95B9 /* Profile */, 501 | ); 502 | defaultConfigurationIsVisible = 0; 503 | defaultConfigurationName = Release; 504 | }; 505 | 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = { 506 | isa = XCConfigurationList; 507 | buildConfigurations = ( 508 | 97C147061CF9000F007C117D /* Debug */, 509 | 97C147071CF9000F007C117D /* Release */, 510 | 249021D4217E4FDB00AE95B9 /* Profile */, 511 | ); 512 | defaultConfigurationIsVisible = 0; 513 | defaultConfigurationName = Release; 514 | }; 515 | /* End XCConfigurationList section */ 516 | }; 517 | rootObject = 97C146E61CF9000F007C117D /* Project object */; 518 | } 519 | --------------------------------------------------------------------------------