feat: update sales ui
Build & Deploy iOS to TestFlight / build-and-deploy (push) Waiting to run

This commit is contained in:
Efril
2026-06-23 23:18:22 +07:00
parent 7137cd2335
commit 8d801e52d9
37 changed files with 3234 additions and 833 deletions
@@ -52,6 +52,10 @@ class $AssetsIconsGen {
class $AssetsImagesGen {
const $AssetsImagesGen();
/// File path: assets/images/ic_launcher.png
AssetGenImage get icLauncher =>
const AssetGenImage('assets/images/ic_launcher.png');
/// File path: assets/images/ic_notification.png
AssetGenImage get icNotification =>
const AssetGenImage('assets/images/ic_notification.png');
@@ -60,7 +64,7 @@ class $AssetsImagesGen {
AssetGenImage get logo => const AssetGenImage('assets/images/logo.png');
/// List of all assets
List<AssetGenImage> get values => [icNotification, logo];
List<AssetGenImage> get values => [icLauncher, icNotification, logo];
}
class Assets {