Initial commit

This commit is contained in:
Igor Kulikov
2021-04-23 19:35:13 +03:00
parent 422cfb3b0b
commit 2212d9db7c
81 changed files with 2873 additions and 26 deletions

View File

@@ -0,0 +1,3 @@
const thingsBoardApiEndpoint = 'https://demo.thingsboard.io';
const username = 'ikulikov82@gmail.com';
const password = 'qwerty';

View File

View File

@@ -0,0 +1,3 @@
abstract class ThingsboardImage {
static final thingsBoardLogoBlue = 'assets/images/thingsboard_logo_blue.svg';
}