vayu weather app
it is a simple weather application is made for a mini project. the name vayu is a sanskrit word means “wind” (reason of using these name is the word is releated to weather).
features
- backgroud of app changes based on weather conditions and timings
- can get the weather by using city or place name
- good look ui
- cross platform
important note
-> the main intention of making this app is for practicing and improving skills in flutter
-> the app is not optimizied as pro one.
api used in the app
- the api used in app is from “https://www.visualcrossing.com/weather-api“
- for accessing the api make sure you have api key where you can register from the above website and in free of cost, 1000 calls per day.
- for giving api key follow this path in the project “lib/utilities/constant.dart”
const string kweatherapikey =
"[api key here]"; // todo : compulsory give weather api key for registring visit visualcrossing website , it is free
Comments are closed.