flutter_thingsboard_pe_app icon indicating copy to clipboard operation
flutter_thingsboard_pe_app copied to clipboard

ThingsBoard PE Mobile Application

Results 53 flutter_thingsboard_pe_app issues
Sort by recently updated
recently updated
newest added

It was available normally before the update, but suddenly it doesn't work normally after the update. Help me. Symptom: Enter ID, password and press login button -> return to login...

I can scroll but i cannot click anything on the dashboard on the Home page The other 4 buttons on the bottom appbar works tho Also the problem only occurs...

abstract class ThingsboardAppConstants { static final thingsBoardApiEndpoint = 'https://thingsboard.cloud'; static final thingsboardOAuth2CallbackUrlScheme = 'org.thingsboard.pe.app.auth';

The app requires use of the QUERY_ALL_PACKAGES permission, Google play console require to provide a description and short video of the core feature in the app that requires this permission....

I will deploy ios app Error: An error was encountered processing the command (domain=IXUserPresentableErrorDomain, code=1): No se pudo instalar “ThingsBoard PE App”

Hi all, When i do a relased build in real devide, the touch in dasboard dont work. The icons at the bottom works. any idea? Thanks!

Thingsboard PE web UI login page background is dark and for white labeling the white logo is preferred. Flutter app login page background is white and when the white logo...

Hi, great flutter demo with OAuth2 with ThingsBoard - finally found a sample that actually works! Question more than anything - how is Logout supposed to work? Right now it...

In the ThingsBoard PE Mobile Application there are different mobile actions available like e.g. scan QR code. https://thingsboard.io/docs/pe/mobile/mobile-actions/ We would like to add a mobile action for reading NFC tags....

After setting up google auth provider I got the error below It fixed by removing the Expanded widget from core/auth/login_page.dart:324 ``` ════════ Exception caught by widgets library ═══════════════════════════════════ The following...