{"id":31195603,"url":"https://github.com/furkantektas/analog_clock","last_synced_at":"2025-09-20T03:43:23.992Z","repository":{"id":40619009,"uuid":"183691587","full_name":"furkantektas/analog_clock","owner":"furkantektas","description":"⌚️Analog Clock widget for Flutter ⏰","archived":false,"fork":false,"pushed_at":"2024-06-06T19:04:35.000Z","size":590,"stargazers_count":165,"open_issues_count":2,"forks_count":40,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-06-19T00:36:56.356Z","etag":null,"topics":["clock","flutter","flutter-package","flutter-plugin","null-safety","plugin"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/furkantektas.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-26T20:41:16.000Z","updated_at":"2024-06-18T06:44:04.000Z","dependencies_parsed_at":"2024-06-06T20:44:24.000Z","dependency_job_id":"62bc806b-4190-428b-9edd-5ca5d5a3c1b9","html_url":"https://github.com/furkantektas/analog_clock","commit_stats":{"total_commits":27,"total_committers":6,"mean_commits":4.5,"dds":0.4444444444444444,"last_synced_commit":"fe31e8b9684dc91f4ecbdda40bef0cfc09de3b8a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/furkantektas/analog_clock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furkantektas%2Fanalog_clock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furkantektas%2Fanalog_clock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furkantektas%2Fanalog_clock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furkantektas%2Fanalog_clock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/furkantektas","download_url":"https://codeload.github.com/furkantektas/analog_clock/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furkantektas%2Fanalog_clock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276042094,"owners_count":25574998,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clock","flutter","flutter-package","flutter-plugin","null-safety","plugin"],"created_at":"2025-09-20T03:43:22.329Z","updated_at":"2025-09-20T03:43:23.981Z","avatar_url":"https://github.com/furkantektas.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flutter Analog Clock Widget\n[![pub package](https://img.shields.io/pub/v/analog_clock.svg)](https://pub.dartlang.org/packages/analog_clock)\n\nClean and fully customizable analog clock widget.\n\n![Flutter Analog Clock Screenshot](https://github.com/furkantektas/analog_clock/raw/master/doc/sample_screenshot.png?raw=true)\n\n\n## Installation\n\nIn your `pubspec.yaml` file within your Flutter Project:\n\n```yaml\ndependencies:\n  analog_clock: ^0.1.0\n```\n\n## Features\n\n- Modern and clean analog clock interface.\n- Fully customizable.\n- Live clock.\n- Custom datetime.\n\n## Usage\n\n```dart\nimport 'package:analog_clock/analog_clock.dart';\n\n\nAnalogClock(\n\tdecoration: BoxDecoration(\n\t    border: Border.all(width: 2.0, color: Colors.black),\n\t    color: Colors.transparent,\n\t    shape: BoxShape.circle),\n\twidth: 150.0,\n\tisLive: true,\n\thourHandColor: Colors.black,\n\tminuteHandColor: Colors.black,\n\tshowSecondHand: false,\n\tnumberColor: Colors.black87,\n\tshowNumbers: true,\n\tshowAllNumbers: false,\n\ttextScaleFactor: 1.4,\n\tshowTicks: false,\n\tshowDigitalClock: false,\n\tdateTime: DateTime(2019, 1, 1, 9, 12, 15),\n\t);\n```\n\n## Parameters\n\n\n![Flutter Analog Clock Parameters](https://github.com/furkantektas/analog_clock/raw/master/doc/visual_doc.png?raw=true)\n\n\n## Example\n\nDemo app can be found in the [`example/`](https://github.com/furkantektas/analog_clock/tree/master/example) folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffurkantektas%2Fanalog_clock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffurkantektas%2Fanalog_clock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffurkantektas%2Fanalog_clock/lists"}