weather_card
weather_card copied to clipboard
Display current weather information with map and weather forecast of current location.
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

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.