Country House App is a Flutter application that allows users to search for countries and explore their details. It leverages a REST API to fetch information about countries.
- Search for countries by name
- View details of a selected country
- Access information like capital, population, and more
- See countries on map
- Flutter
- Dart
- REST API (All Countries API)
- Clone the repository:
git clone https://github.com/ayushnaik27/country-house-app.git
- Navigate to the project folder
cd country-house-app
- Navigate to the project folder
flutter pub get
- Navigate to the project folder
flutter run
The app uses the All Countries API to fetch country data.
Contributions are welcome! If you'd like to contribute to the project, feel free to open issues or pull requests.