feat: reward page

This commit is contained in:
efrilm
2025-08-29 14:25:21 +07:00
parent d86c38e77c
commit fb7c9a19a9
4 changed files with 1046 additions and 49 deletions
+3
View File
@@ -30,5 +30,8 @@ class AppRouter extends RootStackRouter {
// Merchant
AutoRoute(page: MerchantRoute.page),
// Reward
AutoRoute(page: RewardRoute.page),
];
}
+65 -48
View File
@@ -9,7 +9,7 @@
// coverage:ignore-file
// ignore_for_file: no_leading_underscores_for_library_prefixes
import 'package:auto_route/auto_route.dart' as _i13;
import 'package:auto_route/auto_route.dart' as _i14;
import 'package:enaklo/presentation/pages/auth/login/login_page.dart' as _i2;
import 'package:enaklo/presentation/pages/auth/otp/otp_page.dart' as _i7;
import 'package:enaklo/presentation/pages/auth/pin/pin_page.dart' as _i8;
@@ -23,22 +23,23 @@ import 'package:enaklo/presentation/pages/main/pages/order/order_page.dart'
import 'package:enaklo/presentation/pages/main/pages/profile/profile_page.dart'
as _i9;
import 'package:enaklo/presentation/pages/main/pages/voucher/voucher_page.dart'
as _i12;
as _i13;
import 'package:enaklo/presentation/pages/merchant/merchant_page.dart' as _i4;
import 'package:enaklo/presentation/pages/onboarding/onboarding_page.dart'
as _i5;
import 'package:enaklo/presentation/pages/splash/splash_page.dart' as _i11;
import 'package:flutter/material.dart' as _i14;
import 'package:enaklo/presentation/pages/reward/reward_page.dart' as _i11;
import 'package:enaklo/presentation/pages/splash/splash_page.dart' as _i12;
import 'package:flutter/material.dart' as _i15;
/// generated route for
/// [_i1.HomePage]
class HomeRoute extends _i13.PageRouteInfo<void> {
const HomeRoute({List<_i13.PageRouteInfo>? children})
class HomeRoute extends _i14.PageRouteInfo<void> {
const HomeRoute({List<_i14.PageRouteInfo>? children})
: super(HomeRoute.name, initialChildren: children);
static const String name = 'HomeRoute';
static _i13.PageInfo page = _i13.PageInfo(
static _i14.PageInfo page = _i14.PageInfo(
name,
builder: (data) {
return const _i1.HomePage();
@@ -48,13 +49,13 @@ class HomeRoute extends _i13.PageRouteInfo<void> {
/// generated route for
/// [_i2.LoginPage]
class LoginRoute extends _i13.PageRouteInfo<void> {
const LoginRoute({List<_i13.PageRouteInfo>? children})
class LoginRoute extends _i14.PageRouteInfo<void> {
const LoginRoute({List<_i14.PageRouteInfo>? children})
: super(LoginRoute.name, initialChildren: children);
static const String name = 'LoginRoute';
static _i13.PageInfo page = _i13.PageInfo(
static _i14.PageInfo page = _i14.PageInfo(
name,
builder: (data) {
return const _i2.LoginPage();
@@ -64,13 +65,13 @@ class LoginRoute extends _i13.PageRouteInfo<void> {
/// generated route for
/// [_i3.MainPage]
class MainRoute extends _i13.PageRouteInfo<void> {
const MainRoute({List<_i13.PageRouteInfo>? children})
class MainRoute extends _i14.PageRouteInfo<void> {
const MainRoute({List<_i14.PageRouteInfo>? children})
: super(MainRoute.name, initialChildren: children);
static const String name = 'MainRoute';
static _i13.PageInfo page = _i13.PageInfo(
static _i14.PageInfo page = _i14.PageInfo(
name,
builder: (data) {
return const _i3.MainPage();
@@ -80,13 +81,13 @@ class MainRoute extends _i13.PageRouteInfo<void> {
/// generated route for
/// [_i4.MerchantPage]
class MerchantRoute extends _i13.PageRouteInfo<void> {
const MerchantRoute({List<_i13.PageRouteInfo>? children})
class MerchantRoute extends _i14.PageRouteInfo<void> {
const MerchantRoute({List<_i14.PageRouteInfo>? children})
: super(MerchantRoute.name, initialChildren: children);
static const String name = 'MerchantRoute';
static _i13.PageInfo page = _i13.PageInfo(
static _i14.PageInfo page = _i14.PageInfo(
name,
builder: (data) {
return const _i4.MerchantPage();
@@ -96,13 +97,13 @@ class MerchantRoute extends _i13.PageRouteInfo<void> {
/// generated route for
/// [_i5.OnboardingPage]
class OnboardingRoute extends _i13.PageRouteInfo<void> {
const OnboardingRoute({List<_i13.PageRouteInfo>? children})
class OnboardingRoute extends _i14.PageRouteInfo<void> {
const OnboardingRoute({List<_i14.PageRouteInfo>? children})
: super(OnboardingRoute.name, initialChildren: children);
static const String name = 'OnboardingRoute';
static _i13.PageInfo page = _i13.PageInfo(
static _i14.PageInfo page = _i14.PageInfo(
name,
builder: (data) {
return const _i5.OnboardingPage();
@@ -112,13 +113,13 @@ class OnboardingRoute extends _i13.PageRouteInfo<void> {
/// generated route for
/// [_i6.OrderPage]
class OrderRoute extends _i13.PageRouteInfo<void> {
const OrderRoute({List<_i13.PageRouteInfo>? children})
class OrderRoute extends _i14.PageRouteInfo<void> {
const OrderRoute({List<_i14.PageRouteInfo>? children})
: super(OrderRoute.name, initialChildren: children);
static const String name = 'OrderRoute';
static _i13.PageInfo page = _i13.PageInfo(
static _i14.PageInfo page = _i14.PageInfo(
name,
builder: (data) {
return const _i6.OrderPage();
@@ -128,13 +129,13 @@ class OrderRoute extends _i13.PageRouteInfo<void> {
/// generated route for
/// [_i7.OtpPage]
class OtpRoute extends _i13.PageRouteInfo<void> {
const OtpRoute({List<_i13.PageRouteInfo>? children})
class OtpRoute extends _i14.PageRouteInfo<void> {
const OtpRoute({List<_i14.PageRouteInfo>? children})
: super(OtpRoute.name, initialChildren: children);
static const String name = 'OtpRoute';
static _i13.PageInfo page = _i13.PageInfo(
static _i14.PageInfo page = _i14.PageInfo(
name,
builder: (data) {
return const _i7.OtpPage();
@@ -144,12 +145,12 @@ class OtpRoute extends _i13.PageRouteInfo<void> {
/// generated route for
/// [_i8.PinPage]
class PinRoute extends _i13.PageRouteInfo<PinRouteArgs> {
class PinRoute extends _i14.PageRouteInfo<PinRouteArgs> {
PinRoute({
_i14.Key? key,
_i15.Key? key,
bool isCreatePin = true,
String? title,
List<_i13.PageRouteInfo>? children,
List<_i14.PageRouteInfo>? children,
}) : super(
PinRoute.name,
args: PinRouteArgs(key: key, isCreatePin: isCreatePin, title: title),
@@ -158,7 +159,7 @@ class PinRoute extends _i13.PageRouteInfo<PinRouteArgs> {
static const String name = 'PinRoute';
static _i13.PageInfo page = _i13.PageInfo(
static _i14.PageInfo page = _i14.PageInfo(
name,
builder: (data) {
final args = data.argsAs<PinRouteArgs>(
@@ -176,7 +177,7 @@ class PinRoute extends _i13.PageRouteInfo<PinRouteArgs> {
class PinRouteArgs {
const PinRouteArgs({this.key, this.isCreatePin = true, this.title});
final _i14.Key? key;
final _i15.Key? key;
final bool isCreatePin;
@@ -190,13 +191,13 @@ class PinRouteArgs {
/// generated route for
/// [_i9.ProfilePage]
class ProfileRoute extends _i13.PageRouteInfo<void> {
const ProfileRoute({List<_i13.PageRouteInfo>? children})
class ProfileRoute extends _i14.PageRouteInfo<void> {
const ProfileRoute({List<_i14.PageRouteInfo>? children})
: super(ProfileRoute.name, initialChildren: children);
static const String name = 'ProfileRoute';
static _i13.PageInfo page = _i13.PageInfo(
static _i14.PageInfo page = _i14.PageInfo(
name,
builder: (data) {
return const _i9.ProfilePage();
@@ -206,13 +207,13 @@ class ProfileRoute extends _i13.PageRouteInfo<void> {
/// generated route for
/// [_i10.RegisterPage]
class RegisterRoute extends _i13.PageRouteInfo<void> {
const RegisterRoute({List<_i13.PageRouteInfo>? children})
class RegisterRoute extends _i14.PageRouteInfo<void> {
const RegisterRoute({List<_i14.PageRouteInfo>? children})
: super(RegisterRoute.name, initialChildren: children);
static const String name = 'RegisterRoute';
static _i13.PageInfo page = _i13.PageInfo(
static _i14.PageInfo page = _i14.PageInfo(
name,
builder: (data) {
return const _i10.RegisterPage();
@@ -221,33 +222,49 @@ class RegisterRoute extends _i13.PageRouteInfo<void> {
}
/// generated route for
/// [_i11.SplashPage]
class SplashRoute extends _i13.PageRouteInfo<void> {
const SplashRoute({List<_i13.PageRouteInfo>? children})
: super(SplashRoute.name, initialChildren: children);
/// [_i11.RewardPage]
class RewardRoute extends _i14.PageRouteInfo<void> {
const RewardRoute({List<_i14.PageRouteInfo>? children})
: super(RewardRoute.name, initialChildren: children);
static const String name = 'SplashRoute';
static const String name = 'RewardRoute';
static _i13.PageInfo page = _i13.PageInfo(
static _i14.PageInfo page = _i14.PageInfo(
name,
builder: (data) {
return const _i11.SplashPage();
return const _i11.RewardPage();
},
);
}
/// generated route for
/// [_i12.VoucherPage]
class VoucherRoute extends _i13.PageRouteInfo<void> {
const VoucherRoute({List<_i13.PageRouteInfo>? children})
/// [_i12.SplashPage]
class SplashRoute extends _i14.PageRouteInfo<void> {
const SplashRoute({List<_i14.PageRouteInfo>? children})
: super(SplashRoute.name, initialChildren: children);
static const String name = 'SplashRoute';
static _i14.PageInfo page = _i14.PageInfo(
name,
builder: (data) {
return const _i12.SplashPage();
},
);
}
/// generated route for
/// [_i13.VoucherPage]
class VoucherRoute extends _i14.PageRouteInfo<void> {
const VoucherRoute({List<_i14.PageRouteInfo>? children})
: super(VoucherRoute.name, initialChildren: children);
static const String name = 'VoucherRoute';
static _i13.PageInfo page = _i13.PageInfo(
static _i14.PageInfo page = _i14.PageInfo(
name,
builder: (data) {
return const _i12.VoucherPage();
return const _i13.VoucherPage();
},
);
}