An open API service indexing awesome lists of open source software.

https://github.com/emmanueltobi/countries

A flutter mobile app displaying details about all the countries in the world.
https://github.com/emmanueltobi/countries

Last synced: about 2 months ago
JSON representation

A flutter mobile app displaying details about all the countries in the world.

Awesome Lists containing this project

README

        

# Countries Mobile

The Countries app is a flutter application that is developed around the lists of countries gotten from the API provider [CountryInfoApi](https://countryinfoapi.com/documentation).

The app uses best practices approach to get data from the api call, using https, then parses the gotten data through the isolate setups (due to large json data) to the set model and have the data displayed with other functions
through the viewmodel handled by the Stacked StateManagement package [Stacked Flutter Package](https://pub.dev/packages/stacked).

Functions in this app inclues, api calls, data loading/parsing, navigation calls, statemanagment handling, user search inputs/filtering, and theme changing.

-------------

Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot