FLUTTER ECOSYSTEM

LonelyCpp/flutter_weather

फ्लटर के साथ बनाई गई एक शानदार, आँखों के लिए आरामदायक मौसम ऐप

flutter_weather प्रोजेक्ट कवर
Stars
401
Forks
65
अंतिम पुश (UTC)
14 मई 2021
प्रोजेक्ट स्थिति
सक्रिय
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