Randstad's Flutter Assessment.
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. https://countriesnow.space/api/v0.1/countries/capitalThe solution supports and handles 3 states: loading, success, and error (see screenshots below).
flutter run -d chrome
flutter run -d macos
flutter test
© Max Shemetov, 2023, MIT License