{"id":21214067,"url":"https://github.com/dcrebbin/jyutping-for-flutter","last_synced_at":"2026-04-24T18:42:13.975Z","repository":{"id":192112459,"uuid":"686288141","full_name":"dcrebbin/jyutping-for-flutter","owner":"dcrebbin","description":"A flutter package for converting written Cantonese characters to Jyutping.","archived":false,"fork":false,"pushed_at":"2024-08-14T07:34:55.000Z","size":244,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-28T18:23:57.272Z","etag":null,"topics":[],"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/dcrebbin.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":"2023-09-02T09:45:35.000Z","updated_at":"2026-01-14T10:01:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b5ea355-7cc1-4e87-8e85-36d7f6549152","html_url":"https://github.com/dcrebbin/jyutping-for-flutter","commit_stats":null,"previous_names":["artvuu/jyutping-for-flutter","dcrebbin/jyutping-for-flutter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dcrebbin/jyutping-for-flutter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrebbin%2Fjyutping-for-flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrebbin%2Fjyutping-for-flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrebbin%2Fjyutping-for-flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrebbin%2Fjyutping-for-flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcrebbin","download_url":"https://codeload.github.com/dcrebbin/jyutping-for-flutter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrebbin%2Fjyutping-for-flutter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32236744,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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":[],"created_at":"2024-11-20T21:25:56.646Z","updated_at":"2026-04-24T18:42:08.966Z","avatar_url":"https://github.com/dcrebbin.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Jyutping for Flutter\n\n### Version: 0.1.2\n\nA flutter package for converting written Cantonese characters to Jyutping.\n\nLicense: **MIT**\n\n## Pub\n\n    dependencies:\n      jyutping: ^0.1.2  #latest version\n\n## Example\n\n```dart\nimport 'package:jyutping/src/jyutping_helper.dart';\n\n//getJyutpingAsString(Cantonese character, Retrieves a list of Jyutping if there's multiple conversions)\n\nString testJyutping = JyutpingHelper.getJyutpingAsString(\"你\",false);\n\n//nei5\nprint(testJyutping);\n\nString testMultiJyutping = JyutpingHelper.getJyutpingAsString(\"你\",true);\n\n//[nei5,lei5]\nprint(testMultiJyutping);\n\n//getWholeJyutpingPhrase(Cantonese phrase, Retrieves a list of Jyutping if there's multiple conversions)\n\nString testWholeJyutpingPhrase = JyutpingHelper.getWholeJyutpingPhrase(\"你好吗\",false);\n\n//[nei5,hou2,maa1]\nprint(testWholeJyutpingPhrase);\n```\n\n## Acknowledgements\n\n#### Developer/s\n\n- Devon Crebbin\n\n_The Jyutping Flutter package uses data from the Jyutping Table project_\n\n[The Linguistic Society of Hong Kong](https://lshk.org/)\n\n#### Jyutping Table Acknowledgements:\n\n- [Dr Chaak-ming Lau](https://github.com/chaaklau)\n- Dr Cheung Kwan Hin (PolyU)\n- Prof Lu Qin (PolyU)\n- Jyutping Workgroup, LSHK\n- Nathan Hammond (@nathanhammond)\n\n#### [Jyutping Table Repository (By LSHK)](https://github.com/lshk-org/jyutping-table)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcrebbin%2Fjyutping-for-flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcrebbin%2Fjyutping-for-flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcrebbin%2Fjyutping-for-flutter/lists"}