MadhavBahl / Flutter-Simple-Weather

Simple Weather Application Made In Flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Weather Application

A simple weather application made in flutter (for learning and practice).

app

Steps to run

  1. Clone this repo
  2. inside lib/ create a new file - credentials.dart
  3. Go to https://openweathermap.org/api and sign in to create your own api key
  4. Inside credentials.dart, create a new constant - const apiKey = 'your_api_key';
  5. Make sure that the value of the key is same as your api key
  6. pub get
  7. Run this project on an emulator/physical device

Credits

Huge shout-out to Yegor Shustov for the amazing designs!

weather

Check out the amazing designs here - Weather Cards

About

Simple Weather Application Made In Flutter


Languages

Language:Dart 93.7%Language:Swift 4.4%Language:Kotlin 1.5%Language:Objective-C 0.4%