Skip to content

TrendingTechnology/Flutter-Weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

65c1fec · Aug 18, 2019

History

12 Commits
Aug 14, 2019
Aug 14, 2019
Aug 14, 2019
Aug 14, 2019
Aug 14, 2019
Aug 14, 2019
Aug 14, 2019
Aug 14, 2019
Aug 16, 2019
Aug 14, 2019
Aug 14, 2019

Repository files navigation

Flutter Weather

Awesome Flutter

A Flutter application to view current weather status.

android ios ios

Features

  • ✅ Beautiful minimal UI
  • ✅ Dark and Light themes
  • ✅ Current temperature, max and min temperature, sunset, sunrise
  • ✅ Custom icons for each weather condition
  • ✅ 5 day forecast
  • ✅ Beautifully animated transitions
  • ✅ BLoC pattern for API calls
  • ✅ Line graph to show temperature variance

Getting Started

Prerequisites

Flutter

Installing

API Key

Create a file called api_keys.dart in lib/src/api/

Make a class called ApiKey with your openweathermaps API key in it. Get it here

eg:

class ApiKey {
  static const OPEN_WEATHER_MAP = 'your_key';
}

Acknowledgments

About

A Weather App Using Flutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published