maxeema / randstad_flutter_assessment

Completed Randstad Flutter Assessment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

randstad_flutter_assessment

Randstad's Flutter Assessment.

Task

There is an API that returns a list of countries and their capitals. You have to implement fetching the list of capitals and representing them in a Flutter app.

API endpoint

https://countriesnow.space/api/v0.1/countries/capital

About solution

The solution supports and handles 3 states: loading, success, and error (see screenshots below).

Run the app (Web)

flutter run -d chrome

Run the app (MacOS)

flutter run -d macos

Run tests

flutter test

App Screenshots

screenshots

© Max Shemetov, 2023, MIT License

About

Completed Randstad Flutter Assessment


Languages

Language:Dart 87.2%Language:HTML 8.2%Language:Swift 4.5%