Skip to content

Files

Latest commit

320decd · Feb 28, 2022

History

History
29 lines (20 loc) · 922 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 922 Bytes

weather_app

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.

Getting Started

  • clone the repo
  • run flutter pub get
  • add google maps API key in the config
  • run the app

Assets

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.

Localization

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