A clock designed for the Flutter Clock challenge
- Moon image from Pixabay. See Pixabay License
- Snowflakes 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 typeface licensed under Apache License 2.0
My images are provided under CC BY 4.0
Install Flutter. And Run the following commands:
flutter channel stable
flutter upgrade
cd weather_clock
flutter run
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 examples under BSD license.