Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added covid-19 example app and Updated the readme #73

Merged
merged 2 commits into from
Jul 25, 2021

Conversation

mehdi1514
Copy link
Contributor

Added an app that tracks Coronavirus cases. It uses HTTP requests to send requests to NovelCOVID API and receive responses from there. It also includes a visualization of the received data.

The code is split into different files. The hierarchy is given below:

lib
    - resources
        - fetch_data_functions.dart
    - screens
        - countrylist.dart
        - home.dart
        - searchList.dart
    - widgets
        - drawer.dart
        - foldable_cell_widgets.dart
        - graph.dart
        - info_card.dart

I added comments wherever I felt I should so that it is easy to understand. The package name is github.nisrulz.covid19mobileapp as mentioned in the guidelines. The code is also formatted(with Reformat Code feature of vs code).

The Flutter version used in this projects is v 1.22.0(latest)

@nisrulz nisrulz merged commit 3eaedb6 into nisrulz:develop Jul 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants