/flutter_weather_forecast_brazil

flutter_weather_forecast_brazil consults APIs from INMET (National Institute of Meteorology) and IBGE (Brazilian Institute of Geography and Statistics) to provide weather forecasts for Brazilian cities.

Primary LanguageJavaScriptMIT LicenseMIT

flutter_weather_forecast_brazil

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.

Built with

Getting started

To get a local copy up and running follow these simple steps.

Prerequisites

Make sure you have Flutter 2.7.0 installed in your development environment.

Clone the repository

git clone https://github.com/almfelipe/flutter_weather_forecast_brazil.git

Go to the project code folder

cd flutter_weather_forecast_brazil

Install all dependencies

flutter packages get

Run the project

flutter run

Acknowledgements