{"id":32289141,"url":"https://github.com/oboard/tickml","last_synced_at":"2026-02-23T17:05:27.964Z","repository":{"id":246627649,"uuid":"821321086","full_name":"oboard/TickML","owner":"oboard","description":"TickML is a markup language for flutter and scripts powered by Hetu Script.","archived":false,"fork":false,"pushed_at":"2024-06-29T08:17:14.000Z","size":420,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-22T22:26:38.590Z","etag":null,"topics":["flutter","hetu-script","tickml"],"latest_commit_sha":null,"homepage":"https://tickml.oboard.eu.org","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oboard.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":"2024-06-28T09:26:18.000Z","updated_at":"2024-06-29T08:17:18.000Z","dependencies_parsed_at":"2024-08-22T22:34:36.409Z","dependency_job_id":null,"html_url":"https://github.com/oboard/TickML","commit_stats":null,"previous_names":["oboard/tickml"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oboard/TickML","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oboard%2FTickML","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oboard%2FTickML/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oboard%2FTickML/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oboard%2FTickML/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oboard","download_url":"https://codeload.github.com/oboard/TickML/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oboard%2FTickML/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29748822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["flutter","hetu-script","tickml"],"created_at":"2025-10-23T02:38:28.992Z","updated_at":"2026-02-23T17:05:27.959Z","avatar_url":"https://github.com/oboard.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TickML\n\nTickML is a markup language for [flutter](https://flutter.dev/) and scripts powered by [Hetu Script](https://hetu.dev/).\n\n![GitHub Stars](https://img.shields.io/github/stars/oboard/tickml?style=social)\n![Pub Version](https://img.shields.io/pub/v/tickml)\n\n![Counter Sample Screenshot](/screenshots/image.png)\n\n## Usage\n\n### Install\n\nAdd the following to your `pubspec.yaml` file:\n\n```yaml\ndependencies:\n  tickml: ^1.0.1\n```\n\n### Minimal Example\n\n```dart\nimport 'package:flutter/material.dart';\nimport 'package:tickml/tickml.dart';\n\nvoid main() {\n  runApp(const TickMLApp());\n}\n\nclass TickMLApp extends StatelessWidget {\n  const TickMLApp({Key? key}) : super(key: key);\n\n  @override\n  Widget build(BuildContext context) {\n    return const MaterialApp(\n      home: Scaffold(\n        body: Center(\n            child: TickML(\n                '\u003ctext\u003eHello, World!\u003c/text\u003e'\n            ),\n        ),\n      ),\n    );\n  }\n}\n```\n\n## Contributers\n\n![Github Contributors](https://contrib.rocks/image?repo=oboard/tickml)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foboard%2Ftickml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foboard%2Ftickml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foboard%2Ftickml/lists"}