{"id":23879256,"url":"https://github.com/lezdcs/kick_chat","last_synced_at":"2026-01-27T12:02:28.136Z","repository":{"id":222441399,"uuid":"721997973","full_name":"LezdCS/kick_chat","owner":"LezdCS","description":"💬 Flutter Package for Kick Chat","archived":false,"fork":false,"pushed_at":"2024-11-21T15:45:39.000Z","size":63,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T08:41:29.089Z","etag":null,"topics":["chat","irl","kick","websocket"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/kick_chat","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/LezdCS.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-11-22T08:14:41.000Z","updated_at":"2024-12-20T12:08:50.000Z","dependencies_parsed_at":"2024-04-22T15:43:22.255Z","dependency_job_id":"24c40977-b8f6-4058-83a4-7c786ceef756","html_url":"https://github.com/LezdCS/kick_chat","commit_stats":null,"previous_names":["lezdcs/kick_chat"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LezdCS%2Fkick_chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LezdCS%2Fkick_chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LezdCS%2Fkick_chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LezdCS%2Fkick_chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LezdCS","download_url":"https://codeload.github.com/LezdCS/kick_chat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248953111,"owners_count":21188579,"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":["chat","irl","kick","websocket"],"created_at":"2025-01-03T22:34:51.552Z","updated_at":"2026-01-27T12:02:23.106Z","avatar_url":"https://github.com/LezdCS.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kick_chat\n💬 Flutter Package for Kick Chat\n\n## Usage\n\nInitialize the chat \n\n```dart\nKickChat kickChat = KickChat(\n  kc.channel,\n  onDone: () =\u003e {},\n  onError: () =\u003e {},\n);\n```\n\nConnect to the chat\n```dart\nkickChat.connect();\n```\n\nListen to new chat events\n```dart\nkickChat.chatStream.listen((message) {\n  final KickEvent? kickEvent = eventParser(message);\n  if (kickEvent?.event == TypeEvent.message) {\n    // your code\n  }\n})\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flezdcs%2Fkick_chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flezdcs%2Fkick_chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flezdcs%2Fkick_chat/lists"}