/weather_card

Display current weather information with map and weather forecast of current location.

Primary LanguageDartMIT LicenseMIT

Weather Card

Display current weather information with map and weather forecast of current location.

Getting Started

Inspired by this design, this weather app is implemented using Flutter and Provider package.

Features:

  • Display current weather information
  • Display weather forecast
  • Display map of current location
  • Switch from metric unit to imperial unit and vice versa

UI

To get start, run below command in Terminal

cp .env.example.dart .env.dart

then add Open Weather Map's API key and MapBox's API key to .env.dart.