feat: ferris wheel page
This commit is contained in:
@@ -59,5 +59,8 @@ class AppRouter extends RootStackRouter {
|
||||
AutoRoute(page: AccountMyRoute.page),
|
||||
AutoRoute(page: AddressRoute.page),
|
||||
AutoRoute(page: PaymentRoute.page),
|
||||
|
||||
// Mini Games
|
||||
AutoRoute(page: FerrisWheelRoute.page),
|
||||
];
|
||||
}
|
||||
|
||||
@@ -9,64 +9,66 @@
|
||||
// coverage:ignore-file
|
||||
|
||||
// ignore_for_file: no_leading_underscores_for_library_prefixes
|
||||
import 'package:auto_route/auto_route.dart' as _i28;
|
||||
import 'package:auto_route/auto_route.dart' as _i29;
|
||||
import 'package:enaklo/presentation/pages/account/account_my/account_my_page.dart'
|
||||
as _i1;
|
||||
import 'package:enaklo/presentation/pages/account/address/address_page.dart'
|
||||
as _i2;
|
||||
import 'package:enaklo/presentation/pages/account/payment/payment_page.dart'
|
||||
as _i17;
|
||||
as _i18;
|
||||
import 'package:enaklo/presentation/pages/auth/create_password/create_password_page.dart'
|
||||
as _i3;
|
||||
import 'package:enaklo/presentation/pages/auth/login/login_page.dart' as _i7;
|
||||
import 'package:enaklo/presentation/pages/auth/otp/otp_page.dart' as _i15;
|
||||
import 'package:enaklo/presentation/pages/auth/login/login_page.dart' as _i8;
|
||||
import 'package:enaklo/presentation/pages/auth/otp/otp_page.dart' as _i16;
|
||||
import 'package:enaklo/presentation/pages/auth/password/password_page.dart'
|
||||
as _i16;
|
||||
import 'package:enaklo/presentation/pages/auth/pin/pin_page.dart' as _i18;
|
||||
as _i17;
|
||||
import 'package:enaklo/presentation/pages/auth/pin/pin_page.dart' as _i19;
|
||||
import 'package:enaklo/presentation/pages/auth/register/register_page.dart'
|
||||
as _i23;
|
||||
as _i24;
|
||||
import 'package:enaklo/presentation/pages/draw/draw_page.dart' as _i5;
|
||||
import 'package:enaklo/presentation/pages/draw/pages/draw_detail/draw_detail_page.dart'
|
||||
as _i4;
|
||||
import 'package:enaklo/presentation/pages/main/main_page.dart' as _i8;
|
||||
import 'package:enaklo/presentation/pages/main/main_page.dart' as _i9;
|
||||
import 'package:enaklo/presentation/pages/main/pages/home/home_page.dart'
|
||||
as _i6;
|
||||
as _i7;
|
||||
import 'package:enaklo/presentation/pages/main/pages/order/order_page.dart'
|
||||
as _i14;
|
||||
as _i15;
|
||||
import 'package:enaklo/presentation/pages/main/pages/profile/profile_page.dart'
|
||||
as _i22;
|
||||
as _i23;
|
||||
import 'package:enaklo/presentation/pages/main/pages/voucher/voucher_page.dart'
|
||||
as _i27;
|
||||
import 'package:enaklo/presentation/pages/merchant/merchant_page.dart' as _i10;
|
||||
as _i28;
|
||||
import 'package:enaklo/presentation/pages/merchant/merchant_page.dart' as _i11;
|
||||
import 'package:enaklo/presentation/pages/merchant/pages/merchant_detail/merchant_detail_page.dart'
|
||||
as _i9;
|
||||
as _i10;
|
||||
import 'package:enaklo/presentation/pages/mini_games/ferris_wheel/ferris_wheel_page.dart'
|
||||
as _i6;
|
||||
import 'package:enaklo/presentation/pages/notification/notification_page.dart'
|
||||
as _i11;
|
||||
import 'package:enaklo/presentation/pages/onboarding/onboarding_page.dart'
|
||||
as _i12;
|
||||
import 'package:enaklo/presentation/pages/order/order_detail/order_detail_page.dart'
|
||||
import 'package:enaklo/presentation/pages/onboarding/onboarding_page.dart'
|
||||
as _i13;
|
||||
import 'package:enaklo/presentation/pages/order/order_detail/order_detail_page.dart'
|
||||
as _i14;
|
||||
import 'package:enaklo/presentation/pages/poin/pages/poin_history_page.dart'
|
||||
as _i19;
|
||||
as _i20;
|
||||
import 'package:enaklo/presentation/pages/poin/pages/product_redeem/product_redeem_page.dart'
|
||||
as _i21;
|
||||
import 'package:enaklo/presentation/pages/poin/poin_page.dart' as _i20;
|
||||
import 'package:enaklo/presentation/pages/reward/reward_page.dart' as _i24;
|
||||
import 'package:enaklo/presentation/pages/splash/splash_page.dart' as _i25;
|
||||
as _i22;
|
||||
import 'package:enaklo/presentation/pages/poin/poin_page.dart' as _i21;
|
||||
import 'package:enaklo/presentation/pages/reward/reward_page.dart' as _i25;
|
||||
import 'package:enaklo/presentation/pages/splash/splash_page.dart' as _i26;
|
||||
import 'package:enaklo/presentation/pages/voucher/voucher_detail/voucher_detail_page.dart'
|
||||
as _i26;
|
||||
import 'package:enaklo/sample/sample_data.dart' as _i30;
|
||||
import 'package:flutter/material.dart' as _i29;
|
||||
as _i27;
|
||||
import 'package:enaklo/sample/sample_data.dart' as _i31;
|
||||
import 'package:flutter/material.dart' as _i30;
|
||||
|
||||
/// generated route for
|
||||
/// [_i1.AccountMyPage]
|
||||
class AccountMyRoute extends _i28.PageRouteInfo<void> {
|
||||
const AccountMyRoute({List<_i28.PageRouteInfo>? children})
|
||||
class AccountMyRoute extends _i29.PageRouteInfo<void> {
|
||||
const AccountMyRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(AccountMyRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'AccountMyRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i1.AccountMyPage();
|
||||
@@ -76,13 +78,13 @@ class AccountMyRoute extends _i28.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i2.AddressPage]
|
||||
class AddressRoute extends _i28.PageRouteInfo<void> {
|
||||
const AddressRoute({List<_i28.PageRouteInfo>? children})
|
||||
class AddressRoute extends _i29.PageRouteInfo<void> {
|
||||
const AddressRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(AddressRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'AddressRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i2.AddressPage();
|
||||
@@ -92,13 +94,13 @@ class AddressRoute extends _i28.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i3.CreatePasswordPage]
|
||||
class CreatePasswordRoute extends _i28.PageRouteInfo<void> {
|
||||
const CreatePasswordRoute({List<_i28.PageRouteInfo>? children})
|
||||
class CreatePasswordRoute extends _i29.PageRouteInfo<void> {
|
||||
const CreatePasswordRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(CreatePasswordRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'CreatePasswordRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i3.CreatePasswordPage();
|
||||
@@ -108,11 +110,11 @@ class CreatePasswordRoute extends _i28.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i4.DrawDetailPage]
|
||||
class DrawDetailRoute extends _i28.PageRouteInfo<DrawDetailRouteArgs> {
|
||||
class DrawDetailRoute extends _i29.PageRouteInfo<DrawDetailRouteArgs> {
|
||||
DrawDetailRoute({
|
||||
_i29.Key? key,
|
||||
_i30.Key? key,
|
||||
required _i5.DrawEvent drawEvent,
|
||||
List<_i28.PageRouteInfo>? children,
|
||||
List<_i29.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
DrawDetailRoute.name,
|
||||
args: DrawDetailRouteArgs(key: key, drawEvent: drawEvent),
|
||||
@@ -121,7 +123,7 @@ class DrawDetailRoute extends _i28.PageRouteInfo<DrawDetailRouteArgs> {
|
||||
|
||||
static const String name = 'DrawDetailRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final args = data.argsAs<DrawDetailRouteArgs>();
|
||||
@@ -133,7 +135,7 @@ class DrawDetailRoute extends _i28.PageRouteInfo<DrawDetailRouteArgs> {
|
||||
class DrawDetailRouteArgs {
|
||||
const DrawDetailRouteArgs({this.key, required this.drawEvent});
|
||||
|
||||
final _i29.Key? key;
|
||||
final _i30.Key? key;
|
||||
|
||||
final _i5.DrawEvent drawEvent;
|
||||
|
||||
@@ -145,13 +147,13 @@ class DrawDetailRouteArgs {
|
||||
|
||||
/// generated route for
|
||||
/// [_i5.DrawPage]
|
||||
class DrawRoute extends _i28.PageRouteInfo<void> {
|
||||
const DrawRoute({List<_i28.PageRouteInfo>? children})
|
||||
class DrawRoute extends _i29.PageRouteInfo<void> {
|
||||
const DrawRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(DrawRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'DrawRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i5.DrawPage();
|
||||
@@ -160,60 +162,76 @@ class DrawRoute extends _i28.PageRouteInfo<void> {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i6.HomePage]
|
||||
class HomeRoute extends _i28.PageRouteInfo<void> {
|
||||
const HomeRoute({List<_i28.PageRouteInfo>? children})
|
||||
/// [_i6.FerrisWheelPage]
|
||||
class FerrisWheelRoute extends _i29.PageRouteInfo<void> {
|
||||
const FerrisWheelRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(FerrisWheelRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'FerrisWheelRoute';
|
||||
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i6.FerrisWheelPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i7.HomePage]
|
||||
class HomeRoute extends _i29.PageRouteInfo<void> {
|
||||
const HomeRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(HomeRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'HomeRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i6.HomePage();
|
||||
return const _i7.HomePage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i7.LoginPage]
|
||||
class LoginRoute extends _i28.PageRouteInfo<void> {
|
||||
const LoginRoute({List<_i28.PageRouteInfo>? children})
|
||||
/// [_i8.LoginPage]
|
||||
class LoginRoute extends _i29.PageRouteInfo<void> {
|
||||
const LoginRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(LoginRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'LoginRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i7.LoginPage();
|
||||
return const _i8.LoginPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i8.MainPage]
|
||||
class MainRoute extends _i28.PageRouteInfo<void> {
|
||||
const MainRoute({List<_i28.PageRouteInfo>? children})
|
||||
/// [_i9.MainPage]
|
||||
class MainRoute extends _i29.PageRouteInfo<void> {
|
||||
const MainRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(MainRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'MainRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i8.MainPage();
|
||||
return const _i9.MainPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i9.MerchantDetailPage]
|
||||
class MerchantDetailRoute extends _i28.PageRouteInfo<MerchantDetailRouteArgs> {
|
||||
/// [_i10.MerchantDetailPage]
|
||||
class MerchantDetailRoute extends _i29.PageRouteInfo<MerchantDetailRouteArgs> {
|
||||
MerchantDetailRoute({
|
||||
_i29.Key? key,
|
||||
required _i30.MerchantModel merchant,
|
||||
List<_i28.PageRouteInfo>? children,
|
||||
_i30.Key? key,
|
||||
required _i31.MerchantModel merchant,
|
||||
List<_i29.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
MerchantDetailRoute.name,
|
||||
args: MerchantDetailRouteArgs(key: key, merchant: merchant),
|
||||
@@ -222,11 +240,11 @@ class MerchantDetailRoute extends _i28.PageRouteInfo<MerchantDetailRouteArgs> {
|
||||
|
||||
static const String name = 'MerchantDetailRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final args = data.argsAs<MerchantDetailRouteArgs>();
|
||||
return _i9.MerchantDetailPage(key: args.key, merchant: args.merchant);
|
||||
return _i10.MerchantDetailPage(key: args.key, merchant: args.merchant);
|
||||
},
|
||||
);
|
||||
}
|
||||
@@ -234,9 +252,9 @@ class MerchantDetailRoute extends _i28.PageRouteInfo<MerchantDetailRouteArgs> {
|
||||
class MerchantDetailRouteArgs {
|
||||
const MerchantDetailRouteArgs({this.key, required this.merchant});
|
||||
|
||||
final _i29.Key? key;
|
||||
final _i30.Key? key;
|
||||
|
||||
final _i30.MerchantModel merchant;
|
||||
final _i31.MerchantModel merchant;
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
@@ -245,60 +263,60 @@ class MerchantDetailRouteArgs {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i10.MerchantPage]
|
||||
class MerchantRoute extends _i28.PageRouteInfo<void> {
|
||||
const MerchantRoute({List<_i28.PageRouteInfo>? children})
|
||||
/// [_i11.MerchantPage]
|
||||
class MerchantRoute extends _i29.PageRouteInfo<void> {
|
||||
const MerchantRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(MerchantRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'MerchantRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i10.MerchantPage();
|
||||
return const _i11.MerchantPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i11.NotificationPage]
|
||||
class NotificationRoute extends _i28.PageRouteInfo<void> {
|
||||
const NotificationRoute({List<_i28.PageRouteInfo>? children})
|
||||
/// [_i12.NotificationPage]
|
||||
class NotificationRoute extends _i29.PageRouteInfo<void> {
|
||||
const NotificationRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(NotificationRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'NotificationRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i11.NotificationPage();
|
||||
return const _i12.NotificationPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i12.OnboardingPage]
|
||||
class OnboardingRoute extends _i28.PageRouteInfo<void> {
|
||||
const OnboardingRoute({List<_i28.PageRouteInfo>? children})
|
||||
/// [_i13.OnboardingPage]
|
||||
class OnboardingRoute extends _i29.PageRouteInfo<void> {
|
||||
const OnboardingRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(OnboardingRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'OnboardingRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i12.OnboardingPage();
|
||||
return const _i13.OnboardingPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i13.OrderDetailPage]
|
||||
class OrderDetailRoute extends _i28.PageRouteInfo<OrderDetailRouteArgs> {
|
||||
/// [_i14.OrderDetailPage]
|
||||
class OrderDetailRoute extends _i29.PageRouteInfo<OrderDetailRouteArgs> {
|
||||
OrderDetailRoute({
|
||||
_i29.Key? key,
|
||||
required _i14.Order order,
|
||||
List<_i28.PageRouteInfo>? children,
|
||||
_i30.Key? key,
|
||||
required _i15.Order order,
|
||||
List<_i29.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
OrderDetailRoute.name,
|
||||
args: OrderDetailRouteArgs(key: key, order: order),
|
||||
@@ -307,11 +325,11 @@ class OrderDetailRoute extends _i28.PageRouteInfo<OrderDetailRouteArgs> {
|
||||
|
||||
static const String name = 'OrderDetailRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final args = data.argsAs<OrderDetailRouteArgs>();
|
||||
return _i13.OrderDetailPage(key: args.key, order: args.order);
|
||||
return _i14.OrderDetailPage(key: args.key, order: args.order);
|
||||
},
|
||||
);
|
||||
}
|
||||
@@ -319,9 +337,9 @@ class OrderDetailRoute extends _i28.PageRouteInfo<OrderDetailRouteArgs> {
|
||||
class OrderDetailRouteArgs {
|
||||
const OrderDetailRouteArgs({this.key, required this.order});
|
||||
|
||||
final _i29.Key? key;
|
||||
final _i30.Key? key;
|
||||
|
||||
final _i14.Order order;
|
||||
final _i15.Order order;
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
@@ -330,77 +348,77 @@ class OrderDetailRouteArgs {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i14.OrderPage]
|
||||
class OrderRoute extends _i28.PageRouteInfo<void> {
|
||||
const OrderRoute({List<_i28.PageRouteInfo>? children})
|
||||
/// [_i15.OrderPage]
|
||||
class OrderRoute extends _i29.PageRouteInfo<void> {
|
||||
const OrderRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(OrderRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'OrderRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i14.OrderPage();
|
||||
return const _i15.OrderPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i15.OtpPage]
|
||||
class OtpRoute extends _i28.PageRouteInfo<void> {
|
||||
const OtpRoute({List<_i28.PageRouteInfo>? children})
|
||||
/// [_i16.OtpPage]
|
||||
class OtpRoute extends _i29.PageRouteInfo<void> {
|
||||
const OtpRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(OtpRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'OtpRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i15.OtpPage();
|
||||
return const _i16.OtpPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i16.PasswordPage]
|
||||
class PasswordRoute extends _i28.PageRouteInfo<void> {
|
||||
const PasswordRoute({List<_i28.PageRouteInfo>? children})
|
||||
/// [_i17.PasswordPage]
|
||||
class PasswordRoute extends _i29.PageRouteInfo<void> {
|
||||
const PasswordRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(PasswordRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'PasswordRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i16.PasswordPage();
|
||||
return const _i17.PasswordPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i17.PaymentPage]
|
||||
class PaymentRoute extends _i28.PageRouteInfo<void> {
|
||||
const PaymentRoute({List<_i28.PageRouteInfo>? children})
|
||||
/// [_i18.PaymentPage]
|
||||
class PaymentRoute extends _i29.PageRouteInfo<void> {
|
||||
const PaymentRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(PaymentRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'PaymentRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i17.PaymentPage();
|
||||
return const _i18.PaymentPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i18.PinPage]
|
||||
class PinRoute extends _i28.PageRouteInfo<PinRouteArgs> {
|
||||
/// [_i19.PinPage]
|
||||
class PinRoute extends _i29.PageRouteInfo<PinRouteArgs> {
|
||||
PinRoute({
|
||||
_i29.Key? key,
|
||||
_i30.Key? key,
|
||||
bool isCreatePin = true,
|
||||
String? title,
|
||||
List<_i28.PageRouteInfo>? children,
|
||||
List<_i29.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
PinRoute.name,
|
||||
args: PinRouteArgs(key: key, isCreatePin: isCreatePin, title: title),
|
||||
@@ -409,13 +427,13 @@ class PinRoute extends _i28.PageRouteInfo<PinRouteArgs> {
|
||||
|
||||
static const String name = 'PinRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final args = data.argsAs<PinRouteArgs>(
|
||||
orElse: () => const PinRouteArgs(),
|
||||
);
|
||||
return _i18.PinPage(
|
||||
return _i19.PinPage(
|
||||
key: args.key,
|
||||
isCreatePin: args.isCreatePin,
|
||||
title: args.title,
|
||||
@@ -427,7 +445,7 @@ class PinRoute extends _i28.PageRouteInfo<PinRouteArgs> {
|
||||
class PinRouteArgs {
|
||||
const PinRouteArgs({this.key, this.isCreatePin = true, this.title});
|
||||
|
||||
final _i29.Key? key;
|
||||
final _i30.Key? key;
|
||||
|
||||
final bool isCreatePin;
|
||||
|
||||
@@ -440,45 +458,45 @@ class PinRouteArgs {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i19.PoinHistoryPage]
|
||||
class PoinHistoryRoute extends _i28.PageRouteInfo<void> {
|
||||
const PoinHistoryRoute({List<_i28.PageRouteInfo>? children})
|
||||
/// [_i20.PoinHistoryPage]
|
||||
class PoinHistoryRoute extends _i29.PageRouteInfo<void> {
|
||||
const PoinHistoryRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(PoinHistoryRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'PoinHistoryRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i19.PoinHistoryPage();
|
||||
return const _i20.PoinHistoryPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i20.PoinPage]
|
||||
class PoinRoute extends _i28.PageRouteInfo<void> {
|
||||
const PoinRoute({List<_i28.PageRouteInfo>? children})
|
||||
/// [_i21.PoinPage]
|
||||
class PoinRoute extends _i29.PageRouteInfo<void> {
|
||||
const PoinRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(PoinRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'PoinRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i20.PoinPage();
|
||||
return const _i21.PoinPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i21.ProductRedeemPage]
|
||||
class ProductRedeemRoute extends _i28.PageRouteInfo<ProductRedeemRouteArgs> {
|
||||
/// [_i22.ProductRedeemPage]
|
||||
class ProductRedeemRoute extends _i29.PageRouteInfo<ProductRedeemRouteArgs> {
|
||||
ProductRedeemRoute({
|
||||
_i29.Key? key,
|
||||
required _i20.Product product,
|
||||
required _i20.PointCard pointCard,
|
||||
List<_i28.PageRouteInfo>? children,
|
||||
_i30.Key? key,
|
||||
required _i21.Product product,
|
||||
required _i21.PointCard pointCard,
|
||||
List<_i29.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
ProductRedeemRoute.name,
|
||||
args: ProductRedeemRouteArgs(
|
||||
@@ -491,11 +509,11 @@ class ProductRedeemRoute extends _i28.PageRouteInfo<ProductRedeemRouteArgs> {
|
||||
|
||||
static const String name = 'ProductRedeemRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final args = data.argsAs<ProductRedeemRouteArgs>();
|
||||
return _i21.ProductRedeemPage(
|
||||
return _i22.ProductRedeemPage(
|
||||
key: args.key,
|
||||
product: args.product,
|
||||
pointCard: args.pointCard,
|
||||
@@ -511,11 +529,11 @@ class ProductRedeemRouteArgs {
|
||||
required this.pointCard,
|
||||
});
|
||||
|
||||
final _i29.Key? key;
|
||||
final _i30.Key? key;
|
||||
|
||||
final _i20.Product product;
|
||||
final _i21.Product product;
|
||||
|
||||
final _i20.PointCard pointCard;
|
||||
final _i21.PointCard pointCard;
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
@@ -524,97 +542,97 @@ class ProductRedeemRouteArgs {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i22.ProfilePage]
|
||||
class ProfileRoute extends _i28.PageRouteInfo<void> {
|
||||
const ProfileRoute({List<_i28.PageRouteInfo>? children})
|
||||
/// [_i23.ProfilePage]
|
||||
class ProfileRoute extends _i29.PageRouteInfo<void> {
|
||||
const ProfileRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(ProfileRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'ProfileRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i22.ProfilePage();
|
||||
return const _i23.ProfilePage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i23.RegisterPage]
|
||||
class RegisterRoute extends _i28.PageRouteInfo<void> {
|
||||
const RegisterRoute({List<_i28.PageRouteInfo>? children})
|
||||
/// [_i24.RegisterPage]
|
||||
class RegisterRoute extends _i29.PageRouteInfo<void> {
|
||||
const RegisterRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(RegisterRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'RegisterRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i23.RegisterPage();
|
||||
return const _i24.RegisterPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i24.RewardPage]
|
||||
class RewardRoute extends _i28.PageRouteInfo<void> {
|
||||
const RewardRoute({List<_i28.PageRouteInfo>? children})
|
||||
/// [_i25.RewardPage]
|
||||
class RewardRoute extends _i29.PageRouteInfo<void> {
|
||||
const RewardRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(RewardRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'RewardRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i24.RewardPage();
|
||||
return const _i25.RewardPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i25.SplashPage]
|
||||
class SplashRoute extends _i28.PageRouteInfo<void> {
|
||||
const SplashRoute({List<_i28.PageRouteInfo>? children})
|
||||
/// [_i26.SplashPage]
|
||||
class SplashRoute extends _i29.PageRouteInfo<void> {
|
||||
const SplashRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(SplashRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'SplashRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i25.SplashPage();
|
||||
return const _i26.SplashPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i26.VoucherDetailPage]
|
||||
class VoucherDetailRoute extends _i28.PageRouteInfo<void> {
|
||||
const VoucherDetailRoute({List<_i28.PageRouteInfo>? children})
|
||||
/// [_i27.VoucherDetailPage]
|
||||
class VoucherDetailRoute extends _i29.PageRouteInfo<void> {
|
||||
const VoucherDetailRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(VoucherDetailRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'VoucherDetailRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i26.VoucherDetailPage();
|
||||
return const _i27.VoucherDetailPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i27.VoucherPage]
|
||||
class VoucherRoute extends _i28.PageRouteInfo<void> {
|
||||
const VoucherRoute({List<_i28.PageRouteInfo>? children})
|
||||
/// [_i28.VoucherPage]
|
||||
class VoucherRoute extends _i29.PageRouteInfo<void> {
|
||||
const VoucherRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(VoucherRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'VoucherRoute';
|
||||
|
||||
static _i28.PageInfo page = _i28.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i27.VoucherPage();
|
||||
return const _i28.VoucherPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user