dart_thingsboard_client icon indicating copy to clipboard operation
dart_thingsboard_client copied to clipboard

ThingsBoard API client library for Dart developers.

Results 15 dart_thingsboard_client issues
Sort by recently updated
recently updated
newest added

In commit 778f42621665e4c3797d153ec00ee0485aef1632 the TbStorage interface changed (seemingly to add support for non-string values). As a result of this change, the `getItem` field is no longer marked as returning a...

Fix the tb storage interface refs #54

Hello, I have created a sample app using library. App include simple login functionality. Test app on various android versions included android version 10,11,12,13,14. Login works perfect on all versions...