Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 882 Bytes

File metadata and controls

29 lines (16 loc) · 882 Bytes

# Flutter Analog Clock

A simple analog clock built with custom paint in Flutter. I used some simple math concepts like sine, cosine and radians to controll the painters positions and rotation.

Project Status

This project is just a personal showcase, done with de aim of register what i have studied, and show my skills. It may receives improvements in the future.

Project Screen Shot

Clock

Installation and Setup Instructions

Clone down this repository. You will need Flutter and Dart installed globally on your machine.

Installation:

flutter pub get install on the project root.

To Run the android application:

flutter run -d <device or emulator id>

To build a android release:

flutter build apk the package will be generated on ./build/app/outputs/flutter-apk/app-release.apk