{"id":13721024,"url":"https://github.com/prijindal/kuzzle_dart","last_synced_at":"2025-07-05T17:10:18.207Z","repository":{"id":87279755,"uuid":"159789488","full_name":"prijindal/kuzzle_dart","owner":"prijindal","description":"Moved to https://github.com/kuzzleio/sdk-dart","archived":false,"fork":false,"pushed_at":"2020-04-15T12:56:23.000Z","size":1951,"stargazers_count":15,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-14T10:38:27.243Z","etag":null,"topics":["dart","kuzzle","kuzzle-dart"],"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/prijindal.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}},"created_at":"2018-11-30T08:05:32.000Z","updated_at":"2023-05-30T08:21:51.000Z","dependencies_parsed_at":"2024-01-14T22:03:45.797Z","dependency_job_id":null,"html_url":"https://github.com/prijindal/kuzzle_dart","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prijindal%2Fkuzzle_dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prijindal%2Fkuzzle_dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prijindal%2Fkuzzle_dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prijindal%2Fkuzzle_dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prijindal","download_url":"https://codeload.github.com/prijindal/kuzzle_dart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246819783,"owners_count":20839095,"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":["dart","kuzzle","kuzzle-dart"],"created_at":"2024-08-03T01:01:11.485Z","updated_at":"2025-04-02T13:16:11.107Z","avatar_url":"https://github.com/prijindal.png","language":"Dart","funding_links":[],"categories":["Dart"],"sub_categories":["React.js"],"readme":"[![Awesome Flutter](https://img.shields.io/badge/Awesome-Flutter-blue.svg?longCache=true\u0026style=flat-square)](https://stackoverflow.com/questions/tagged/flutter?sort=votes)\n[![Pub](https://img.shields.io/pub/v/kuzzle.svg?style=flat-square)](https://pub.dartlang.org/packages/kuzzle)\n[![codecov](https://img.shields.io/codecov/c/github/prijindal/kuzzle_dart/master.svg?style=flat-square)](https://codecov.io/gh/prijindal/kuzzle_dart)\n[![Build Status](https://img.shields.io/travis/prijindal/kuzzle_dart/master.svg?style=flat-square)](https://travis-ci.org/prijindal/kuzzle_dart)\n\n# Kuzzle Dart SDK\n\n## About Kuzzle\n\nA backend software, self-hostable and ready to use to power modern apps.\n\nYou can access the Kuzzle repository on [Github](https://github.com/kuzzleio/kuzzle) or view official website [kuzzle.io](https://kuzzle.io).\n\n* [Installation](#installation)\n* [Basic usage](#basic-usage)\n* [Documentation and Samples](#documentation-and-samples)\n* [Contribution](#contribution)\n\n## Installation\n\nInclude this in your pubspec.yaml\n\n```yaml\ndependencies:\n  kuzzle: ^2.0.0-alpha.1\n\n```\n\n## Basic usage\n\n```dart\nimport 'package:kuzzle/kuzzle.dart';\n\nfinal kuzzle = Kuzzle(\n  WebSocketProtocol('127.0.0.1.xip.io'),\n  offlineMode: OfflineMode.auto,\n);\n\nvoid main () async {\n  // note that we don't need to await connection to be effective\n  kuzzle.connect(); \n  \n  final result = await kuzzle.server.info();\n  print('[result][server][info] $result');\n}\n```\n\n\u003e only `WebSocketProtocol` protocol is available for now, feel free to suggest a PR for other protocols submissions\n\n## Documentation and Samples\n\n* [https://prijindal.github.io/kuzzle_dart/](https://prijindal.github.io/kuzzle_dart/) - \n  _Access the auto generated documentation from source code_\n* [https://docs.kuzzle.io/core/1/api](https://docs.kuzzle.io/core/1/api) - \n  _Official Kuzzle API documentation_\n* [example/ folder](./example/) - \n  _Various samples about using this library_\n  \n## Contributions\n\nIf you find a bug or want a feature, but don't know how to fix/implement it, feel free to open an issue.\nIf you fixed a bug or implemented a new feature, we will enjoy to merge your pull request.\n\n## Contributors\n- stafyniaksacha\n- Manuelbaun\n- prijindal\n- Aschen\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprijindal%2Fkuzzle_dart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprijindal%2Fkuzzle_dart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprijindal%2Fkuzzle_dart/lists"}