{"id":32268567,"url":"https://github.com/letyletylety/easel","last_synced_at":"2026-02-19T09:33:14.935Z","repository":{"id":40409668,"uuid":"503017897","full_name":"letyletylety/easel","owner":"letyletylety","description":"The CustomPaint in declarative way","archived":false,"fork":false,"pushed_at":"2022-10-03T10:15:40.000Z","size":384,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T03:50:14.655Z","etag":null,"topics":["canvas","custompaint","custompainter","dart","declarative","flutter","ui"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/letyletylety.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}},"created_at":"2022-06-13T15:42:53.000Z","updated_at":"2022-07-02T10:25:21.000Z","dependencies_parsed_at":"2022-08-31T00:22:17.437Z","dependency_job_id":null,"html_url":"https://github.com/letyletylety/easel","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/letyletylety/easel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letyletylety%2Feasel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letyletylety%2Feasel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letyletylety%2Feasel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letyletylety%2Feasel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/letyletylety","download_url":"https://codeload.github.com/letyletylety/easel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letyletylety%2Feasel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29609524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T06:47:36.664Z","status":"ssl_error","status_checked_at":"2026-02-19T06:45:47.551Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["canvas","custompaint","custompainter","dart","declarative","flutter","ui"],"created_at":"2025-10-22T22:15:06.887Z","updated_at":"2026-02-19T09:33:14.930Z","avatar_url":"https://github.com/letyletylety.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# easel\n\nThe CustomPaint in declarative way\n\n![Circle example](https://i.ibb.co/BPk0tmQ/circle-example.png)\n\n```dart\nEasel(\n    width: 400,\n    height: 400,\n    components: [\n        ...coordLines(400, 400),\n        Circle(Point(100, 100), 100),\n        Circle.xyr(-100, -100, 50, color: Colors.lightBlue)\n    ],\n),\n```\n\n## How to use?\n\nsee [Examples](https://letyletylety.gitlab.io/easel_by_example/)\n\n## TODOs\n\n- [ ] text\n- [ ] 3D scene\n- [ ] gesture detecting\n- [ ] animation\n\n## How to add new drawable?\n\n---\n\n### for contributor \u0026 maintainer\n\n1. create new drawable class in the **/src/drawable directory**\n\n2. create draw method in **[Easel]** class\n\n3. update **[drawAll]** method in **[Easel]** class\n\n4. make example in **example/artworks** directory\n\n---\n\n### for maintainer (after Task 1~4 done)\n\n5. update pageOrder and router in **[index.dart]**\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletyletylety%2Feasel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fletyletylety%2Feasel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletyletylety%2Feasel/lists"}