A Smart Clock mainly use a canvas to generate a digital clock
More Demostration about this Flutter Canvas Smart Clock
- You should click the Demostration Folder !!!
About How to use this project and test this project in your own pc/laptop, you would follow below steps (referenced by https://flutter.dev/clock)
To Verify this Flutter Clock Challenge.zip file works, using the following steps:
- flutter channel stable
- flutter upgrade
- unzip .zip
- cd klaus_digital_clock
- flutter create .
- flutter run -d all(on Android or iOS in landscape)
