Star Clock
This is my entry for the Flutter Clock Face Contest.
Build the instructions below. TLRD: Clone with --recurse-submodules
Here’s a small demo video:
Screenshots
Day mode (sunny) | Night mode |
---|---|
Weather (other)
Cloudy | Foggy | Rainy |
---|---|---|
Snowy | Thunderstorm | Windy |
---|---|---|
Building
git clone --recurse-submodules https://github.com/ciriousjoker/star_clock
cd star_clock
flutter create --org de.ciriousjoker .
flutter pub run flutter_launcher_icons:main
flutter run --release
Flare animations
- Numbers: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
- background
- colon
- Weather conditions: sunny, windy, snowy, rainy, windy, thunderstorm
Notes
- If Android produces a build error (something about plugins), delete the MainActivity.kt file and try again. This bug appeared in flutter beta. I couldn’t reproduce it on flutter stable, but who knows what happens.
- The web version has issues:
- shadow bug on hud
- performance issue
- WAY too strong glow on moon
- thunderstorm freezes the page
- svg icon doesn’t render
Legal
This project is licensed under the MIT License.
The weather icon collection has its own license as described here. At the time of writing this, this means OFL for the icons, MIT for the code & CC BY 3.0 for the documentation.
©2020 Google LLC All rights reserved. YouTube is a trademark of Google LLC.
Download Source Code on GitHub
Provides the list of the opensource Flutter apps collection with GitHub repository.