A simple weather App created using Flutter and Dart and using API from OpenWeatherMap
Weather App Documentation. Android APK.
- Automatically acquire user current location by using geolocator
- Search weather by city name
- Hourly weather forcast
- 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/Numanshakir/weather_mobile_flutter.git
- Install all the packages by typing
flutter pub get
- Navigate to lib/Constant/app_keys.dart and paste your API key to the apiKey variable
String apiKey = 'Paste Your API Key Here';
- Run the App
Distributed under the MIT License. See LICENSE
for more information.