A Weather App This project is a Weeather app that uses geo-location to display weather data, one call also do a search on the specific location and get weather data. The data contains a 7 days waether forecast.
- clone the repo
- run
flutter pub get
- add
google maps API key
in theconfig
- run the app
The assets
directory houses images, fonts, and any other files you want to
include with your application.
The assets/images
directory contains resolution-aware
images.
This project generates localized messages based on arb files found in
the lib/src/localization
directory.
To support additional languages, please visit the tutorial on Internationalizing Flutter apps