feat: notification page
This commit is contained in:
@@ -44,5 +44,8 @@ class AppRouter extends RootStackRouter {
|
||||
|
||||
// Voucher
|
||||
AutoRoute(page: VoucherDetailRoute.page),
|
||||
|
||||
// Notification
|
||||
AutoRoute(page: NotificationRoute.page),
|
||||
];
|
||||
}
|
||||
|
||||
@@ -9,16 +9,16 @@
|
||||
// coverage:ignore-file
|
||||
|
||||
// ignore_for_file: no_leading_underscores_for_library_prefixes
|
||||
import 'package:auto_route/auto_route.dart' as _i21;
|
||||
import 'package:auto_route/auto_route.dart' as _i22;
|
||||
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;
|
||||
import 'package:enaklo/presentation/pages/auth/otp/otp_page.dart' as _i11;
|
||||
import 'package:enaklo/presentation/pages/auth/otp/otp_page.dart' as _i12;
|
||||
import 'package:enaklo/presentation/pages/auth/password/password_page.dart'
|
||||
as _i12;
|
||||
import 'package:enaklo/presentation/pages/auth/pin/pin_page.dart' as _i13;
|
||||
as _i13;
|
||||
import 'package:enaklo/presentation/pages/auth/pin/pin_page.dart' as _i14;
|
||||
import 'package:enaklo/presentation/pages/auth/register/register_page.dart'
|
||||
as _i16;
|
||||
as _i17;
|
||||
import 'package:enaklo/presentation/pages/draw/draw_page.dart' as _i3;
|
||||
import 'package:enaklo/presentation/pages/draw/pages/draw_detail/draw_detail_page.dart'
|
||||
as _i2;
|
||||
@@ -26,33 +26,35 @@ import 'package:enaklo/presentation/pages/main/main_page.dart' as _i6;
|
||||
import 'package:enaklo/presentation/pages/main/pages/home/home_page.dart'
|
||||
as _i4;
|
||||
import 'package:enaklo/presentation/pages/main/pages/order/order_page.dart'
|
||||
as _i10;
|
||||
as _i11;
|
||||
import 'package:enaklo/presentation/pages/main/pages/profile/profile_page.dart'
|
||||
as _i15;
|
||||
as _i16;
|
||||
import 'package:enaklo/presentation/pages/main/pages/voucher/voucher_page.dart'
|
||||
as _i20;
|
||||
as _i21;
|
||||
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;
|
||||
import 'package:enaklo/presentation/pages/onboarding/onboarding_page.dart'
|
||||
import 'package:enaklo/presentation/pages/notification/notification_page.dart'
|
||||
as _i9;
|
||||
import 'package:enaklo/presentation/pages/onboarding/onboarding_page.dart'
|
||||
as _i10;
|
||||
import 'package:enaklo/presentation/pages/reward/pages/product_redeem/product_redeem_page.dart'
|
||||
as _i14;
|
||||
import 'package:enaklo/presentation/pages/reward/reward_page.dart' as _i17;
|
||||
import 'package:enaklo/presentation/pages/splash/splash_page.dart' as _i18;
|
||||
as _i15;
|
||||
import 'package:enaklo/presentation/pages/reward/reward_page.dart' as _i18;
|
||||
import 'package:enaklo/presentation/pages/splash/splash_page.dart' as _i19;
|
||||
import 'package:enaklo/presentation/pages/voucher/voucher_detail/voucher_detail_page.dart'
|
||||
as _i19;
|
||||
import 'package:flutter/material.dart' as _i22;
|
||||
as _i20;
|
||||
import 'package:flutter/material.dart' as _i23;
|
||||
|
||||
/// generated route for
|
||||
/// [_i1.CreatePasswordPage]
|
||||
class CreatePasswordRoute extends _i21.PageRouteInfo<void> {
|
||||
const CreatePasswordRoute({List<_i21.PageRouteInfo>? children})
|
||||
class CreatePasswordRoute extends _i22.PageRouteInfo<void> {
|
||||
const CreatePasswordRoute({List<_i22.PageRouteInfo>? children})
|
||||
: super(CreatePasswordRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'CreatePasswordRoute';
|
||||
|
||||
static _i21.PageInfo page = _i21.PageInfo(
|
||||
static _i22.PageInfo page = _i22.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i1.CreatePasswordPage();
|
||||
@@ -62,11 +64,11 @@ class CreatePasswordRoute extends _i21.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i2.DrawDetailPage]
|
||||
class DrawDetailRoute extends _i21.PageRouteInfo<DrawDetailRouteArgs> {
|
||||
class DrawDetailRoute extends _i22.PageRouteInfo<DrawDetailRouteArgs> {
|
||||
DrawDetailRoute({
|
||||
_i22.Key? key,
|
||||
_i23.Key? key,
|
||||
required _i3.DrawEvent drawEvent,
|
||||
List<_i21.PageRouteInfo>? children,
|
||||
List<_i22.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
DrawDetailRoute.name,
|
||||
args: DrawDetailRouteArgs(key: key, drawEvent: drawEvent),
|
||||
@@ -75,7 +77,7 @@ class DrawDetailRoute extends _i21.PageRouteInfo<DrawDetailRouteArgs> {
|
||||
|
||||
static const String name = 'DrawDetailRoute';
|
||||
|
||||
static _i21.PageInfo page = _i21.PageInfo(
|
||||
static _i22.PageInfo page = _i22.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final args = data.argsAs<DrawDetailRouteArgs>();
|
||||
@@ -87,7 +89,7 @@ class DrawDetailRoute extends _i21.PageRouteInfo<DrawDetailRouteArgs> {
|
||||
class DrawDetailRouteArgs {
|
||||
const DrawDetailRouteArgs({this.key, required this.drawEvent});
|
||||
|
||||
final _i22.Key? key;
|
||||
final _i23.Key? key;
|
||||
|
||||
final _i3.DrawEvent drawEvent;
|
||||
|
||||
@@ -99,13 +101,13 @@ class DrawDetailRouteArgs {
|
||||
|
||||
/// generated route for
|
||||
/// [_i3.DrawPage]
|
||||
class DrawRoute extends _i21.PageRouteInfo<void> {
|
||||
const DrawRoute({List<_i21.PageRouteInfo>? children})
|
||||
class DrawRoute extends _i22.PageRouteInfo<void> {
|
||||
const DrawRoute({List<_i22.PageRouteInfo>? children})
|
||||
: super(DrawRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'DrawRoute';
|
||||
|
||||
static _i21.PageInfo page = _i21.PageInfo(
|
||||
static _i22.PageInfo page = _i22.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i3.DrawPage();
|
||||
@@ -115,13 +117,13 @@ class DrawRoute extends _i21.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i4.HomePage]
|
||||
class HomeRoute extends _i21.PageRouteInfo<void> {
|
||||
const HomeRoute({List<_i21.PageRouteInfo>? children})
|
||||
class HomeRoute extends _i22.PageRouteInfo<void> {
|
||||
const HomeRoute({List<_i22.PageRouteInfo>? children})
|
||||
: super(HomeRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'HomeRoute';
|
||||
|
||||
static _i21.PageInfo page = _i21.PageInfo(
|
||||
static _i22.PageInfo page = _i22.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i4.HomePage();
|
||||
@@ -131,13 +133,13 @@ class HomeRoute extends _i21.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i5.LoginPage]
|
||||
class LoginRoute extends _i21.PageRouteInfo<void> {
|
||||
const LoginRoute({List<_i21.PageRouteInfo>? children})
|
||||
class LoginRoute extends _i22.PageRouteInfo<void> {
|
||||
const LoginRoute({List<_i22.PageRouteInfo>? children})
|
||||
: super(LoginRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'LoginRoute';
|
||||
|
||||
static _i21.PageInfo page = _i21.PageInfo(
|
||||
static _i22.PageInfo page = _i22.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i5.LoginPage();
|
||||
@@ -147,13 +149,13 @@ class LoginRoute extends _i21.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i6.MainPage]
|
||||
class MainRoute extends _i21.PageRouteInfo<void> {
|
||||
const MainRoute({List<_i21.PageRouteInfo>? children})
|
||||
class MainRoute extends _i22.PageRouteInfo<void> {
|
||||
const MainRoute({List<_i22.PageRouteInfo>? children})
|
||||
: super(MainRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'MainRoute';
|
||||
|
||||
static _i21.PageInfo page = _i21.PageInfo(
|
||||
static _i22.PageInfo page = _i22.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i6.MainPage();
|
||||
@@ -163,11 +165,11 @@ class MainRoute extends _i21.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i7.MerchantDetailPage]
|
||||
class MerchantDetailRoute extends _i21.PageRouteInfo<MerchantDetailRouteArgs> {
|
||||
class MerchantDetailRoute extends _i22.PageRouteInfo<MerchantDetailRouteArgs> {
|
||||
MerchantDetailRoute({
|
||||
_i22.Key? key,
|
||||
_i23.Key? key,
|
||||
required _i8.MerchantModel merchant,
|
||||
List<_i21.PageRouteInfo>? children,
|
||||
List<_i22.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
MerchantDetailRoute.name,
|
||||
args: MerchantDetailRouteArgs(key: key, merchant: merchant),
|
||||
@@ -176,7 +178,7 @@ class MerchantDetailRoute extends _i21.PageRouteInfo<MerchantDetailRouteArgs> {
|
||||
|
||||
static const String name = 'MerchantDetailRoute';
|
||||
|
||||
static _i21.PageInfo page = _i21.PageInfo(
|
||||
static _i22.PageInfo page = _i22.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final args = data.argsAs<MerchantDetailRouteArgs>();
|
||||
@@ -188,7 +190,7 @@ class MerchantDetailRoute extends _i21.PageRouteInfo<MerchantDetailRouteArgs> {
|
||||
class MerchantDetailRouteArgs {
|
||||
const MerchantDetailRouteArgs({this.key, required this.merchant});
|
||||
|
||||
final _i22.Key? key;
|
||||
final _i23.Key? key;
|
||||
|
||||
final _i8.MerchantModel merchant;
|
||||
|
||||
@@ -200,13 +202,13 @@ class MerchantDetailRouteArgs {
|
||||
|
||||
/// generated route for
|
||||
/// [_i8.MerchantPage]
|
||||
class MerchantRoute extends _i21.PageRouteInfo<void> {
|
||||
const MerchantRoute({List<_i21.PageRouteInfo>? children})
|
||||
class MerchantRoute extends _i22.PageRouteInfo<void> {
|
||||
const MerchantRoute({List<_i22.PageRouteInfo>? children})
|
||||
: super(MerchantRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'MerchantRoute';
|
||||
|
||||
static _i21.PageInfo page = _i21.PageInfo(
|
||||
static _i22.PageInfo page = _i22.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i8.MerchantPage();
|
||||
@@ -215,77 +217,93 @@ class MerchantRoute extends _i21.PageRouteInfo<void> {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i9.OnboardingPage]
|
||||
class OnboardingRoute extends _i21.PageRouteInfo<void> {
|
||||
const OnboardingRoute({List<_i21.PageRouteInfo>? children})
|
||||
/// [_i9.NotificationPage]
|
||||
class NotificationRoute extends _i22.PageRouteInfo<void> {
|
||||
const NotificationRoute({List<_i22.PageRouteInfo>? children})
|
||||
: super(NotificationRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'NotificationRoute';
|
||||
|
||||
static _i22.PageInfo page = _i22.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i9.NotificationPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i10.OnboardingPage]
|
||||
class OnboardingRoute extends _i22.PageRouteInfo<void> {
|
||||
const OnboardingRoute({List<_i22.PageRouteInfo>? children})
|
||||
: super(OnboardingRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'OnboardingRoute';
|
||||
|
||||
static _i21.PageInfo page = _i21.PageInfo(
|
||||
static _i22.PageInfo page = _i22.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i9.OnboardingPage();
|
||||
return const _i10.OnboardingPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i10.OrderPage]
|
||||
class OrderRoute extends _i21.PageRouteInfo<void> {
|
||||
const OrderRoute({List<_i21.PageRouteInfo>? children})
|
||||
/// [_i11.OrderPage]
|
||||
class OrderRoute extends _i22.PageRouteInfo<void> {
|
||||
const OrderRoute({List<_i22.PageRouteInfo>? children})
|
||||
: super(OrderRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'OrderRoute';
|
||||
|
||||
static _i21.PageInfo page = _i21.PageInfo(
|
||||
static _i22.PageInfo page = _i22.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i10.OrderPage();
|
||||
return const _i11.OrderPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i11.OtpPage]
|
||||
class OtpRoute extends _i21.PageRouteInfo<void> {
|
||||
const OtpRoute({List<_i21.PageRouteInfo>? children})
|
||||
/// [_i12.OtpPage]
|
||||
class OtpRoute extends _i22.PageRouteInfo<void> {
|
||||
const OtpRoute({List<_i22.PageRouteInfo>? children})
|
||||
: super(OtpRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'OtpRoute';
|
||||
|
||||
static _i21.PageInfo page = _i21.PageInfo(
|
||||
static _i22.PageInfo page = _i22.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i11.OtpPage();
|
||||
return const _i12.OtpPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i12.PasswordPage]
|
||||
class PasswordRoute extends _i21.PageRouteInfo<void> {
|
||||
const PasswordRoute({List<_i21.PageRouteInfo>? children})
|
||||
/// [_i13.PasswordPage]
|
||||
class PasswordRoute extends _i22.PageRouteInfo<void> {
|
||||
const PasswordRoute({List<_i22.PageRouteInfo>? children})
|
||||
: super(PasswordRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'PasswordRoute';
|
||||
|
||||
static _i21.PageInfo page = _i21.PageInfo(
|
||||
static _i22.PageInfo page = _i22.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i12.PasswordPage();
|
||||
return const _i13.PasswordPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i13.PinPage]
|
||||
class PinRoute extends _i21.PageRouteInfo<PinRouteArgs> {
|
||||
/// [_i14.PinPage]
|
||||
class PinRoute extends _i22.PageRouteInfo<PinRouteArgs> {
|
||||
PinRoute({
|
||||
_i22.Key? key,
|
||||
_i23.Key? key,
|
||||
bool isCreatePin = true,
|
||||
String? title,
|
||||
List<_i21.PageRouteInfo>? children,
|
||||
List<_i22.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
PinRoute.name,
|
||||
args: PinRouteArgs(key: key, isCreatePin: isCreatePin, title: title),
|
||||
@@ -294,13 +312,13 @@ class PinRoute extends _i21.PageRouteInfo<PinRouteArgs> {
|
||||
|
||||
static const String name = 'PinRoute';
|
||||
|
||||
static _i21.PageInfo page = _i21.PageInfo(
|
||||
static _i22.PageInfo page = _i22.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final args = data.argsAs<PinRouteArgs>(
|
||||
orElse: () => const PinRouteArgs(),
|
||||
);
|
||||
return _i13.PinPage(
|
||||
return _i14.PinPage(
|
||||
key: args.key,
|
||||
isCreatePin: args.isCreatePin,
|
||||
title: args.title,
|
||||
@@ -312,7 +330,7 @@ class PinRoute extends _i21.PageRouteInfo<PinRouteArgs> {
|
||||
class PinRouteArgs {
|
||||
const PinRouteArgs({this.key, this.isCreatePin = true, this.title});
|
||||
|
||||
final _i22.Key? key;
|
||||
final _i23.Key? key;
|
||||
|
||||
final bool isCreatePin;
|
||||
|
||||
@@ -325,14 +343,14 @@ class PinRouteArgs {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i14.ProductRedeemPage]
|
||||
class ProductRedeemRoute extends _i21.PageRouteInfo<ProductRedeemRouteArgs> {
|
||||
/// [_i15.ProductRedeemPage]
|
||||
class ProductRedeemRoute extends _i22.PageRouteInfo<ProductRedeemRouteArgs> {
|
||||
ProductRedeemRoute({
|
||||
_i22.Key? key,
|
||||
required _i17.Product product,
|
||||
required _i17.Merchant merchant,
|
||||
required _i17.PointCard pointCard,
|
||||
List<_i21.PageRouteInfo>? children,
|
||||
_i23.Key? key,
|
||||
required _i18.Product product,
|
||||
required _i18.Merchant merchant,
|
||||
required _i18.PointCard pointCard,
|
||||
List<_i22.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
ProductRedeemRoute.name,
|
||||
args: ProductRedeemRouteArgs(
|
||||
@@ -346,11 +364,11 @@ class ProductRedeemRoute extends _i21.PageRouteInfo<ProductRedeemRouteArgs> {
|
||||
|
||||
static const String name = 'ProductRedeemRoute';
|
||||
|
||||
static _i21.PageInfo page = _i21.PageInfo(
|
||||
static _i22.PageInfo page = _i22.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final args = data.argsAs<ProductRedeemRouteArgs>();
|
||||
return _i14.ProductRedeemPage(
|
||||
return _i15.ProductRedeemPage(
|
||||
key: args.key,
|
||||
product: args.product,
|
||||
merchant: args.merchant,
|
||||
@@ -368,13 +386,13 @@ class ProductRedeemRouteArgs {
|
||||
required this.pointCard,
|
||||
});
|
||||
|
||||
final _i22.Key? key;
|
||||
final _i23.Key? key;
|
||||
|
||||
final _i17.Product product;
|
||||
final _i18.Product product;
|
||||
|
||||
final _i17.Merchant merchant;
|
||||
final _i18.Merchant merchant;
|
||||
|
||||
final _i17.PointCard pointCard;
|
||||
final _i18.PointCard pointCard;
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
@@ -383,97 +401,97 @@ class ProductRedeemRouteArgs {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i15.ProfilePage]
|
||||
class ProfileRoute extends _i21.PageRouteInfo<void> {
|
||||
const ProfileRoute({List<_i21.PageRouteInfo>? children})
|
||||
/// [_i16.ProfilePage]
|
||||
class ProfileRoute extends _i22.PageRouteInfo<void> {
|
||||
const ProfileRoute({List<_i22.PageRouteInfo>? children})
|
||||
: super(ProfileRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'ProfileRoute';
|
||||
|
||||
static _i21.PageInfo page = _i21.PageInfo(
|
||||
static _i22.PageInfo page = _i22.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i15.ProfilePage();
|
||||
return const _i16.ProfilePage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i16.RegisterPage]
|
||||
class RegisterRoute extends _i21.PageRouteInfo<void> {
|
||||
const RegisterRoute({List<_i21.PageRouteInfo>? children})
|
||||
/// [_i17.RegisterPage]
|
||||
class RegisterRoute extends _i22.PageRouteInfo<void> {
|
||||
const RegisterRoute({List<_i22.PageRouteInfo>? children})
|
||||
: super(RegisterRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'RegisterRoute';
|
||||
|
||||
static _i21.PageInfo page = _i21.PageInfo(
|
||||
static _i22.PageInfo page = _i22.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i16.RegisterPage();
|
||||
return const _i17.RegisterPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i17.RewardPage]
|
||||
class RewardRoute extends _i21.PageRouteInfo<void> {
|
||||
const RewardRoute({List<_i21.PageRouteInfo>? children})
|
||||
/// [_i18.RewardPage]
|
||||
class RewardRoute extends _i22.PageRouteInfo<void> {
|
||||
const RewardRoute({List<_i22.PageRouteInfo>? children})
|
||||
: super(RewardRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'RewardRoute';
|
||||
|
||||
static _i21.PageInfo page = _i21.PageInfo(
|
||||
static _i22.PageInfo page = _i22.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i17.RewardPage();
|
||||
return const _i18.RewardPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i18.SplashPage]
|
||||
class SplashRoute extends _i21.PageRouteInfo<void> {
|
||||
const SplashRoute({List<_i21.PageRouteInfo>? children})
|
||||
/// [_i19.SplashPage]
|
||||
class SplashRoute extends _i22.PageRouteInfo<void> {
|
||||
const SplashRoute({List<_i22.PageRouteInfo>? children})
|
||||
: super(SplashRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'SplashRoute';
|
||||
|
||||
static _i21.PageInfo page = _i21.PageInfo(
|
||||
static _i22.PageInfo page = _i22.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i18.SplashPage();
|
||||
return const _i19.SplashPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i19.VoucherDetailPage]
|
||||
class VoucherDetailRoute extends _i21.PageRouteInfo<void> {
|
||||
const VoucherDetailRoute({List<_i21.PageRouteInfo>? children})
|
||||
/// [_i20.VoucherDetailPage]
|
||||
class VoucherDetailRoute extends _i22.PageRouteInfo<void> {
|
||||
const VoucherDetailRoute({List<_i22.PageRouteInfo>? children})
|
||||
: super(VoucherDetailRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'VoucherDetailRoute';
|
||||
|
||||
static _i21.PageInfo page = _i21.PageInfo(
|
||||
static _i22.PageInfo page = _i22.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i19.VoucherDetailPage();
|
||||
return const _i20.VoucherDetailPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i20.VoucherPage]
|
||||
class VoucherRoute extends _i21.PageRouteInfo<void> {
|
||||
const VoucherRoute({List<_i21.PageRouteInfo>? children})
|
||||
/// [_i21.VoucherPage]
|
||||
class VoucherRoute extends _i22.PageRouteInfo<void> {
|
||||
const VoucherRoute({List<_i22.PageRouteInfo>? children})
|
||||
: super(VoucherRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'VoucherRoute';
|
||||
|
||||
static _i21.PageInfo page = _i21.PageInfo(
|
||||
static _i22.PageInfo page = _i22.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i20.VoucherPage();
|
||||
return const _i21.VoucherPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user