{"id":18521391,"url":"https://github.com/thingsboard/dart_thingsboard_client","last_synced_at":"2026-02-05T13:12:46.744Z","repository":{"id":42999244,"uuid":"359772608","full_name":"thingsboard/dart_thingsboard_client","owner":"thingsboard","description":"ThingsBoard API client library for Dart developers.","archived":false,"fork":false,"pushed_at":"2025-10-08T13:10:13.000Z","size":306,"stargazers_count":62,"open_issues_count":5,"forks_count":33,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-10-08T15:12:44.950Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thingsboard.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-04-20T10:20:12.000Z","updated_at":"2025-09-09T08:05:05.000Z","dependencies_parsed_at":"2024-04-24T14:01:30.430Z","dependency_job_id":"62d49085-caf9-47e0-baf3-bc0237ba800f","html_url":"https://github.com/thingsboard/dart_thingsboard_client","commit_stats":{"total_commits":65,"total_committers":4,"mean_commits":16.25,"dds":0.0461538461538461,"last_synced_commit":"53122ce8a1e5aa1a367f587f1d21a9bc777e3929"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/thingsboard/dart_thingsboard_client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thingsboard%2Fdart_thingsboard_client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thingsboard%2Fdart_thingsboard_client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thingsboard%2Fdart_thingsboard_client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thingsboard%2Fdart_thingsboard_client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thingsboard","download_url":"https://codeload.github.com/thingsboard/dart_thingsboard_client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thingsboard%2Fdart_thingsboard_client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29122595,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T10:47:47.471Z","status":"ssl_error","status_checked_at":"2026-02-05T10:45:08.119Z","response_time":65,"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":[],"created_at":"2024-11-06T17:25:39.148Z","updated_at":"2026-02-05T13:12:46.704Z","avatar_url":"https://github.com/thingsboard.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"ThingsBoard API client library for Dart developers. Provides model objects and services to communicate with ThingsBoard platform using RESTful APIs and WebSocket protocol.\nCurrent client version is compatible with ThingsBoard starting from version 3.6.3.\n\n## Usage\n\nA simple usage example:\n\n```dart\nimport 'package:thingsboard_client/thingsboard_client.dart';\n\nmain() async {\n    try {\n      var tbClient = ThingsboardClient('https://demo.thingsboard.io');\n      await tbClient.login(LoginRequest('tenant@thingsboard.org', 'tenant'));\n\n      print('isAuthenticated=${tbClient.isAuthenticated()}');\n\n      print('authUser: ${tbClient.getAuthUser()}');\n\n      var currentUserDetails = await tbClient.getUserService().getUser();\n      print('currentUserDetails: $currentUserDetails');\n\n      await tbClient.logout();\n\n    } catch (e, s) {\n        print('Error: $e');\n        print('Stack: $s');\n    }\n}\n```\n\n## Features and bugs\n\nPlease file feature requests and bugs at the [issue tracker][tracker].\n\n[tracker]: https://github.com/thingsboard/dart_thingsboard_client/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthingsboard%2Fdart_thingsboard_client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthingsboard%2Fdart_thingsboard_client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthingsboard%2Fdart_thingsboard_client/lists"}