finds.dev← search

// the find

abuanwar072/Covid-19-Flutter-UI

★ 936 · Dart · updated Oct 2022

A static Flutter UI demo of a Covid-19 information screen, built to accompany a YouTube tutorial. It shows symptoms, a case counter, and a map placeholder — all hardcoded. This is a learning resource for Flutter layout and SVG rendering, not a usable app.

The SVG usage via flutter_svg is a practical pattern worth seeing in action for beginners. The widget decomposition into my_header.dart and counter.dart is clean enough to follow. It covers both Android and iOS targets out of the box, so the boilerplate is at least complete.

All data is hardcoded — there's no API integration, no state management, nothing dynamic. Last pushed in 2022, so Flutter APIs and package versions are stale and it likely won't build without pubspec updates. The subject matter (Covid dashboards) has zero relevance today. The single widget_test.dart is the default placeholder Flutter generates and tests nothing.

View on GitHub →

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →