193 lines
5.3 KiB
Dart
Raw Normal View History

2025-10-23 22:16:53 +07:00
// dart format width=80
// GENERATED CODE - DO NOT MODIFY BY HAND
// **************************************************************************
// AutoRouterGenerator
// **************************************************************************
// ignore_for_file: type=lint
// coverage:ignore-file
// ignore_for_file: no_leading_underscores_for_library_prefixes
2025-10-24 01:16:50 +07:00
import 'package:apskel_pos_flutter_v2/presentation/pages/auth/login/login_page.dart'
2025-10-24 02:02:21 +07:00
as _i4;
2025-10-27 01:54:35 +07:00
import 'package:apskel_pos_flutter_v2/presentation/pages/checkout/checkout_page.dart'
2025-10-23 22:16:53 +07:00
as _i1;
2025-10-27 01:54:35 +07:00
import 'package:apskel_pos_flutter_v2/presentation/pages/main/main_page.dart'
as _i5;
import 'package:apskel_pos_flutter_v2/presentation/pages/main/pages/customer/customer_page.dart'
2025-10-24 01:16:50 +07:00
as _i2;
2025-10-27 01:54:35 +07:00
import 'package:apskel_pos_flutter_v2/presentation/pages/main/pages/home/home_page.dart'
as _i3;
2025-10-24 02:02:21 +07:00
import 'package:apskel_pos_flutter_v2/presentation/pages/main/pages/report/report_page.dart'
as _i6;
2025-10-27 01:54:35 +07:00
import 'package:apskel_pos_flutter_v2/presentation/pages/main/pages/setting/setting_page.dart'
as _i7;
2025-10-24 02:02:21 +07:00
import 'package:apskel_pos_flutter_v2/presentation/pages/main/pages/table/table_page.dart'
2025-10-27 01:54:35 +07:00
as _i10;
2025-10-24 02:02:21 +07:00
import 'package:apskel_pos_flutter_v2/presentation/pages/splash/splash_page.dart'
2025-10-24 20:06:42 +07:00
as _i8;
2025-10-27 01:54:35 +07:00
import 'package:apskel_pos_flutter_v2/presentation/pages/sync/sync_page.dart'
as _i9;
import 'package:auto_route/auto_route.dart' as _i11;
/// generated route for
/// [_i1.CheckoutPage]
class CheckoutRoute extends _i11.PageRouteInfo<void> {
const CheckoutRoute({List<_i11.PageRouteInfo>? children})
: super(CheckoutRoute.name, initialChildren: children);
static const String name = 'CheckoutRoute';
static _i11.PageInfo page = _i11.PageInfo(
name,
builder: (data) {
2025-10-27 15:27:21 +07:00
return _i11.WrappedRoute(child: const _i1.CheckoutPage());
2025-10-27 01:54:35 +07:00
},
);
}
2025-10-24 02:02:21 +07:00
/// generated route for
2025-10-27 01:54:35 +07:00
/// [_i2.CustomerPage]
class CustomerRoute extends _i11.PageRouteInfo<void> {
const CustomerRoute({List<_i11.PageRouteInfo>? children})
2025-10-24 02:02:21 +07:00
: super(CustomerRoute.name, initialChildren: children);
static const String name = 'CustomerRoute';
2025-10-27 01:54:35 +07:00
static _i11.PageInfo page = _i11.PageInfo(
2025-10-24 02:02:21 +07:00
name,
builder: (data) {
2025-10-27 01:54:35 +07:00
return _i11.WrappedRoute(child: const _i2.CustomerPage());
2025-10-24 02:02:21 +07:00
},
);
}
/// generated route for
2025-10-27 01:54:35 +07:00
/// [_i3.HomePage]
class HomeRoute extends _i11.PageRouteInfo<void> {
const HomeRoute({List<_i11.PageRouteInfo>? children})
2025-10-24 02:02:21 +07:00
: super(HomeRoute.name, initialChildren: children);
static const String name = 'HomeRoute';
2025-10-27 01:54:35 +07:00
static _i11.PageInfo page = _i11.PageInfo(
2025-10-24 02:02:21 +07:00
name,
builder: (data) {
2025-10-27 01:54:35 +07:00
return _i11.WrappedRoute(child: const _i3.HomePage());
2025-10-24 02:02:21 +07:00
},
);
}
2025-10-24 01:16:50 +07:00
/// generated route for
2025-10-27 01:54:35 +07:00
/// [_i4.LoginPage]
class LoginRoute extends _i11.PageRouteInfo<void> {
const LoginRoute({List<_i11.PageRouteInfo>? children})
2025-10-24 01:16:50 +07:00
: super(LoginRoute.name, initialChildren: children);
static const String name = 'LoginRoute';
2025-10-27 01:54:35 +07:00
static _i11.PageInfo page = _i11.PageInfo(
2025-10-24 02:02:21 +07:00
name,
builder: (data) {
2025-10-27 01:54:35 +07:00
return _i11.WrappedRoute(child: const _i4.LoginPage());
2025-10-24 02:02:21 +07:00
},
);
}
/// generated route for
2025-10-27 01:54:35 +07:00
/// [_i5.MainPage]
class MainRoute extends _i11.PageRouteInfo<void> {
const MainRoute({List<_i11.PageRouteInfo>? children})
2025-10-24 02:02:21 +07:00
: super(MainRoute.name, initialChildren: children);
static const String name = 'MainRoute';
2025-10-27 01:54:35 +07:00
static _i11.PageInfo page = _i11.PageInfo(
2025-10-24 02:02:21 +07:00
name,
builder: (data) {
2025-10-27 01:54:35 +07:00
return const _i5.MainPage();
2025-10-24 02:02:21 +07:00
},
);
}
/// generated route for
2025-10-27 01:54:35 +07:00
/// [_i6.ReportPage]
class ReportRoute extends _i11.PageRouteInfo<void> {
const ReportRoute({List<_i11.PageRouteInfo>? children})
2025-10-24 02:02:21 +07:00
: super(ReportRoute.name, initialChildren: children);
static const String name = 'ReportRoute';
2025-10-27 01:54:35 +07:00
static _i11.PageInfo page = _i11.PageInfo(
2025-10-24 02:02:21 +07:00
name,
builder: (data) {
2025-10-27 01:54:35 +07:00
return const _i6.ReportPage();
2025-10-24 02:02:21 +07:00
},
);
}
/// generated route for
2025-10-27 01:54:35 +07:00
/// [_i7.SettingPage]
class SettingRoute extends _i11.PageRouteInfo<void> {
const SettingRoute({List<_i11.PageRouteInfo>? children})
2025-10-24 02:02:21 +07:00
: super(SettingRoute.name, initialChildren: children);
static const String name = 'SettingRoute';
2025-10-27 01:54:35 +07:00
static _i11.PageInfo page = _i11.PageInfo(
2025-10-24 01:16:50 +07:00
name,
builder: (data) {
2025-10-27 01:54:35 +07:00
return const _i7.SettingPage();
2025-10-24 01:16:50 +07:00
},
);
}
2025-10-23 22:16:53 +07:00
/// generated route for
2025-10-27 01:54:35 +07:00
/// [_i8.SplashPage]
class SplashRoute extends _i11.PageRouteInfo<void> {
const SplashRoute({List<_i11.PageRouteInfo>? children})
2025-10-23 22:16:53 +07:00
: super(SplashRoute.name, initialChildren: children);
static const String name = 'SplashRoute';
2025-10-27 01:54:35 +07:00
static _i11.PageInfo page = _i11.PageInfo(
2025-10-24 02:02:21 +07:00
name,
builder: (data) {
2025-10-27 01:54:35 +07:00
return const _i8.SplashPage();
2025-10-24 02:02:21 +07:00
},
);
}
/// generated route for
2025-10-27 01:54:35 +07:00
/// [_i9.SyncPage]
class SyncRoute extends _i11.PageRouteInfo<void> {
const SyncRoute({List<_i11.PageRouteInfo>? children})
2025-10-24 20:06:42 +07:00
: super(SyncRoute.name, initialChildren: children);
static const String name = 'SyncRoute';
2025-10-27 01:54:35 +07:00
static _i11.PageInfo page = _i11.PageInfo(
2025-10-24 20:06:42 +07:00
name,
builder: (data) {
2025-10-27 01:54:35 +07:00
return _i11.WrappedRoute(child: const _i9.SyncPage());
2025-10-24 20:06:42 +07:00
},
);
}
/// generated route for
2025-10-27 01:54:35 +07:00
/// [_i10.TablePage]
class TableRoute extends _i11.PageRouteInfo<void> {
const TableRoute({List<_i11.PageRouteInfo>? children})
2025-10-24 02:02:21 +07:00
: super(TableRoute.name, initialChildren: children);
static const String name = 'TableRoute';
2025-10-27 01:54:35 +07:00
static _i11.PageInfo page = _i11.PageInfo(
2025-10-23 22:16:53 +07:00
name,
builder: (data) {
2025-10-27 01:54:35 +07:00
return _i11.WrappedRoute(child: const _i10.TablePage());
2025-10-23 22:16:53 +07:00
},
);
}