Initial commit
This commit is contained in:
3
lib/constants/api_path.dart
Normal file
3
lib/constants/api_path.dart
Normal file
@@ -0,0 +1,3 @@
|
||||
const thingsBoardApiEndpoint = 'https://demo.thingsboard.io';
|
||||
const username = 'ikulikov82@gmail.com';
|
||||
const password = 'qwerty';
|
||||
0
lib/constants/app_constants.dart
Normal file
0
lib/constants/app_constants.dart
Normal file
3
lib/constants/assets_path.dart
Normal file
3
lib/constants/assets_path.dart
Normal file
@@ -0,0 +1,3 @@
|
||||
abstract class ThingsboardImage {
|
||||
static final thingsBoardLogoBlue = 'assets/images/thingsboard_logo_blue.svg';
|
||||
}
|
||||
Reference in New Issue
Block a user