Simple weather App created using Flutter and weather API

Flutter Weather App

Preview

Flutter Weather

A simple weather App created using Flutter and Dart and using weather API.

Features

  • Moisture indicator
  • Automatically acquire user current location
  • Permission for geolocation
  • Hourly weather information
  • 7 days weather information

How to Run

  1. Get your API key from any service.
  2. Clone the repo
git@github.com:MorgueMorg/Flutter-Weather-App.git
  1. or
https://github.com/MorgueMorg/Rick_And_Morty_Flutter.git
  1. Install all the packages by typing
flutter pub get
  1. Navigate to lib/api/api_key.dart and paste your API key to the apiKey variable
var apiKey = 'Paste Your API Key Here';
  1. Run the App

GitHub

View Github

Description of the image

Related Posts