Создание карточки в коллекции + экран поиска коллекции

This commit is contained in:
2025-04-02 21:40:31 +03:00
parent fb7ff84087
commit 17dff72655
36 changed files with 2495 additions and 277 deletions

View File

@@ -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,