Создание карточки в коллекции + экран поиска коллекции
This commit is contained in:
@@ -307,6 +307,14 @@ class $AssetsImagesGen {
|
||||
AssetGenImage get propertyYA =>
|
||||
const AssetGenImage('assets/images/Property YA.png');
|
||||
|
||||
/// File path: assets/images/app_icon.png
|
||||
AssetGenImage get appIcon =>
|
||||
const AssetGenImage('assets/images/app_icon.png');
|
||||
|
||||
/// File path: assets/images/app_icon_monochrome.png
|
||||
AssetGenImage get appIconMonochrome =>
|
||||
const AssetGenImage('assets/images/app_icon_monochrome.png');
|
||||
|
||||
/// File path: assets/images/img.png
|
||||
AssetGenImage get img => const AssetGenImage('assets/images/img.png');
|
||||
|
||||
@@ -333,6 +341,8 @@ class $AssetsImagesGen {
|
||||
propertyTG,
|
||||
propertyVK,
|
||||
propertyYA,
|
||||
appIcon,
|
||||
appIconMonochrome,
|
||||
img,
|
||||
imgCard,
|
||||
logo,
|
||||
|
||||
Reference in New Issue
Block a user