Weather A simple weather App created using Flutter and API from OpenWeatherMap

FlutterWeather


Updated to Flutter 3.0

  


FlutterWeather

A simple weather App created using Flutter and Dart and using API from OpenWeatherMap


Features

  • Automatically acquire user current location
  • Searchable location
  • Hourly weather information
  • 7 days weather information


How to Run

  1. Create an account at OpenWeatherMap.
  2. Then get your API key from https://home.openweathermap.org/api_keys.
  3. Clone the repo
git clone https://github.com/ArizArmeidi/FlutterWeather.git
  1. Install all the packages by typing
flutter pub get
  1. Navigate to lib/provider/weatherProvider.dart and paste your API key to the apiKey variable
String apiKey = 'Paste Your API Key Here';
  1. Run the App


Contact


License

Distributed under the MIT License. See LICENSE for more information.


View GitHub

Description of the image

Related Posts