193 lines
5.2 KiB
Dart
193 lines
5.2 KiB
Dart
// 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
|
|
import 'package:apskel_owner_flutter/presentation/pages/auth/login/login_page.dart'
|
|
as _i4;
|
|
import 'package:apskel_owner_flutter/presentation/pages/form/daily_task_form_page.dart'
|
|
as _i1;
|
|
import 'package:apskel_owner_flutter/presentation/pages/home/home_page.dart'
|
|
as _i2;
|
|
import 'package:apskel_owner_flutter/presentation/pages/language/language_page.dart'
|
|
as _i3;
|
|
import 'package:apskel_owner_flutter/presentation/pages/main/main_page.dart'
|
|
as _i5;
|
|
import 'package:apskel_owner_flutter/presentation/pages/profile/profile_page.dart'
|
|
as _i6;
|
|
import 'package:apskel_owner_flutter/presentation/pages/report/report_page.dart'
|
|
as _i7;
|
|
import 'package:apskel_owner_flutter/presentation/pages/schedule/schedule_page.dart'
|
|
as _i8;
|
|
import 'package:apskel_owner_flutter/presentation/pages/splash/splash_page.dart'
|
|
as _i9;
|
|
import 'package:apskel_owner_flutter/presentation/pages/transaction/transaction_page.dart'
|
|
as _i10;
|
|
import 'package:auto_route/auto_route.dart' as _i11;
|
|
|
|
/// generated route for
|
|
/// [_i1.DailyTasksFormPage]
|
|
class DailyTasksFormRoute extends _i11.PageRouteInfo<void> {
|
|
const DailyTasksFormRoute({List<_i11.PageRouteInfo>? children})
|
|
: super(DailyTasksFormRoute.name, initialChildren: children);
|
|
|
|
static const String name = 'DailyTasksFormRoute';
|
|
|
|
static _i11.PageInfo page = _i11.PageInfo(
|
|
name,
|
|
builder: (data) {
|
|
return const _i1.DailyTasksFormPage();
|
|
},
|
|
);
|
|
}
|
|
|
|
/// generated route for
|
|
/// [_i2.HomePage]
|
|
class HomeRoute extends _i11.PageRouteInfo<void> {
|
|
const HomeRoute({List<_i11.PageRouteInfo>? children})
|
|
: super(HomeRoute.name, initialChildren: children);
|
|
|
|
static const String name = 'HomeRoute';
|
|
|
|
static _i11.PageInfo page = _i11.PageInfo(
|
|
name,
|
|
builder: (data) {
|
|
return const _i2.HomePage();
|
|
},
|
|
);
|
|
}
|
|
|
|
/// generated route for
|
|
/// [_i3.LanguagePage]
|
|
class LanguageRoute extends _i11.PageRouteInfo<void> {
|
|
const LanguageRoute({List<_i11.PageRouteInfo>? children})
|
|
: super(LanguageRoute.name, initialChildren: children);
|
|
|
|
static const String name = 'LanguageRoute';
|
|
|
|
static _i11.PageInfo page = _i11.PageInfo(
|
|
name,
|
|
builder: (data) {
|
|
return const _i3.LanguagePage();
|
|
},
|
|
);
|
|
}
|
|
|
|
/// generated route for
|
|
/// [_i4.LoginPage]
|
|
class LoginRoute extends _i11.PageRouteInfo<void> {
|
|
const LoginRoute({List<_i11.PageRouteInfo>? children})
|
|
: super(LoginRoute.name, initialChildren: children);
|
|
|
|
static const String name = 'LoginRoute';
|
|
|
|
static _i11.PageInfo page = _i11.PageInfo(
|
|
name,
|
|
builder: (data) {
|
|
return const _i4.LoginPage();
|
|
},
|
|
);
|
|
}
|
|
|
|
/// generated route for
|
|
/// [_i5.MainPage]
|
|
class MainRoute extends _i11.PageRouteInfo<void> {
|
|
const MainRoute({List<_i11.PageRouteInfo>? children})
|
|
: super(MainRoute.name, initialChildren: children);
|
|
|
|
static const String name = 'MainRoute';
|
|
|
|
static _i11.PageInfo page = _i11.PageInfo(
|
|
name,
|
|
builder: (data) {
|
|
return const _i5.MainPage();
|
|
},
|
|
);
|
|
}
|
|
|
|
/// generated route for
|
|
/// [_i6.ProfilePage]
|
|
class ProfileRoute extends _i11.PageRouteInfo<void> {
|
|
const ProfileRoute({List<_i11.PageRouteInfo>? children})
|
|
: super(ProfileRoute.name, initialChildren: children);
|
|
|
|
static const String name = 'ProfileRoute';
|
|
|
|
static _i11.PageInfo page = _i11.PageInfo(
|
|
name,
|
|
builder: (data) {
|
|
return const _i6.ProfilePage();
|
|
},
|
|
);
|
|
}
|
|
|
|
/// generated route for
|
|
/// [_i7.ReportPage]
|
|
class ReportRoute extends _i11.PageRouteInfo<void> {
|
|
const ReportRoute({List<_i11.PageRouteInfo>? children})
|
|
: super(ReportRoute.name, initialChildren: children);
|
|
|
|
static const String name = 'ReportRoute';
|
|
|
|
static _i11.PageInfo page = _i11.PageInfo(
|
|
name,
|
|
builder: (data) {
|
|
return const _i7.ReportPage();
|
|
},
|
|
);
|
|
}
|
|
|
|
/// generated route for
|
|
/// [_i8.SchedulePage]
|
|
class ScheduleRoute extends _i11.PageRouteInfo<void> {
|
|
const ScheduleRoute({List<_i11.PageRouteInfo>? children})
|
|
: super(ScheduleRoute.name, initialChildren: children);
|
|
|
|
static const String name = 'ScheduleRoute';
|
|
|
|
static _i11.PageInfo page = _i11.PageInfo(
|
|
name,
|
|
builder: (data) {
|
|
return const _i8.SchedulePage();
|
|
},
|
|
);
|
|
}
|
|
|
|
/// generated route for
|
|
/// [_i9.SplashPage]
|
|
class SplashRoute extends _i11.PageRouteInfo<void> {
|
|
const SplashRoute({List<_i11.PageRouteInfo>? children})
|
|
: super(SplashRoute.name, initialChildren: children);
|
|
|
|
static const String name = 'SplashRoute';
|
|
|
|
static _i11.PageInfo page = _i11.PageInfo(
|
|
name,
|
|
builder: (data) {
|
|
return const _i9.SplashPage();
|
|
},
|
|
);
|
|
}
|
|
|
|
/// generated route for
|
|
/// [_i10.TransactionPage]
|
|
class TransactionRoute extends _i11.PageRouteInfo<void> {
|
|
const TransactionRoute({List<_i11.PageRouteInfo>? children})
|
|
: super(TransactionRoute.name, initialChildren: children);
|
|
|
|
static const String name = 'TransactionRoute';
|
|
|
|
static _i11.PageInfo page = _i11.PageInfo(
|
|
name,
|
|
builder: (data) {
|
|
return const _i10.TransactionPage();
|
|
},
|
|
);
|
|
}
|