Add flutter 3+ support. Update dependencies. Fix code style and format issues.
This commit is contained in:
@@ -1,16 +1,17 @@
|
||||
abstract class ThingsboardImage {
|
||||
static final thingsBoardWithTitle = 'assets/images/thingsboard_with_title.svg';
|
||||
static final thingsBoardWithTitle =
|
||||
'assets/images/thingsboard_with_title.svg';
|
||||
static final thingsboard = 'assets/images/thingsboard.svg';
|
||||
static final thingsboardOuter = 'assets/images/thingsboard_outer.svg';
|
||||
static final thingsboardCenter = 'assets/images/thingsboard_center.svg';
|
||||
static final dashboardPlaceholder = 'assets/images/dashboard-placeholder.svg';
|
||||
static final deviceProfilePlaceholder = 'assets/images/device-profile-placeholder.svg';
|
||||
static final deviceProfilePlaceholder =
|
||||
'assets/images/device-profile-placeholder.svg';
|
||||
|
||||
static final oauth2Logos = <String,String>{
|
||||
static final oauth2Logos = <String, String>{
|
||||
'google-logo': 'assets/images/google-logo.svg',
|
||||
'github-logo': 'assets/images/github-logo.svg',
|
||||
'facebook-logo': 'assets/images/facebook-logo.svg',
|
||||
'apple-logo': 'assets/images/apple-logo.svg'
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user