the-aziz-dev / flutter_foreca

The Foreca weather app shows us the weather condition base on our location.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Foreca Weather app

The Foreca app is a simple weather app that shows us the weather condition base on our location. In this application, we have used the OpenWeatherMap API. We fetch weather condition data from OpenWeatherMap by the HTTP package, and With the Geolocator package, we work with GPS mobile and can find our current location. Finally, based on our location, we determine which data should come from OpenWeatherMap.

To use this source, you must register on OpenWeatherMap and get your ApiKey, then replace your API key with my expired API key :)

I was able to implement this application after watching Angela Yu's course.

How does the Foreca app look like:

image

About

The Foreca weather app shows us the weather condition base on our location.


Languages

Language:Dart 95.4%Language:Swift 3.2%Language:Kotlin 1.1%Language:Objective-C 0.3%