{"id":16535436,"url":"https://github.com/qiuxiang/simple_candlestick_chart","last_synced_at":"2025-08-20T12:39:04.344Z","repository":{"id":56839185,"uuid":"438891068","full_name":"qiuxiang/simple_candlestick_chart","owner":"qiuxiang","description":"A simple candlestick chart for flutter. Supports smooth scroll and zoom.","archived":false,"fork":false,"pushed_at":"2022-04-29T03:00:01.000Z","size":9467,"stargazers_count":19,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-01T15:04:33.806Z","etag":null,"topics":["candlestick","candlestick-chart","flutter","kline"],"latest_commit_sha":null,"homepage":"https://qiuxiang.github.io/simple_candlestick_chart/","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/qiuxiang.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":"2021-12-16T07:00:03.000Z","updated_at":"2024-04-05T07:03:29.000Z","dependencies_parsed_at":"2022-08-29T04:52:49.323Z","dependency_job_id":null,"html_url":"https://github.com/qiuxiang/simple_candlestick_chart","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiuxiang%2Fsimple_candlestick_chart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiuxiang%2Fsimple_candlestick_chart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiuxiang%2Fsimple_candlestick_chart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiuxiang%2Fsimple_candlestick_chart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qiuxiang","download_url":"https://codeload.github.com/qiuxiang/simple_candlestick_chart/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238646347,"owners_count":19506996,"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","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":["candlestick","candlestick-chart","flutter","kline"],"created_at":"2024-10-11T18:27:28.857Z","updated_at":"2025-02-13T11:32:58.007Z","avatar_url":"https://github.com/qiuxiang.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple_candlestick_chart [![pub package](https://img.shields.io/pub/v/simple_candlestick_chart.svg)](https://pub.dartlang.org/packages/simple_candlestick_chart)\n\nA simple candlestick chart for flutter. Supports smooth scroll and zoom.\n\nhttps://user-images.githubusercontent.com/1709072/146329928-de47e1b1-71eb-42b1-85c5-a63a22c8a98d.mp4\n\n## Usage\n\n```dart\nimport 'package:simple_candlestick_chart/simple_candlestick_chart.dart';\n\nfinal data = [\n  CandlestickData(DateTime.parse('2020-01-01 09:15'), 3990.99, 3991.17, 3990.78, 3993.55, 12869.11),\n  CandlestickData(DateTime.parse('2020-01-01 09:00'), 3991.17, 3989.5, 3985.87, 3993.37, 13191.45),\n  ...\n];\n\nSimpleCandlestickChart(\n  data: data,\n  increaseColor: Colors.teal,\n  decreaseColor: Colors.redAccent,\n);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqiuxiang%2Fsimple_candlestick_chart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqiuxiang%2Fsimple_candlestick_chart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqiuxiang%2Fsimple_candlestick_chart/lists"}