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