283 lines
7.6 KiB
Dart
Raw Normal View History

2025-08-12 15:18:38 +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-08-12 17:13:02 +07:00
import 'package:apskel_owner_flutter/presentation/pages/auth/login/login_page.dart'
2025-08-15 18:02:09 +07:00
as _i6;
2025-08-15 16:31:29 +07:00
import 'package:apskel_owner_flutter/presentation/pages/customer/customer_page.dart'
2025-08-13 13:04:58 +07:00
as _i1;
2025-08-15 16:31:29 +07:00
import 'package:apskel_owner_flutter/presentation/pages/form/daily_task_form_page.dart'
2025-08-13 00:15:53 +07:00
as _i2;
2025-08-15 16:31:29 +07:00
import 'package:apskel_owner_flutter/presentation/pages/home/home_page.dart'
2025-08-13 12:55:27 +07:00
as _i3;
2025-08-15 18:02:09 +07:00
import 'package:apskel_owner_flutter/presentation/pages/inventory/inventory_page.dart'
2025-08-15 16:31:29 +07:00
as _i4;
2025-08-15 18:02:09 +07:00
import 'package:apskel_owner_flutter/presentation/pages/language/language_page.dart'
as _i5;
2025-08-12 17:36:41 +07:00
import 'package:apskel_owner_flutter/presentation/pages/main/main_page.dart'
as _i7;
2025-08-15 18:02:09 +07:00
import 'package:apskel_owner_flutter/presentation/pages/product/product_page.dart'
2025-08-13 00:15:53 +07:00
as _i8;
2025-08-15 18:02:09 +07:00
import 'package:apskel_owner_flutter/presentation/pages/profile/profile_page.dart'
2025-08-13 12:55:27 +07:00
as _i9;
2025-08-15 23:06:47 +07:00
import 'package:apskel_owner_flutter/presentation/pages/purchase/purchase_page.dart'
2025-08-13 13:55:34 +07:00
as _i10;
2025-08-15 23:06:47 +07:00
import 'package:apskel_owner_flutter/presentation/pages/report/report_page.dart'
2025-08-13 16:11:04 +07:00
as _i11;
2025-08-15 23:06:47 +07:00
import 'package:apskel_owner_flutter/presentation/pages/sales/sales_page.dart'
2025-08-15 16:31:29 +07:00
as _i12;
2025-08-15 23:06:47 +07:00
import 'package:apskel_owner_flutter/presentation/pages/schedule/schedule_page.dart'
2025-08-15 18:02:09 +07:00
as _i13;
2025-08-15 23:06:47 +07:00
import 'package:apskel_owner_flutter/presentation/pages/splash/splash_page.dart'
2025-08-15 18:28:13 +07:00
as _i14;
2025-08-15 23:06:47 +07:00
import 'package:apskel_owner_flutter/presentation/pages/transaction/transaction_page.dart'
as _i15;
import 'package:auto_route/auto_route.dart' as _i16;
2025-08-15 16:31:29 +07:00
/// generated route for
/// [_i1.CustomerPage]
2025-08-15 23:06:47 +07:00
class CustomerRoute extends _i16.PageRouteInfo<void> {
const CustomerRoute({List<_i16.PageRouteInfo>? children})
2025-08-15 16:31:29 +07:00
: super(CustomerRoute.name, initialChildren: children);
static const String name = 'CustomerRoute';
2025-08-15 23:06:47 +07:00
static _i16.PageInfo page = _i16.PageInfo(
2025-08-15 16:31:29 +07:00
name,
builder: (data) {
return const _i1.CustomerPage();
},
);
}
2025-08-13 12:55:27 +07:00
/// generated route for
2025-08-15 16:31:29 +07:00
/// [_i2.DailyTasksFormPage]
2025-08-15 23:06:47 +07:00
class DailyTasksFormRoute extends _i16.PageRouteInfo<void> {
const DailyTasksFormRoute({List<_i16.PageRouteInfo>? children})
2025-08-13 12:55:27 +07:00
: super(DailyTasksFormRoute.name, initialChildren: children);
static const String name = 'DailyTasksFormRoute';
2025-08-15 23:06:47 +07:00
static _i16.PageInfo page = _i16.PageInfo(
2025-08-13 12:55:27 +07:00
name,
builder: (data) {
2025-08-15 16:31:29 +07:00
return const _i2.DailyTasksFormPage();
2025-08-13 12:55:27 +07:00
},
);
}
2025-08-12 17:36:41 +07:00
/// generated route for
2025-08-15 16:31:29 +07:00
/// [_i3.HomePage]
2025-08-15 23:06:47 +07:00
class HomeRoute extends _i16.PageRouteInfo<void> {
const HomeRoute({List<_i16.PageRouteInfo>? children})
2025-08-12 17:36:41 +07:00
: super(HomeRoute.name, initialChildren: children);
static const String name = 'HomeRoute';
2025-08-15 23:06:47 +07:00
static _i16.PageInfo page = _i16.PageInfo(
2025-08-12 17:36:41 +07:00
name,
builder: (data) {
2025-08-15 16:31:29 +07:00
return const _i3.HomePage();
2025-08-12 17:36:41 +07:00
},
);
}
2025-08-12 17:13:02 +07:00
/// generated route for
2025-08-15 18:02:09 +07:00
/// [_i4.InventoryPage]
2025-08-15 23:06:47 +07:00
class InventoryRoute extends _i16.PageRouteInfo<void> {
const InventoryRoute({List<_i16.PageRouteInfo>? children})
2025-08-15 18:02:09 +07:00
: super(InventoryRoute.name, initialChildren: children);
static const String name = 'InventoryRoute';
2025-08-15 23:06:47 +07:00
static _i16.PageInfo page = _i16.PageInfo(
2025-08-15 18:02:09 +07:00
name,
builder: (data) {
return const _i4.InventoryPage();
},
);
}
/// generated route for
/// [_i5.LanguagePage]
2025-08-15 23:06:47 +07:00
class LanguageRoute extends _i16.PageRouteInfo<void> {
const LanguageRoute({List<_i16.PageRouteInfo>? children})
2025-08-13 00:15:53 +07:00
: super(LanguageRoute.name, initialChildren: children);
static const String name = 'LanguageRoute';
2025-08-15 23:06:47 +07:00
static _i16.PageInfo page = _i16.PageInfo(
2025-08-13 00:15:53 +07:00
name,
builder: (data) {
2025-08-15 18:02:09 +07:00
return const _i5.LanguagePage();
2025-08-13 00:15:53 +07:00
},
);
}
/// generated route for
2025-08-15 18:02:09 +07:00
/// [_i6.LoginPage]
2025-08-15 23:06:47 +07:00
class LoginRoute extends _i16.PageRouteInfo<void> {
const LoginRoute({List<_i16.PageRouteInfo>? children})
2025-08-12 17:13:02 +07:00
: super(LoginRoute.name, initialChildren: children);
static const String name = 'LoginRoute';
2025-08-15 23:06:47 +07:00
static _i16.PageInfo page = _i16.PageInfo(
2025-08-12 17:36:41 +07:00
name,
builder: (data) {
2025-08-15 18:02:09 +07:00
return const _i6.LoginPage();
2025-08-12 17:36:41 +07:00
},
);
}
/// generated route for
2025-08-15 18:02:09 +07:00
/// [_i7.MainPage]
2025-08-15 23:06:47 +07:00
class MainRoute extends _i16.PageRouteInfo<void> {
const MainRoute({List<_i16.PageRouteInfo>? children})
2025-08-12 17:36:41 +07:00
: super(MainRoute.name, initialChildren: children);
static const String name = 'MainRoute';
2025-08-15 23:06:47 +07:00
static _i16.PageInfo page = _i16.PageInfo(
2025-08-12 17:13:02 +07:00
name,
builder: (data) {
2025-08-15 18:02:09 +07:00
return const _i7.MainPage();
2025-08-12 17:13:02 +07:00
},
);
}
2025-08-12 15:18:38 +07:00
/// generated route for
2025-08-15 18:02:09 +07:00
/// [_i8.ProductPage]
2025-08-15 23:06:47 +07:00
class ProductRoute extends _i16.PageRouteInfo<void> {
const ProductRoute({List<_i16.PageRouteInfo>? children})
2025-08-13 16:11:04 +07:00
: super(ProductRoute.name, initialChildren: children);
static const String name = 'ProductRoute';
2025-08-15 23:06:47 +07:00
static _i16.PageInfo page = _i16.PageInfo(
2025-08-13 16:11:04 +07:00
name,
builder: (data) {
2025-08-15 18:02:09 +07:00
return const _i8.ProductPage();
2025-08-13 16:11:04 +07:00
},
);
}
/// generated route for
2025-08-15 18:02:09 +07:00
/// [_i9.ProfilePage]
2025-08-15 23:06:47 +07:00
class ProfileRoute extends _i16.PageRouteInfo<void> {
const ProfileRoute({List<_i16.PageRouteInfo>? children})
2025-08-12 17:36:41 +07:00
: super(ProfileRoute.name, initialChildren: children);
static const String name = 'ProfileRoute';
2025-08-15 23:06:47 +07:00
static _i16.PageInfo page = _i16.PageInfo(
2025-08-12 17:36:41 +07:00
name,
builder: (data) {
2025-08-15 18:02:09 +07:00
return const _i9.ProfilePage();
2025-08-12 17:36:41 +07:00
},
);
}
/// generated route for
2025-08-15 23:06:47 +07:00
/// [_i10.PurchasePage]
class PurchaseRoute extends _i16.PageRouteInfo<void> {
const PurchaseRoute({List<_i16.PageRouteInfo>? children})
: super(PurchaseRoute.name, initialChildren: children);
static const String name = 'PurchaseRoute';
static _i16.PageInfo page = _i16.PageInfo(
name,
builder: (data) {
return const _i10.PurchasePage();
},
);
}
/// generated route for
/// [_i11.ReportPage]
class ReportRoute extends _i16.PageRouteInfo<void> {
const ReportRoute({List<_i16.PageRouteInfo>? children})
2025-08-12 17:36:41 +07:00
: super(ReportRoute.name, initialChildren: children);
static const String name = 'ReportRoute';
2025-08-15 23:06:47 +07:00
static _i16.PageInfo page = _i16.PageInfo(
2025-08-12 17:36:41 +07:00
name,
builder: (data) {
2025-08-15 23:06:47 +07:00
return const _i11.ReportPage();
2025-08-12 17:36:41 +07:00
},
);
}
/// generated route for
2025-08-15 23:06:47 +07:00
/// [_i12.SalesPage]
class SalesRoute extends _i16.PageRouteInfo<void> {
const SalesRoute({List<_i16.PageRouteInfo>? children})
2025-08-15 18:28:13 +07:00
: super(SalesRoute.name, initialChildren: children);
static const String name = 'SalesRoute';
2025-08-15 23:06:47 +07:00
static _i16.PageInfo page = _i16.PageInfo(
2025-08-15 18:28:13 +07:00
name,
builder: (data) {
2025-08-15 23:06:47 +07:00
return const _i12.SalesPage();
2025-08-15 18:28:13 +07:00
},
);
}
/// generated route for
2025-08-15 23:06:47 +07:00
/// [_i13.SchedulePage]
class ScheduleRoute extends _i16.PageRouteInfo<void> {
const ScheduleRoute({List<_i16.PageRouteInfo>? children})
2025-08-13 13:55:34 +07:00
: super(ScheduleRoute.name, initialChildren: children);
static const String name = 'ScheduleRoute';
2025-08-15 23:06:47 +07:00
static _i16.PageInfo page = _i16.PageInfo(
2025-08-13 13:55:34 +07:00
name,
builder: (data) {
2025-08-15 23:06:47 +07:00
return const _i13.SchedulePage();
2025-08-13 13:55:34 +07:00
},
);
}
/// generated route for
2025-08-15 23:06:47 +07:00
/// [_i14.SplashPage]
class SplashRoute extends _i16.PageRouteInfo<void> {
const SplashRoute({List<_i16.PageRouteInfo>? children})
2025-08-12 15:18:38 +07:00
: super(SplashRoute.name, initialChildren: children);
static const String name = 'SplashRoute';
2025-08-15 23:06:47 +07:00
static _i16.PageInfo page = _i16.PageInfo(
2025-08-12 17:36:41 +07:00
name,
builder: (data) {
2025-08-15 23:06:47 +07:00
return const _i14.SplashPage();
2025-08-12 17:36:41 +07:00
},
);
}
/// generated route for
2025-08-15 23:06:47 +07:00
/// [_i15.TransactionPage]
class TransactionRoute extends _i16.PageRouteInfo<void> {
const TransactionRoute({List<_i16.PageRouteInfo>? children})
2025-08-12 17:36:41 +07:00
: super(TransactionRoute.name, initialChildren: children);
static const String name = 'TransactionRoute';
2025-08-15 23:06:47 +07:00
static _i16.PageInfo page = _i16.PageInfo(
2025-08-12 15:18:38 +07:00
name,
builder: (data) {
2025-08-15 23:06:47 +07:00
return const _i15.TransactionPage();
2025-08-12 15:18:38 +07:00
},
);
}