Base pages implementation
This commit is contained in:
@@ -1,3 +1 @@
|
||||
const thingsBoardApiEndpoint = 'https://demo.thingsboard.io';
|
||||
const username = 'ikulikov82@gmail.com';
|
||||
const password = 'qwerty';
|
||||
const thingsBoardApiEndpoint = 'http://localhost:8080';
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
abstract class ThingsboardImage {
|
||||
static final thingsBoardLogoBlue = 'assets/images/thingsboard_logo_blue.svg';
|
||||
static final thingsboard = 'assets/images/thingsboard.png';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user