Skip to content

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

License

Notifications You must be signed in to change notification settings

tuannguyendotme/weather_card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.