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