Skip to content

It is a weather app that fetches the weather data from openweathermap.org and displays it, can be used for your location as well as search weather for other places

Notifications You must be signed in to change notification settings

raj-vora/clima-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clima ☁

A new flutter application

What I tried to create

A weather app inspired by the beautiful designs made by Olia Gozha. Able to find out the live weather data in the current location of the device as well as the weather for any city you can think of!

Finished App

Getting Started

  • Install dependencies
    $ flutter pub get
  • Add API key
    Go to OpenWeatherMap and sign up and generate your api key.
    Open services/weather.dart and replace your api key at
const apiKey = 'ENTER_YOUR_API_KEY';
  • Start building
    Use emulator or a physical device connected by USB
    $ flutter run
  • Note:
    Make sure that location service is enabled and device has an active internet connection.

  • Create APK

    $ flutter build apk --split-per-abi

Install for Android

This is a companion project to The App Brewery's Complete Flutter Development Bootcamp, check out the full course at www.appbrewery.co

About

It is a weather app that fetches the weather data from openweathermap.org and displays it, can be used for your location as well as search weather for other places

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published