feat: delivery type
This commit is contained in:
@@ -186,6 +186,12 @@ class $AssetsImagesGen {
|
||||
/// File path: assets/images/drink7.png
|
||||
AssetGenImage get drink7 => const AssetGenImage('assets/images/drink7.png');
|
||||
|
||||
/// 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');
|
||||
|
||||
@@ -265,6 +271,8 @@ class $AssetsImagesGen {
|
||||
drink5,
|
||||
drink6,
|
||||
drink7,
|
||||
gojek,
|
||||
grab,
|
||||
logo,
|
||||
managePrinter,
|
||||
manageProduct,
|
||||
|
||||
Reference in New Issue
Block a user