Skip to content

s7Thiago/flutter-analog-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 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

About

[x] Analog clock made with Flutter custom paint

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published