Weather Application
A simple weather app created using Flutter and Dart and using API from WeatherAPI
🎯Features
- Searchable location
- Hourly weather information
- 3 days weather information
🚀How to Run
- Create an account at WeatherAPI.
- Then get your API key from https://www.weatherapi.com/my/.
- Clone the repo
git clone https://github.com/soham-dixit/weather-app-flutter.git
- Install all the packages by typing
flutter pub get
- Navigate to lib/ui/home_page.dart and paste your API key to the apiKey variable
String searchWeatherAPI = 'Paste Your API Key Here';
- Run the app using flutter run
📜License
Distributed under the MIT License. See LICENSE
for more information.