Skip to content

A weather app that shows the usage of external APIs and the usage of google maps inside a flutter project. It has the feature of getting weather information from any place in the world by picking the place from google map.

Notifications You must be signed in to change notification settings

MrQassem/flutter-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Weather App

A weather app that shows the usage of external APIs and the usage of google maps inside a flutter project. It has the feature of getting weather information from any place in the world by picking the place from google map.

Getting Started

  1. Add Google Maps API key for android application inside AndroidManifest file

    To create new API keys, follow the instructions in the link Google Maps Flutter

    # rename file to have .xml extension
    .\android\app\src\main\AndroidManifest.xml.example
  2. Add Google Maps API key for ios application

    # rename file to have .swift extension
    .\ios\Runner\AppDelegate.swift.example
  3. Run the command to install all dependencies

    flutter pub get

  4. Run the project in an emulator.

About

A weather app that shows the usage of external APIs and the usage of google maps inside a flutter project. It has the feature of getting weather information from any place in the world by picking the place from google map.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages