https://github.com/davbfr/weather_clock
A Digital clock with dynamic weather information.
https://github.com/davbfr/weather_clock
flutter-clock flutter-clock-challenge flutterclock
Last synced: 8 months ago
JSON representation
A Digital clock with dynamic weather information.
- Host: GitHub
- URL: https://github.com/davbfr/weather_clock
- Owner: DavBfr
- License: other
- Created: 2020-01-18T12:21:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T16:01:23.000Z (about 6 years ago)
- Last Synced: 2025-05-08T17:55:49.467Z (10 months ago)
- Topics: flutter-clock, flutter-clock-challenge, flutterclock
- Language: Dart
- Size: 2.52 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather Clock

A clock designed for the [Flutter Clock challenge](https://flutter.dev/clock)

## Artwork
- [Moon image](https://pixabay.com/photos/astronomy-full-moon-luna-moon-1869760/) from Pixabay. See [Pixabay License](https://pixabay.com/service/terms/#license)
- [Snowflakes](https://pixabay.com/vectors/snowflake-gray-fall-sky-grey-304521/) SVG from Pixabay
- Clouds generated using The Gimp 2.10 (Filters -> Render -> Clouds -> Solid Noise)
- All other images are generated from homemade SVG
- [Open Sans](https://www.opensans.com/) typeface licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)
My images are provided under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
## To execute
Install [Flutter](https://flutter.dev/docs/get-started/install). And Run the following commands:
```shell
flutter channel stable
flutter upgrade
cd weather_clock
flutter run
```
## Source License
Copyright (c) 2020, David PHAM-VAN. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
A part is inspired by one of the [spritewidget](https://pub.dev/packages/spritewidget) examples under BSD license.