This App consults APIs from INMET (National Institute of Meteorology) and IBGE (Brazilian Institute of Geography and Statistics) to provide weather forecasts for Brazilian cities. This project uses BLoC design pattern. You can access the live demo at this link.
To get a local copy up and running follow these simple steps.
Make sure you have Flutter 2.7.0 installed in your development environment.
git clone https://github.com/almfelipe/flutter_weather_forecast_brazil.git
cd flutter_weather_forecast_brazil
flutter packages get
flutter run