FLUTTER ECOSYSTEM

LonelyCpp/flutter_weather

一款使用 Flutter 建構的優雅且賞心悅目的天氣應用

flutter_weather 專案封面
Stars
401
Forks
65
最近推送(UTC)
2021年5月14日
專案狀態
未封存
Ananthu GitHub avatar
GITHUB User

Ananthu ↗

Mobile Developer

@smallcaseIndia
語言DartRubyObjective-CJava

技術主題

使用的依賴

依賴清單 13 項

所在榜單

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 README

Flutter Weather

A Flutter application to view current weather status.

preview

Features

  • :white_check_mark: Beautiful minimal UI
  • :white_check_mark: Dark and Light themes
  • :white_check_mark: Current temperature, max and min temperature, sunset, sunrise
  • :white_check_mark: Custom icons for each weather condition
  • :white_check_mark: 5 day forecast
  • :white_check_mark: Beautifully animated transitions
  • :white_check_mark: BLoC pattern for API calls
  • :white_check_mark: 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';
}

todo

  • i18n support for multiple languages

Acknowledgments