This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
// coverage:ignore-file
|
||||
|
||||
// ignore_for_file: no_leading_underscores_for_library_prefixes
|
||||
import 'package:apskel_owner_flutter/domain/order/order.dart' as _i29;
|
||||
import 'package:apskel_owner_flutter/domain/user/user.dart' as _i30;
|
||||
import 'package:apskel_owner_flutter/domain/order/order.dart' as _i31;
|
||||
import 'package:apskel_owner_flutter/domain/user/user.dart' as _i32;
|
||||
import 'package:apskel_owner_flutter/presentation/pages/about_app/about_app_page.dart'
|
||||
as _i1;
|
||||
import 'package:apskel_owner_flutter/presentation/pages/auth/login/login_page.dart'
|
||||
@@ -53,28 +53,32 @@ import 'package:apskel_owner_flutter/presentation/pages/profile/pages/profile_ed
|
||||
as _i20;
|
||||
import 'package:apskel_owner_flutter/presentation/pages/profile/profile_page.dart'
|
||||
as _i21;
|
||||
import 'package:apskel_owner_flutter/presentation/pages/purchase/purchase_page.dart'
|
||||
import 'package:apskel_owner_flutter/presentation/pages/profit_sharing/profit_sharing_detail_page.dart'
|
||||
as _i22;
|
||||
import 'package:apskel_owner_flutter/presentation/pages/report/report_page.dart'
|
||||
import 'package:apskel_owner_flutter/presentation/pages/profit_sharing/profit_sharing_page.dart'
|
||||
as _i23;
|
||||
import 'package:apskel_owner_flutter/presentation/pages/sales/sales_page.dart'
|
||||
import 'package:apskel_owner_flutter/presentation/pages/purchase/purchase_page.dart'
|
||||
as _i24;
|
||||
import 'package:apskel_owner_flutter/presentation/pages/schedule/schedule_page.dart'
|
||||
import 'package:apskel_owner_flutter/presentation/pages/report/report_page.dart'
|
||||
as _i25;
|
||||
import 'package:apskel_owner_flutter/presentation/pages/splash/splash_page.dart'
|
||||
import 'package:apskel_owner_flutter/presentation/pages/sales/sales_page.dart'
|
||||
as _i26;
|
||||
import 'package:auto_route/auto_route.dart' as _i27;
|
||||
import 'package:flutter/material.dart' as _i28;
|
||||
import 'package:apskel_owner_flutter/presentation/pages/schedule/schedule_page.dart'
|
||||
as _i27;
|
||||
import 'package:apskel_owner_flutter/presentation/pages/splash/splash_page.dart'
|
||||
as _i28;
|
||||
import 'package:auto_route/auto_route.dart' as _i29;
|
||||
import 'package:flutter/material.dart' as _i30;
|
||||
|
||||
/// generated route for
|
||||
/// [_i1.AboutAppPage]
|
||||
class AboutAppRoute extends _i27.PageRouteInfo<void> {
|
||||
const AboutAppRoute({List<_i27.PageRouteInfo>? children})
|
||||
class AboutAppRoute extends _i29.PageRouteInfo<void> {
|
||||
const AboutAppRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(AboutAppRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'AboutAppRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i1.AboutAppPage();
|
||||
@@ -84,13 +88,13 @@ class AboutAppRoute extends _i27.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i2.ComingSoonPage]
|
||||
class ComingSoonRoute extends _i27.PageRouteInfo<void> {
|
||||
const ComingSoonRoute({List<_i27.PageRouteInfo>? children})
|
||||
class ComingSoonRoute extends _i29.PageRouteInfo<void> {
|
||||
const ComingSoonRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(ComingSoonRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'ComingSoonRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i2.ComingSoonPage();
|
||||
@@ -100,29 +104,29 @@ class ComingSoonRoute extends _i27.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i3.CustomerPage]
|
||||
class CustomerRoute extends _i27.PageRouteInfo<void> {
|
||||
const CustomerRoute({List<_i27.PageRouteInfo>? children})
|
||||
class CustomerRoute extends _i29.PageRouteInfo<void> {
|
||||
const CustomerRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(CustomerRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'CustomerRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return _i27.WrappedRoute(child: const _i3.CustomerPage());
|
||||
return _i29.WrappedRoute(child: const _i3.CustomerPage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i4.DailyTasksFormPage]
|
||||
class DailyTasksFormRoute extends _i27.PageRouteInfo<void> {
|
||||
const DailyTasksFormRoute({List<_i27.PageRouteInfo>? children})
|
||||
class DailyTasksFormRoute extends _i29.PageRouteInfo<void> {
|
||||
const DailyTasksFormRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(DailyTasksFormRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'DailyTasksFormRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i4.DailyTasksFormPage();
|
||||
@@ -132,32 +136,32 @@ class DailyTasksFormRoute extends _i27.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i5.DownloadReportPage]
|
||||
class DownloadReportRoute extends _i27.PageRouteInfo<void> {
|
||||
const DownloadReportRoute({List<_i27.PageRouteInfo>? children})
|
||||
class DownloadReportRoute extends _i29.PageRouteInfo<void> {
|
||||
const DownloadReportRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(DownloadReportRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'DownloadReportRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return _i27.WrappedRoute(child: const _i5.DownloadReportPage());
|
||||
return _i29.WrappedRoute(child: const _i5.DownloadReportPage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i6.ErrorPage]
|
||||
class ErrorRoute extends _i27.PageRouteInfo<ErrorRouteArgs> {
|
||||
class ErrorRoute extends _i29.PageRouteInfo<ErrorRouteArgs> {
|
||||
ErrorRoute({
|
||||
_i28.Key? key,
|
||||
_i30.Key? key,
|
||||
String? title,
|
||||
String? message,
|
||||
_i28.VoidCallback? onRetry,
|
||||
_i28.VoidCallback? onBack,
|
||||
_i30.VoidCallback? onRetry,
|
||||
_i30.VoidCallback? onBack,
|
||||
String? errorCode,
|
||||
_i28.IconData? errorIcon,
|
||||
List<_i27.PageRouteInfo>? children,
|
||||
_i30.IconData? errorIcon,
|
||||
List<_i29.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
ErrorRoute.name,
|
||||
args: ErrorRouteArgs(
|
||||
@@ -174,7 +178,7 @@ class ErrorRoute extends _i27.PageRouteInfo<ErrorRouteArgs> {
|
||||
|
||||
static const String name = 'ErrorRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final args = data.argsAs<ErrorRouteArgs>(
|
||||
@@ -204,19 +208,19 @@ class ErrorRouteArgs {
|
||||
this.errorIcon,
|
||||
});
|
||||
|
||||
final _i28.Key? key;
|
||||
final _i30.Key? key;
|
||||
|
||||
final String? title;
|
||||
|
||||
final String? message;
|
||||
|
||||
final _i28.VoidCallback? onRetry;
|
||||
final _i30.VoidCallback? onRetry;
|
||||
|
||||
final _i28.VoidCallback? onBack;
|
||||
final _i30.VoidCallback? onBack;
|
||||
|
||||
final String? errorCode;
|
||||
|
||||
final _i28.IconData? errorIcon;
|
||||
final _i30.IconData? errorIcon;
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
@@ -226,77 +230,77 @@ class ErrorRouteArgs {
|
||||
|
||||
/// generated route for
|
||||
/// [_i7.ExclusiveSummaryPage]
|
||||
class ExclusiveSummaryRoute extends _i27.PageRouteInfo<void> {
|
||||
const ExclusiveSummaryRoute({List<_i27.PageRouteInfo>? children})
|
||||
class ExclusiveSummaryRoute extends _i29.PageRouteInfo<void> {
|
||||
const ExclusiveSummaryRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(ExclusiveSummaryRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'ExclusiveSummaryRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return _i27.WrappedRoute(child: const _i7.ExclusiveSummaryPage());
|
||||
return _i29.WrappedRoute(child: const _i7.ExclusiveSummaryPage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i8.FinancePage]
|
||||
class FinanceRoute extends _i27.PageRouteInfo<void> {
|
||||
const FinanceRoute({List<_i27.PageRouteInfo>? children})
|
||||
class FinanceRoute extends _i29.PageRouteInfo<void> {
|
||||
const FinanceRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(FinanceRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'FinanceRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return _i27.WrappedRoute(child: const _i8.FinancePage());
|
||||
return _i29.WrappedRoute(child: const _i8.FinancePage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i9.HomePage]
|
||||
class HomeRoute extends _i27.PageRouteInfo<void> {
|
||||
const HomeRoute({List<_i27.PageRouteInfo>? children})
|
||||
class HomeRoute extends _i29.PageRouteInfo<void> {
|
||||
const HomeRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(HomeRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'HomeRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return _i27.WrappedRoute(child: const _i9.HomePage());
|
||||
return _i29.WrappedRoute(child: const _i9.HomePage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i10.InventoryPage]
|
||||
class InventoryRoute extends _i27.PageRouteInfo<void> {
|
||||
const InventoryRoute({List<_i27.PageRouteInfo>? children})
|
||||
class InventoryRoute extends _i29.PageRouteInfo<void> {
|
||||
const InventoryRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(InventoryRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'InventoryRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return _i27.WrappedRoute(child: const _i10.InventoryPage());
|
||||
return _i29.WrappedRoute(child: const _i10.InventoryPage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i11.LanguagePage]
|
||||
class LanguageRoute extends _i27.PageRouteInfo<void> {
|
||||
const LanguageRoute({List<_i27.PageRouteInfo>? children})
|
||||
class LanguageRoute extends _i29.PageRouteInfo<void> {
|
||||
const LanguageRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(LanguageRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'LanguageRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i11.LanguagePage();
|
||||
@@ -306,29 +310,29 @@ class LanguageRoute extends _i27.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i12.LoginPage]
|
||||
class LoginRoute extends _i27.PageRouteInfo<void> {
|
||||
const LoginRoute({List<_i27.PageRouteInfo>? children})
|
||||
class LoginRoute extends _i29.PageRouteInfo<void> {
|
||||
const LoginRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(LoginRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'LoginRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return _i27.WrappedRoute(child: const _i12.LoginPage());
|
||||
return _i29.WrappedRoute(child: const _i12.LoginPage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i13.MainPage]
|
||||
class MainRoute extends _i27.PageRouteInfo<void> {
|
||||
const MainRoute({List<_i27.PageRouteInfo>? children})
|
||||
class MainRoute extends _i29.PageRouteInfo<void> {
|
||||
const MainRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(MainRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'MainRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i13.MainPage();
|
||||
@@ -338,11 +342,11 @@ class MainRoute extends _i27.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i14.OrderDetailPage]
|
||||
class OrderDetailRoute extends _i27.PageRouteInfo<OrderDetailRouteArgs> {
|
||||
class OrderDetailRoute extends _i29.PageRouteInfo<OrderDetailRouteArgs> {
|
||||
OrderDetailRoute({
|
||||
_i28.Key? key,
|
||||
required _i29.Order order,
|
||||
List<_i27.PageRouteInfo>? children,
|
||||
_i30.Key? key,
|
||||
required _i31.Order order,
|
||||
List<_i29.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
OrderDetailRoute.name,
|
||||
args: OrderDetailRouteArgs(key: key, order: order),
|
||||
@@ -351,7 +355,7 @@ class OrderDetailRoute extends _i27.PageRouteInfo<OrderDetailRouteArgs> {
|
||||
|
||||
static const String name = 'OrderDetailRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final args = data.argsAs<OrderDetailRouteArgs>();
|
||||
@@ -363,9 +367,9 @@ class OrderDetailRoute extends _i27.PageRouteInfo<OrderDetailRouteArgs> {
|
||||
class OrderDetailRouteArgs {
|
||||
const OrderDetailRouteArgs({this.key, required this.order});
|
||||
|
||||
final _i28.Key? key;
|
||||
final _i30.Key? key;
|
||||
|
||||
final _i29.Order order;
|
||||
final _i31.Order order;
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
@@ -375,91 +379,91 @@ class OrderDetailRouteArgs {
|
||||
|
||||
/// generated route for
|
||||
/// [_i15.OrderPage]
|
||||
class OrderRoute extends _i27.PageRouteInfo<void> {
|
||||
const OrderRoute({List<_i27.PageRouteInfo>? children})
|
||||
class OrderRoute extends _i29.PageRouteInfo<void> {
|
||||
const OrderRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(OrderRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'OrderRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return _i27.WrappedRoute(child: const _i15.OrderPage());
|
||||
return _i29.WrappedRoute(child: const _i15.OrderPage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i16.OutletInformationPage]
|
||||
class OutletInformationRoute extends _i27.PageRouteInfo<void> {
|
||||
const OutletInformationRoute({List<_i27.PageRouteInfo>? children})
|
||||
class OutletInformationRoute extends _i29.PageRouteInfo<void> {
|
||||
const OutletInformationRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(OutletInformationRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'OutletInformationRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return _i27.WrappedRoute(child: const _i16.OutletInformationPage());
|
||||
return _i29.WrappedRoute(child: const _i16.OutletInformationPage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i17.ProductAnalyticPage]
|
||||
class ProductAnalyticRoute extends _i27.PageRouteInfo<void> {
|
||||
const ProductAnalyticRoute({List<_i27.PageRouteInfo>? children})
|
||||
class ProductAnalyticRoute extends _i29.PageRouteInfo<void> {
|
||||
const ProductAnalyticRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(ProductAnalyticRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'ProductAnalyticRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return _i27.WrappedRoute(child: const _i17.ProductAnalyticPage());
|
||||
return _i29.WrappedRoute(child: const _i17.ProductAnalyticPage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i18.ProductPage]
|
||||
class ProductRoute extends _i27.PageRouteInfo<void> {
|
||||
const ProductRoute({List<_i27.PageRouteInfo>? children})
|
||||
class ProductRoute extends _i29.PageRouteInfo<void> {
|
||||
const ProductRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(ProductRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'ProductRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return _i27.WrappedRoute(child: const _i18.ProductPage());
|
||||
return _i29.WrappedRoute(child: const _i18.ProductPage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i19.ProfileChangePasswordPage]
|
||||
class ProfileChangePasswordRoute extends _i27.PageRouteInfo<void> {
|
||||
const ProfileChangePasswordRoute({List<_i27.PageRouteInfo>? children})
|
||||
class ProfileChangePasswordRoute extends _i29.PageRouteInfo<void> {
|
||||
const ProfileChangePasswordRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(ProfileChangePasswordRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'ProfileChangePasswordRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return _i27.WrappedRoute(child: const _i19.ProfileChangePasswordPage());
|
||||
return _i29.WrappedRoute(child: const _i19.ProfileChangePasswordPage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i20.ProfileEditPage]
|
||||
class ProfileEditRoute extends _i27.PageRouteInfo<ProfileEditRouteArgs> {
|
||||
class ProfileEditRoute extends _i29.PageRouteInfo<ProfileEditRouteArgs> {
|
||||
ProfileEditRoute({
|
||||
_i28.Key? key,
|
||||
required _i30.User user,
|
||||
List<_i27.PageRouteInfo>? children,
|
||||
_i30.Key? key,
|
||||
required _i32.User user,
|
||||
List<_i29.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
ProfileEditRoute.name,
|
||||
args: ProfileEditRouteArgs(key: key, user: user),
|
||||
@@ -468,11 +472,11 @@ class ProfileEditRoute extends _i27.PageRouteInfo<ProfileEditRouteArgs> {
|
||||
|
||||
static const String name = 'ProfileEditRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final args = data.argsAs<ProfileEditRouteArgs>();
|
||||
return _i27.WrappedRoute(
|
||||
return _i29.WrappedRoute(
|
||||
child: _i20.ProfileEditPage(key: args.key, user: args.user),
|
||||
);
|
||||
},
|
||||
@@ -482,9 +486,9 @@ class ProfileEditRoute extends _i27.PageRouteInfo<ProfileEditRouteArgs> {
|
||||
class ProfileEditRouteArgs {
|
||||
const ProfileEditRouteArgs({this.key, required this.user});
|
||||
|
||||
final _i28.Key? key;
|
||||
final _i30.Key? key;
|
||||
|
||||
final _i30.User user;
|
||||
final _i32.User user;
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
@@ -494,96 +498,179 @@ class ProfileEditRouteArgs {
|
||||
|
||||
/// generated route for
|
||||
/// [_i21.ProfilePage]
|
||||
class ProfileRoute extends _i27.PageRouteInfo<void> {
|
||||
const ProfileRoute({List<_i27.PageRouteInfo>? children})
|
||||
class ProfileRoute extends _i29.PageRouteInfo<void> {
|
||||
const ProfileRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(ProfileRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'ProfileRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return _i27.WrappedRoute(child: const _i21.ProfilePage());
|
||||
return _i29.WrappedRoute(child: const _i21.ProfilePage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i22.PurchasePage]
|
||||
class PurchaseRoute extends _i27.PageRouteInfo<void> {
|
||||
const PurchaseRoute({List<_i27.PageRouteInfo>? children})
|
||||
/// [_i22.ProfitSharingDetailPage]
|
||||
class ProfitSharingDetailRoute
|
||||
extends _i29.PageRouteInfo<ProfitSharingDetailRouteArgs> {
|
||||
ProfitSharingDetailRoute({
|
||||
_i30.Key? key,
|
||||
required String parentCategoryId,
|
||||
required String parentCategoryName,
|
||||
required DateTime dateFrom,
|
||||
required DateTime dateTo,
|
||||
List<_i29.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
ProfitSharingDetailRoute.name,
|
||||
args: ProfitSharingDetailRouteArgs(
|
||||
key: key,
|
||||
parentCategoryId: parentCategoryId,
|
||||
parentCategoryName: parentCategoryName,
|
||||
dateFrom: dateFrom,
|
||||
dateTo: dateTo,
|
||||
),
|
||||
initialChildren: children,
|
||||
);
|
||||
|
||||
static const String name = 'ProfitSharingDetailRoute';
|
||||
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final args = data.argsAs<ProfitSharingDetailRouteArgs>();
|
||||
return _i29.WrappedRoute(
|
||||
child: _i22.ProfitSharingDetailPage(
|
||||
key: args.key,
|
||||
parentCategoryId: args.parentCategoryId,
|
||||
parentCategoryName: args.parentCategoryName,
|
||||
dateFrom: args.dateFrom,
|
||||
dateTo: args.dateTo,
|
||||
),
|
||||
);
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
class ProfitSharingDetailRouteArgs {
|
||||
const ProfitSharingDetailRouteArgs({
|
||||
this.key,
|
||||
required this.parentCategoryId,
|
||||
required this.parentCategoryName,
|
||||
required this.dateFrom,
|
||||
required this.dateTo,
|
||||
});
|
||||
|
||||
final _i30.Key? key;
|
||||
|
||||
final String parentCategoryId;
|
||||
|
||||
final String parentCategoryName;
|
||||
|
||||
final DateTime dateFrom;
|
||||
|
||||
final DateTime dateTo;
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
return 'ProfitSharingDetailRouteArgs{key: $key, parentCategoryId: $parentCategoryId, parentCategoryName: $parentCategoryName, dateFrom: $dateFrom, dateTo: $dateTo}';
|
||||
}
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i23.ProfitSharingPage]
|
||||
class ProfitSharingRoute extends _i29.PageRouteInfo<void> {
|
||||
const ProfitSharingRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(ProfitSharingRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'ProfitSharingRoute';
|
||||
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return _i29.WrappedRoute(child: const _i23.ProfitSharingPage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i24.PurchasePage]
|
||||
class PurchaseRoute extends _i29.PageRouteInfo<void> {
|
||||
const PurchaseRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(PurchaseRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'PurchaseRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return _i27.WrappedRoute(child: const _i22.PurchasePage());
|
||||
return _i29.WrappedRoute(child: const _i24.PurchasePage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i23.ReportPage]
|
||||
class ReportRoute extends _i27.PageRouteInfo<void> {
|
||||
const ReportRoute({List<_i27.PageRouteInfo>? children})
|
||||
/// [_i25.ReportPage]
|
||||
class ReportRoute extends _i29.PageRouteInfo<void> {
|
||||
const ReportRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(ReportRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'ReportRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return _i27.WrappedRoute(child: const _i23.ReportPage());
|
||||
return _i29.WrappedRoute(child: const _i25.ReportPage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i24.SalesPage]
|
||||
class SalesRoute extends _i27.PageRouteInfo<void> {
|
||||
const SalesRoute({List<_i27.PageRouteInfo>? children})
|
||||
/// [_i26.SalesPage]
|
||||
class SalesRoute extends _i29.PageRouteInfo<void> {
|
||||
const SalesRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(SalesRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'SalesRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return _i27.WrappedRoute(child: const _i24.SalesPage());
|
||||
return _i29.WrappedRoute(child: const _i26.SalesPage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i25.SchedulePage]
|
||||
class ScheduleRoute extends _i27.PageRouteInfo<void> {
|
||||
const ScheduleRoute({List<_i27.PageRouteInfo>? children})
|
||||
/// [_i27.SchedulePage]
|
||||
class ScheduleRoute extends _i29.PageRouteInfo<void> {
|
||||
const ScheduleRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(ScheduleRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'ScheduleRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i25.SchedulePage();
|
||||
return const _i27.SchedulePage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i26.SplashPage]
|
||||
class SplashRoute extends _i27.PageRouteInfo<void> {
|
||||
const SplashRoute({List<_i27.PageRouteInfo>? children})
|
||||
/// [_i28.SplashPage]
|
||||
class SplashRoute extends _i29.PageRouteInfo<void> {
|
||||
const SplashRoute({List<_i29.PageRouteInfo>? children})
|
||||
: super(SplashRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'SplashRoute';
|
||||
|
||||
static _i27.PageInfo page = _i27.PageInfo(
|
||||
static _i29.PageInfo page = _i29.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i26.SplashPage();
|
||||
return const _i28.SplashPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user