feat: reward page
This commit is contained in:
@@ -51,5 +51,8 @@ class AppRouter extends RootStackRouter {
|
||||
|
||||
// Order
|
||||
AutoRoute(page: OrderDetailRoute.page),
|
||||
|
||||
// Reward
|
||||
AutoRoute(page: RewardRoute.page),
|
||||
];
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
// coverage:ignore-file
|
||||
|
||||
// ignore_for_file: no_leading_underscores_for_library_prefixes
|
||||
import 'package:auto_route/auto_route.dart' as _i24;
|
||||
import 'package:auto_route/auto_route.dart' as _i25;
|
||||
import 'package:enaklo/presentation/pages/auth/create_password/create_password_page.dart'
|
||||
as _i1;
|
||||
import 'package:enaklo/presentation/pages/auth/login/login_page.dart' as _i5;
|
||||
@@ -30,7 +30,7 @@ import 'package:enaklo/presentation/pages/main/pages/order/order_page.dart'
|
||||
import 'package:enaklo/presentation/pages/main/pages/profile/profile_page.dart'
|
||||
as _i19;
|
||||
import 'package:enaklo/presentation/pages/main/pages/voucher/voucher_page.dart'
|
||||
as _i23;
|
||||
as _i24;
|
||||
import 'package:enaklo/presentation/pages/merchant/merchant_page.dart' as _i8;
|
||||
import 'package:enaklo/presentation/pages/merchant/pages/merchant_detail/merchant_detail_page.dart'
|
||||
as _i7;
|
||||
@@ -45,20 +45,21 @@ import 'package:enaklo/presentation/pages/poin/pages/poin_history_page.dart'
|
||||
import 'package:enaklo/presentation/pages/poin/pages/product_redeem/product_redeem_page.dart'
|
||||
as _i18;
|
||||
import 'package:enaklo/presentation/pages/poin/poin_page.dart' as _i17;
|
||||
import 'package:enaklo/presentation/pages/splash/splash_page.dart' as _i21;
|
||||
import 'package:enaklo/presentation/pages/reward/reward_page.dart' as _i21;
|
||||
import 'package:enaklo/presentation/pages/splash/splash_page.dart' as _i22;
|
||||
import 'package:enaklo/presentation/pages/voucher/voucher_detail/voucher_detail_page.dart'
|
||||
as _i22;
|
||||
import 'package:flutter/material.dart' as _i25;
|
||||
as _i23;
|
||||
import 'package:flutter/material.dart' as _i26;
|
||||
|
||||
/// generated route for
|
||||
/// [_i1.CreatePasswordPage]
|
||||
class CreatePasswordRoute extends _i24.PageRouteInfo<void> {
|
||||
const CreatePasswordRoute({List<_i24.PageRouteInfo>? children})
|
||||
class CreatePasswordRoute extends _i25.PageRouteInfo<void> {
|
||||
const CreatePasswordRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(CreatePasswordRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'CreatePasswordRoute';
|
||||
|
||||
static _i24.PageInfo page = _i24.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i1.CreatePasswordPage();
|
||||
@@ -68,11 +69,11 @@ class CreatePasswordRoute extends _i24.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i2.DrawDetailPage]
|
||||
class DrawDetailRoute extends _i24.PageRouteInfo<DrawDetailRouteArgs> {
|
||||
class DrawDetailRoute extends _i25.PageRouteInfo<DrawDetailRouteArgs> {
|
||||
DrawDetailRoute({
|
||||
_i25.Key? key,
|
||||
_i26.Key? key,
|
||||
required _i3.DrawEvent drawEvent,
|
||||
List<_i24.PageRouteInfo>? children,
|
||||
List<_i25.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
DrawDetailRoute.name,
|
||||
args: DrawDetailRouteArgs(key: key, drawEvent: drawEvent),
|
||||
@@ -81,7 +82,7 @@ class DrawDetailRoute extends _i24.PageRouteInfo<DrawDetailRouteArgs> {
|
||||
|
||||
static const String name = 'DrawDetailRoute';
|
||||
|
||||
static _i24.PageInfo page = _i24.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final args = data.argsAs<DrawDetailRouteArgs>();
|
||||
@@ -93,7 +94,7 @@ class DrawDetailRoute extends _i24.PageRouteInfo<DrawDetailRouteArgs> {
|
||||
class DrawDetailRouteArgs {
|
||||
const DrawDetailRouteArgs({this.key, required this.drawEvent});
|
||||
|
||||
final _i25.Key? key;
|
||||
final _i26.Key? key;
|
||||
|
||||
final _i3.DrawEvent drawEvent;
|
||||
|
||||
@@ -105,13 +106,13 @@ class DrawDetailRouteArgs {
|
||||
|
||||
/// generated route for
|
||||
/// [_i3.DrawPage]
|
||||
class DrawRoute extends _i24.PageRouteInfo<void> {
|
||||
const DrawRoute({List<_i24.PageRouteInfo>? children})
|
||||
class DrawRoute extends _i25.PageRouteInfo<void> {
|
||||
const DrawRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(DrawRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'DrawRoute';
|
||||
|
||||
static _i24.PageInfo page = _i24.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i3.DrawPage();
|
||||
@@ -121,13 +122,13 @@ class DrawRoute extends _i24.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i4.HomePage]
|
||||
class HomeRoute extends _i24.PageRouteInfo<void> {
|
||||
const HomeRoute({List<_i24.PageRouteInfo>? children})
|
||||
class HomeRoute extends _i25.PageRouteInfo<void> {
|
||||
const HomeRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(HomeRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'HomeRoute';
|
||||
|
||||
static _i24.PageInfo page = _i24.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i4.HomePage();
|
||||
@@ -137,13 +138,13 @@ class HomeRoute extends _i24.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i5.LoginPage]
|
||||
class LoginRoute extends _i24.PageRouteInfo<void> {
|
||||
const LoginRoute({List<_i24.PageRouteInfo>? children})
|
||||
class LoginRoute extends _i25.PageRouteInfo<void> {
|
||||
const LoginRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(LoginRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'LoginRoute';
|
||||
|
||||
static _i24.PageInfo page = _i24.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i5.LoginPage();
|
||||
@@ -153,13 +154,13 @@ class LoginRoute extends _i24.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i6.MainPage]
|
||||
class MainRoute extends _i24.PageRouteInfo<void> {
|
||||
const MainRoute({List<_i24.PageRouteInfo>? children})
|
||||
class MainRoute extends _i25.PageRouteInfo<void> {
|
||||
const MainRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(MainRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'MainRoute';
|
||||
|
||||
static _i24.PageInfo page = _i24.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i6.MainPage();
|
||||
@@ -169,11 +170,11 @@ class MainRoute extends _i24.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i7.MerchantDetailPage]
|
||||
class MerchantDetailRoute extends _i24.PageRouteInfo<MerchantDetailRouteArgs> {
|
||||
class MerchantDetailRoute extends _i25.PageRouteInfo<MerchantDetailRouteArgs> {
|
||||
MerchantDetailRoute({
|
||||
_i25.Key? key,
|
||||
_i26.Key? key,
|
||||
required _i8.MerchantModel merchant,
|
||||
List<_i24.PageRouteInfo>? children,
|
||||
List<_i25.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
MerchantDetailRoute.name,
|
||||
args: MerchantDetailRouteArgs(key: key, merchant: merchant),
|
||||
@@ -182,7 +183,7 @@ class MerchantDetailRoute extends _i24.PageRouteInfo<MerchantDetailRouteArgs> {
|
||||
|
||||
static const String name = 'MerchantDetailRoute';
|
||||
|
||||
static _i24.PageInfo page = _i24.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final args = data.argsAs<MerchantDetailRouteArgs>();
|
||||
@@ -194,7 +195,7 @@ class MerchantDetailRoute extends _i24.PageRouteInfo<MerchantDetailRouteArgs> {
|
||||
class MerchantDetailRouteArgs {
|
||||
const MerchantDetailRouteArgs({this.key, required this.merchant});
|
||||
|
||||
final _i25.Key? key;
|
||||
final _i26.Key? key;
|
||||
|
||||
final _i8.MerchantModel merchant;
|
||||
|
||||
@@ -206,13 +207,13 @@ class MerchantDetailRouteArgs {
|
||||
|
||||
/// generated route for
|
||||
/// [_i8.MerchantPage]
|
||||
class MerchantRoute extends _i24.PageRouteInfo<void> {
|
||||
const MerchantRoute({List<_i24.PageRouteInfo>? children})
|
||||
class MerchantRoute extends _i25.PageRouteInfo<void> {
|
||||
const MerchantRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(MerchantRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'MerchantRoute';
|
||||
|
||||
static _i24.PageInfo page = _i24.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i8.MerchantPage();
|
||||
@@ -222,13 +223,13 @@ class MerchantRoute extends _i24.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i9.NotificationPage]
|
||||
class NotificationRoute extends _i24.PageRouteInfo<void> {
|
||||
const NotificationRoute({List<_i24.PageRouteInfo>? children})
|
||||
class NotificationRoute extends _i25.PageRouteInfo<void> {
|
||||
const NotificationRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(NotificationRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'NotificationRoute';
|
||||
|
||||
static _i24.PageInfo page = _i24.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i9.NotificationPage();
|
||||
@@ -238,13 +239,13 @@ class NotificationRoute extends _i24.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i10.OnboardingPage]
|
||||
class OnboardingRoute extends _i24.PageRouteInfo<void> {
|
||||
const OnboardingRoute({List<_i24.PageRouteInfo>? children})
|
||||
class OnboardingRoute extends _i25.PageRouteInfo<void> {
|
||||
const OnboardingRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(OnboardingRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'OnboardingRoute';
|
||||
|
||||
static _i24.PageInfo page = _i24.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i10.OnboardingPage();
|
||||
@@ -254,11 +255,11 @@ class OnboardingRoute extends _i24.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i11.OrderDetailPage]
|
||||
class OrderDetailRoute extends _i24.PageRouteInfo<OrderDetailRouteArgs> {
|
||||
class OrderDetailRoute extends _i25.PageRouteInfo<OrderDetailRouteArgs> {
|
||||
OrderDetailRoute({
|
||||
_i25.Key? key,
|
||||
_i26.Key? key,
|
||||
required _i12.Order order,
|
||||
List<_i24.PageRouteInfo>? children,
|
||||
List<_i25.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
OrderDetailRoute.name,
|
||||
args: OrderDetailRouteArgs(key: key, order: order),
|
||||
@@ -267,7 +268,7 @@ class OrderDetailRoute extends _i24.PageRouteInfo<OrderDetailRouteArgs> {
|
||||
|
||||
static const String name = 'OrderDetailRoute';
|
||||
|
||||
static _i24.PageInfo page = _i24.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final args = data.argsAs<OrderDetailRouteArgs>();
|
||||
@@ -279,7 +280,7 @@ class OrderDetailRoute extends _i24.PageRouteInfo<OrderDetailRouteArgs> {
|
||||
class OrderDetailRouteArgs {
|
||||
const OrderDetailRouteArgs({this.key, required this.order});
|
||||
|
||||
final _i25.Key? key;
|
||||
final _i26.Key? key;
|
||||
|
||||
final _i12.Order order;
|
||||
|
||||
@@ -291,13 +292,13 @@ class OrderDetailRouteArgs {
|
||||
|
||||
/// generated route for
|
||||
/// [_i12.OrderPage]
|
||||
class OrderRoute extends _i24.PageRouteInfo<void> {
|
||||
const OrderRoute({List<_i24.PageRouteInfo>? children})
|
||||
class OrderRoute extends _i25.PageRouteInfo<void> {
|
||||
const OrderRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(OrderRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'OrderRoute';
|
||||
|
||||
static _i24.PageInfo page = _i24.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i12.OrderPage();
|
||||
@@ -307,13 +308,13 @@ class OrderRoute extends _i24.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i13.OtpPage]
|
||||
class OtpRoute extends _i24.PageRouteInfo<void> {
|
||||
const OtpRoute({List<_i24.PageRouteInfo>? children})
|
||||
class OtpRoute extends _i25.PageRouteInfo<void> {
|
||||
const OtpRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(OtpRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'OtpRoute';
|
||||
|
||||
static _i24.PageInfo page = _i24.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i13.OtpPage();
|
||||
@@ -323,13 +324,13 @@ class OtpRoute extends _i24.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i14.PasswordPage]
|
||||
class PasswordRoute extends _i24.PageRouteInfo<void> {
|
||||
const PasswordRoute({List<_i24.PageRouteInfo>? children})
|
||||
class PasswordRoute extends _i25.PageRouteInfo<void> {
|
||||
const PasswordRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(PasswordRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'PasswordRoute';
|
||||
|
||||
static _i24.PageInfo page = _i24.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i14.PasswordPage();
|
||||
@@ -339,12 +340,12 @@ class PasswordRoute extends _i24.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i15.PinPage]
|
||||
class PinRoute extends _i24.PageRouteInfo<PinRouteArgs> {
|
||||
class PinRoute extends _i25.PageRouteInfo<PinRouteArgs> {
|
||||
PinRoute({
|
||||
_i25.Key? key,
|
||||
_i26.Key? key,
|
||||
bool isCreatePin = true,
|
||||
String? title,
|
||||
List<_i24.PageRouteInfo>? children,
|
||||
List<_i25.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
PinRoute.name,
|
||||
args: PinRouteArgs(key: key, isCreatePin: isCreatePin, title: title),
|
||||
@@ -353,7 +354,7 @@ class PinRoute extends _i24.PageRouteInfo<PinRouteArgs> {
|
||||
|
||||
static const String name = 'PinRoute';
|
||||
|
||||
static _i24.PageInfo page = _i24.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final args = data.argsAs<PinRouteArgs>(
|
||||
@@ -371,7 +372,7 @@ class PinRoute extends _i24.PageRouteInfo<PinRouteArgs> {
|
||||
class PinRouteArgs {
|
||||
const PinRouteArgs({this.key, this.isCreatePin = true, this.title});
|
||||
|
||||
final _i25.Key? key;
|
||||
final _i26.Key? key;
|
||||
|
||||
final bool isCreatePin;
|
||||
|
||||
@@ -385,13 +386,13 @@ class PinRouteArgs {
|
||||
|
||||
/// generated route for
|
||||
/// [_i16.PoinHistoryPage]
|
||||
class PoinHistoryRoute extends _i24.PageRouteInfo<void> {
|
||||
const PoinHistoryRoute({List<_i24.PageRouteInfo>? children})
|
||||
class PoinHistoryRoute extends _i25.PageRouteInfo<void> {
|
||||
const PoinHistoryRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(PoinHistoryRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'PoinHistoryRoute';
|
||||
|
||||
static _i24.PageInfo page = _i24.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i16.PoinHistoryPage();
|
||||
@@ -401,13 +402,13 @@ class PoinHistoryRoute extends _i24.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i17.PoinPage]
|
||||
class PoinRoute extends _i24.PageRouteInfo<void> {
|
||||
const PoinRoute({List<_i24.PageRouteInfo>? children})
|
||||
class PoinRoute extends _i25.PageRouteInfo<void> {
|
||||
const PoinRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(PoinRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'PoinRoute';
|
||||
|
||||
static _i24.PageInfo page = _i24.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i17.PoinPage();
|
||||
@@ -417,12 +418,12 @@ class PoinRoute extends _i24.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i18.ProductRedeemPage]
|
||||
class ProductRedeemRoute extends _i24.PageRouteInfo<ProductRedeemRouteArgs> {
|
||||
class ProductRedeemRoute extends _i25.PageRouteInfo<ProductRedeemRouteArgs> {
|
||||
ProductRedeemRoute({
|
||||
_i25.Key? key,
|
||||
_i26.Key? key,
|
||||
required _i17.Product product,
|
||||
required _i17.PointCard pointCard,
|
||||
List<_i24.PageRouteInfo>? children,
|
||||
List<_i25.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
ProductRedeemRoute.name,
|
||||
args: ProductRedeemRouteArgs(
|
||||
@@ -435,7 +436,7 @@ class ProductRedeemRoute extends _i24.PageRouteInfo<ProductRedeemRouteArgs> {
|
||||
|
||||
static const String name = 'ProductRedeemRoute';
|
||||
|
||||
static _i24.PageInfo page = _i24.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final args = data.argsAs<ProductRedeemRouteArgs>();
|
||||
@@ -455,7 +456,7 @@ class ProductRedeemRouteArgs {
|
||||
required this.pointCard,
|
||||
});
|
||||
|
||||
final _i25.Key? key;
|
||||
final _i26.Key? key;
|
||||
|
||||
final _i17.Product product;
|
||||
|
||||
@@ -469,13 +470,13 @@ class ProductRedeemRouteArgs {
|
||||
|
||||
/// generated route for
|
||||
/// [_i19.ProfilePage]
|
||||
class ProfileRoute extends _i24.PageRouteInfo<void> {
|
||||
const ProfileRoute({List<_i24.PageRouteInfo>? children})
|
||||
class ProfileRoute extends _i25.PageRouteInfo<void> {
|
||||
const ProfileRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(ProfileRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'ProfileRoute';
|
||||
|
||||
static _i24.PageInfo page = _i24.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i19.ProfilePage();
|
||||
@@ -485,13 +486,13 @@ class ProfileRoute extends _i24.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i20.RegisterPage]
|
||||
class RegisterRoute extends _i24.PageRouteInfo<void> {
|
||||
const RegisterRoute({List<_i24.PageRouteInfo>? children})
|
||||
class RegisterRoute extends _i25.PageRouteInfo<void> {
|
||||
const RegisterRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(RegisterRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'RegisterRoute';
|
||||
|
||||
static _i24.PageInfo page = _i24.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i20.RegisterPage();
|
||||
@@ -500,49 +501,65 @@ class RegisterRoute extends _i24.PageRouteInfo<void> {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i21.SplashPage]
|
||||
class SplashRoute extends _i24.PageRouteInfo<void> {
|
||||
const SplashRoute({List<_i24.PageRouteInfo>? children})
|
||||
/// [_i21.RewardPage]
|
||||
class RewardRoute extends _i25.PageRouteInfo<void> {
|
||||
const RewardRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(RewardRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'RewardRoute';
|
||||
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i21.RewardPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i22.SplashPage]
|
||||
class SplashRoute extends _i25.PageRouteInfo<void> {
|
||||
const SplashRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(SplashRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'SplashRoute';
|
||||
|
||||
static _i24.PageInfo page = _i24.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i21.SplashPage();
|
||||
return const _i22.SplashPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i22.VoucherDetailPage]
|
||||
class VoucherDetailRoute extends _i24.PageRouteInfo<void> {
|
||||
const VoucherDetailRoute({List<_i24.PageRouteInfo>? children})
|
||||
/// [_i23.VoucherDetailPage]
|
||||
class VoucherDetailRoute extends _i25.PageRouteInfo<void> {
|
||||
const VoucherDetailRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(VoucherDetailRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'VoucherDetailRoute';
|
||||
|
||||
static _i24.PageInfo page = _i24.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i22.VoucherDetailPage();
|
||||
return const _i23.VoucherDetailPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i23.VoucherPage]
|
||||
class VoucherRoute extends _i24.PageRouteInfo<void> {
|
||||
const VoucherRoute({List<_i24.PageRouteInfo>? children})
|
||||
/// [_i24.VoucherPage]
|
||||
class VoucherRoute extends _i25.PageRouteInfo<void> {
|
||||
const VoucherRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(VoucherRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'VoucherRoute';
|
||||
|
||||
static _i24.PageInfo page = _i24.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i23.VoucherPage();
|
||||
return const _i24.VoucherPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user