checkout form

This commit is contained in:
efrilm
2025-10-25 02:09:47 +07:00
parent e85138f27e
commit 013f313e35
13 changed files with 1719 additions and 4 deletions
@@ -14,6 +14,12 @@ import 'package:flutter/widgets.dart';
class $AssetsImagesGen {
const $AssetsImagesGen();
/// File path: assets/images/gojek.png
AssetGenImage get gojek => const AssetGenImage('assets/images/gojek.png');
/// File path: assets/images/grab.png
AssetGenImage get grab => const AssetGenImage('assets/images/grab.png');
/// File path: assets/images/logo.png
AssetGenImage get logo => const AssetGenImage('assets/images/logo.png');
@@ -22,7 +28,7 @@ class $AssetsImagesGen {
const AssetGenImage('assets/images/logo_white.png');
/// List of all assets
List<AssetGenImage> get values => [logo, logoWhite];
List<AssetGenImage> get values => [gojek, grab, logo, logoWhite];
}
class Assets {