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

    [email protected]:MorgueMorg/Flutter-Weather-App.git

    or

    https://github.com/MorgueMorg/Rick_And_Morty_Flutter.git
  3. Install all the packages by typing

    flutter pub get
  4. Navigate to lib/api/api_key.dart and paste your API key to the apiKey variable

    var apiKey = 'Paste Your API Key Here';
  5. Run the App

GitHub

View Github