Skip to content

Perniciosius/weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather

A Flutter application for getting weather condition.

Getting Started

  1. Firstly, get API_KEY from OpenWeatherMap.
  2. Create file named api_key.dart with following content:
      class Api {
        static const API_KEY = 'YourApiKey';
      }
  1. Run flutter pub get and then run flutter run.

Releases

No releases published

Packages

No packages published

Languages