studio finished
This commit is contained in:
parent
b23d9e5f98
commit
0b9eedd686
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 46 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 46 KiB |
|
|
@ -1 +0,0 @@
|
||||||
class AppStrings {}
|
|
||||||
|
|
@ -42,8 +42,6 @@ class Assets {
|
||||||
_baseEmptyStatesPath + '/connection-$_themeSuffix.svg';
|
_baseEmptyStatesPath + '/connection-$_themeSuffix.svg';
|
||||||
static String get emptyResult =>
|
static String get emptyResult =>
|
||||||
_baseEmptyStatesPath + '/result-$_themeSuffix.svg';
|
_baseEmptyStatesPath + '/result-$_themeSuffix.svg';
|
||||||
static String get emptyStudio =>
|
|
||||||
_baseEmptyStatesPath + '/studio-$_themeSuffix.svg';
|
|
||||||
|
|
||||||
static const String lightTheme = _baseThemesPath + '/theme-light.svg';
|
static const String lightTheme = _baseThemesPath + '/theme-light.svg';
|
||||||
static const String darkTheme = _baseThemesPath + '/theme-dark.svg';
|
static const String darkTheme = _baseThemesPath + '/theme-dark.svg';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue