Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

18 lines (17 loc) · 1.04 KB

Weather

A weather app built using flutter. You can download the app from a workflow on the github actions tab.

Dependencies:

Features:

On home screen:

  • You can set your home city either automatically using location api, or you can set it manually by searching for it .
  • The app uses shared preferences so you don't have to set your city manually every time if you don't chose to allow the location api .
  • You can change home city manually by tapping on the weather screen of the city.

On worldwide screen:

  • You can add cities by clicking the "+" button .
  • A tap on the weather card moves to you a single city screen.
  • A long press deletes the city from the list.

On search screen:

  • You have autocompletion for searching cities.