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.
- Host: GitHub
- URL: https://github.com/emmanueltobi/countries
- Owner: EmmanuelTobi
- Created: 2024-07-07T09:43:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T09:04:42.000Z (10 months ago)
- Last Synced: 2025-01-09T16:12:04.305Z (3 months ago)
- Language: Dart
- Homepage:
- Size: 321 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
-------------
![]()
![]()
![]()
![]()
![]()
![]()
![]()