thingsboard / dart_thingsboard_client

ThingsBoard API client library for Dart developers.
BSD 3-Clause "New" or "Revised" License
59 stars 30 forks source link

Runtime issues on SDK 30 #15

Closed Anderson-Andre-P closed 9 months ago

Anderson-Andre-P commented 1 year ago

I can't figure out why, but the app's dashboards don't work properly when I install the APK on androids with SDK less than 33.

When I run it on an android with SDK 33 it works correctly, but on android SDK 30 it doesn't work...

The figure below shows execution on an SDK 33 device (no problems) and alongside the execution on SDK 30 (the dashboard did not load)

example