Country details are delivered through a native Flutter experience for Android, iOS, and Web.
- Flutter
- Android or iOS device (emulator/simulator or physical) or Web Browser.
Clone the repository using:
git clone https://github.com/mauricifj/countries_app
Enter app folder:
cd app
And then, get the dependencies with:
flutter pub get
Finally, run the app providing the environment variables:
flutter run --dart-define=COUNTRIES_HOST=restcountries.com --dart-define=COUNTRIES_HOST_VERSION=3.1