A simple weather App created using Flutter and Dart and using API from OpenWeatherMap
- Automatically acquire user current location
- Searchable location
- Hourly weather information
- 7 days weather information
- Create an account at OpenWeatherMap.
- Then get your API key from https://home.openweathermap.org/api_keys.
- Clone the repo
git clone https://github.com/ArizArmeidi/FlutterWeather.git
- Install all the packages by typing
flutter pub get
- Navigate to lib/provider/weatherProvider.dart and paste your API key to the apiKey variable
String apiKey = 'Paste Your API Key Here';
- Run the App