An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Weather Clock

Badge

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

![Demo](https://media.githubusercontent.com/media/DavBfr/weather_clock/master/weather_clock.gif)

## 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.