Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.37 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.37 KB

Weather Clock

Badge

A clock designed for the Flutter Clock challenge

Demo

Artwork

My images are provided under CC BY 4.0

To execute

Install Flutter. And Run the following commands:

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 examples under BSD license.