All Projects → LonelyCpp → Flutter_weather

LonelyCpp / Flutter_weather

Licence: gpl-3.0
An elegant, easy on the eyes weather app built with flutter

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Flutter weather

Datweatherdoe
Simple menu bar weather app for macOS
Stars: ✭ 209 (+8.29%)
Mutual labels:  weather, dark-theme
Darkmode.js
🌓 Add a dark-mode / night-mode to your website in a few seconds
Stars: ✭ 2,339 (+1111.92%)
Mutual labels:  dark-theme
Qt Creator Darcula
Darcula color scheme for Qt Creator GUI and syntax highlighting theme
Stars: ✭ 163 (-15.54%)
Mutual labels:  dark-theme
Boo
Boo - A beautiful, clean and responsive theme for Ghost.
Stars: ✭ 176 (-8.81%)
Mutual labels:  dark-theme
Windows Auto Night Mode
Automatically switches between the dark and light theme of Windows 10 and Windows 11
Stars: ✭ 3,375 (+1648.7%)
Mutual labels:  dark-theme
Ue4minimal
My Minimal Dark Theme for Unreal Engine 4
Stars: ✭ 180 (-6.74%)
Mutual labels:  dark-theme
Windows 10 Dark
Dark variant of Windows 10 theme
Stars: ✭ 163 (-15.54%)
Mutual labels:  dark-theme
Gruvbox
🎨 Sublime Text themes & color schemes with pastel 'retro groove' colors
Stars: ✭ 191 (-1.04%)
Mutual labels:  dark-theme
Gloom
A dark and gloomy pastel color syntax theme for Atom.
Stars: ✭ 182 (-5.7%)
Mutual labels:  dark-theme
Homebridge Weather Plus
A comprehensive weather plugin for homebridge.
Stars: ✭ 176 (-8.81%)
Mutual labels:  weather
Weather App React Native
The source code of react-native weather app
Stars: ✭ 176 (-8.81%)
Mutual labels:  weather
Andromeda
🚀 Dark theme for vscode
Stars: ✭ 165 (-14.51%)
Mutual labels:  dark-theme
Indigo
🍜 Minimalist Jekyll Template, dark and light themes
Stars: ✭ 2,214 (+1047.15%)
Mutual labels:  dark-theme
Vscode Theme Onedark
VSCode Theme based on Atom's One Dark theme
Stars: ✭ 165 (-14.51%)
Mutual labels:  dark-theme
React Native Redux Zhihudaily
使用react-native、redux、codepush重构的知乎日报客户端
Stars: ✭ 190 (-1.55%)
Mutual labels:  dark-theme
Forecastio
A Swift library for the Forecast.io Dark Sky API
Stars: ✭ 164 (-15.03%)
Mutual labels:  weather
Light dark toggle
An awesome flutter app which artistically animates light and dark mode 😍
Stars: ✭ 175 (-9.33%)
Mutual labels:  dark-theme
Environmentoverrides
QA assistant for a SwiftUI app: change the color scheme, accessibility settings, and localization on the fly!
Stars: ✭ 181 (-6.22%)
Mutual labels:  dark-theme
Night Owl Vscode Theme
🌌 NIGHT OWL: A VS Code dark theme for contrast for nighttime coding, 🦉 LIGHT OWL: a daytime light theme
Stars: ✭ 2,368 (+1126.94%)
Mutual labels:  dark-theme
Emacs
🧛🏻‍♂️ Dark theme for Emacs
Stars: ✭ 190 (-1.55%)
Mutual labels:  dark-theme

Flutter Weather

A Flutter application to view current weather status. This is my first project on my journey to learning and understanding flutter and dart.

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';
}

todo

  • i18n support for multiple languages

Acknowledgments

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].