A mobile application that allows you to find out the weather by the user's location at the current time and for the next seven days.
Dart
;Flutter
;Http
;Geolocator
;Geocoding
;Shared preferenses
.
Get the current weather
;Get the weather for seven days
;Support changing dark/light theme
;Support changing russian/english language
;Use imperial/metric units
.
Clone the repository using HTTP: git clone https://github.com/RuTiKeyOne/Weather
;Open Android Studio/Visual Studio Code
;Click on 'Open the project folder
;Browse to the directory where you cloned the mobile-wallet repo and click OK
;Let Android Studio/Visual Studio Code import the project
;Build the application in your device by clicking run button
.