This Flutter app retrieves and displays details of a random country using the RESTCountries API.
Built in the context of the article I built the same app with Flutter, React Native, and Ionic
https://fmmagalhaes.github.io/random_country_flutter
flutter run
flutter config --enable-web
flutter create .
flutter build web --base-href=/random_country_flutter/
- Create a branch called
gh-pages
with the content of thebuild/web
folder.