Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.18 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.18 KB

Countries App

Build and Test codecov

Country details are delivered through a native Flutter experience for Android, iOS, and Web.

Requirements

  • Flutter
  • Android or iOS device (emulator/simulator or physical) or Web Browser.

Setup

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

Demo

iOS

countries_app_demo_ios.mov

Android

countries_app_demo_android.mov

Web

countries_app_demo_web.mov