main page

This commit is contained in:
efrilm
2025-10-24 02:02:21 +07:00
parent 59062f9af1
commit 05609d592d
14 changed files with 339 additions and 25 deletions
@@ -17,8 +17,12 @@ class $AssetsImagesGen {
/// File path: assets/images/logo.png
AssetGenImage get logo => const AssetGenImage('assets/images/logo.png');
/// File path: assets/images/logo_white.png
AssetGenImage get logoWhite =>
const AssetGenImage('assets/images/logo_white.png');
/// List of all assets
List<AssetGenImage> get values => [logo];
List<AssetGenImage> get values => [logo, logoWhite];
}
class Assets {