✨ Check-in basis
This commit is contained in:
@ -9,33 +9,50 @@
|
||||
// coverage:ignore-file
|
||||
|
||||
// ignore_for_file: no_leading_underscores_for_library_prefixes
|
||||
import 'package:auto_route/auto_route.dart' as _i17;
|
||||
import 'package:flutter/material.dart' as _i18;
|
||||
import 'package:island/models/post.dart' as _i19;
|
||||
import 'package:island/screens/account.dart' as _i2;
|
||||
import 'package:island/screens/account/me.dart' as _i11;
|
||||
import 'package:island/screens/account/me/publishers.dart' as _i7;
|
||||
import 'package:island/screens/account/me/update.dart' as _i16;
|
||||
import 'package:island/screens/account/profile.dart' as _i1;
|
||||
import 'package:island/screens/auth/create_account.dart' as _i6;
|
||||
import 'package:island/screens/auth/login.dart' as _i10;
|
||||
import 'package:island/screens/auth/tabs.dart' as _i15;
|
||||
import 'package:island/screens/chat/chat.dart' as _i4;
|
||||
import 'package:island/screens/chat/room.dart' as _i5;
|
||||
import 'package:island/screens/chat/room_detail.dart' as _i3;
|
||||
import 'package:island/screens/explore.dart' as _i9;
|
||||
import 'package:island/screens/posts/compose.dart' as _i12;
|
||||
import 'package:island/screens/posts/detail.dart' as _i13;
|
||||
import 'package:island/screens/realm/detail.dart' as _i14;
|
||||
import 'package:island/screens/realm/realms.dart' as _i8;
|
||||
import 'package:auto_route/auto_route.dart' as _i18;
|
||||
import 'package:flutter/material.dart' as _i19;
|
||||
import 'package:island/models/post.dart' as _i20;
|
||||
import 'package:island/screens/account.dart' as _i3;
|
||||
import 'package:island/screens/account/me.dart' as _i12;
|
||||
import 'package:island/screens/account/me/event_calendar.dart' as _i1;
|
||||
import 'package:island/screens/account/me/publishers.dart' as _i8;
|
||||
import 'package:island/screens/account/me/update.dart' as _i17;
|
||||
import 'package:island/screens/account/profile.dart' as _i2;
|
||||
import 'package:island/screens/auth/create_account.dart' as _i7;
|
||||
import 'package:island/screens/auth/login.dart' as _i11;
|
||||
import 'package:island/screens/auth/tabs.dart' as _i16;
|
||||
import 'package:island/screens/chat/chat.dart' as _i5;
|
||||
import 'package:island/screens/chat/room.dart' as _i6;
|
||||
import 'package:island/screens/chat/room_detail.dart' as _i4;
|
||||
import 'package:island/screens/explore.dart' as _i10;
|
||||
import 'package:island/screens/posts/compose.dart' as _i13;
|
||||
import 'package:island/screens/posts/detail.dart' as _i14;
|
||||
import 'package:island/screens/realm/detail.dart' as _i15;
|
||||
import 'package:island/screens/realm/realms.dart' as _i9;
|
||||
|
||||
/// generated route for
|
||||
/// [_i1.AccountProfileScreen]
|
||||
class AccountProfileRoute extends _i17.PageRouteInfo<AccountProfileRouteArgs> {
|
||||
/// [_i1.AccountEventCalendar]
|
||||
class AccountEventCalendar extends _i18.PageRouteInfo<void> {
|
||||
const AccountEventCalendar({List<_i18.PageRouteInfo>? children})
|
||||
: super(AccountEventCalendar.name, initialChildren: children);
|
||||
|
||||
static const String name = 'AccountEventCalendar';
|
||||
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i1.AccountEventCalendar();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i2.AccountProfileScreen]
|
||||
class AccountProfileRoute extends _i18.PageRouteInfo<AccountProfileRouteArgs> {
|
||||
AccountProfileRoute({
|
||||
_i18.Key? key,
|
||||
_i19.Key? key,
|
||||
required String name,
|
||||
List<_i17.PageRouteInfo>? children,
|
||||
List<_i18.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
AccountProfileRoute.name,
|
||||
args: AccountProfileRouteArgs(key: key, name: name),
|
||||
@ -45,7 +62,7 @@ class AccountProfileRoute extends _i17.PageRouteInfo<AccountProfileRouteArgs> {
|
||||
|
||||
static const String name = 'AccountProfileRoute';
|
||||
|
||||
static _i17.PageInfo page = _i17.PageInfo(
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
@ -53,7 +70,7 @@ class AccountProfileRoute extends _i17.PageRouteInfo<AccountProfileRouteArgs> {
|
||||
orElse:
|
||||
() => AccountProfileRouteArgs(name: pathParams.getString('name')),
|
||||
);
|
||||
return _i1.AccountProfileScreen(key: args.key, name: args.name);
|
||||
return _i2.AccountProfileScreen(key: args.key, name: args.name);
|
||||
},
|
||||
);
|
||||
}
|
||||
@ -61,7 +78,7 @@ class AccountProfileRoute extends _i17.PageRouteInfo<AccountProfileRouteArgs> {
|
||||
class AccountProfileRouteArgs {
|
||||
const AccountProfileRouteArgs({this.key, required this.name});
|
||||
|
||||
final _i18.Key? key;
|
||||
final _i19.Key? key;
|
||||
|
||||
final String name;
|
||||
|
||||
@ -72,28 +89,28 @@ class AccountProfileRouteArgs {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i2.AccountScreen]
|
||||
class AccountRoute extends _i17.PageRouteInfo<void> {
|
||||
const AccountRoute({List<_i17.PageRouteInfo>? children})
|
||||
/// [_i3.AccountScreen]
|
||||
class AccountRoute extends _i18.PageRouteInfo<void> {
|
||||
const AccountRoute({List<_i18.PageRouteInfo>? children})
|
||||
: super(AccountRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'AccountRoute';
|
||||
|
||||
static _i17.PageInfo page = _i17.PageInfo(
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i2.AccountScreen();
|
||||
return const _i3.AccountScreen();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i3.ChatDetailScreen]
|
||||
class ChatDetailRoute extends _i17.PageRouteInfo<ChatDetailRouteArgs> {
|
||||
/// [_i4.ChatDetailScreen]
|
||||
class ChatDetailRoute extends _i18.PageRouteInfo<ChatDetailRouteArgs> {
|
||||
ChatDetailRoute({
|
||||
_i18.Key? key,
|
||||
_i19.Key? key,
|
||||
required int id,
|
||||
List<_i17.PageRouteInfo>? children,
|
||||
List<_i18.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
ChatDetailRoute.name,
|
||||
args: ChatDetailRouteArgs(key: key, id: id),
|
||||
@ -103,14 +120,14 @@ class ChatDetailRoute extends _i17.PageRouteInfo<ChatDetailRouteArgs> {
|
||||
|
||||
static const String name = 'ChatDetailRoute';
|
||||
|
||||
static _i17.PageInfo page = _i17.PageInfo(
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
final args = data.argsAs<ChatDetailRouteArgs>(
|
||||
orElse: () => ChatDetailRouteArgs(id: pathParams.getInt('id')),
|
||||
);
|
||||
return _i3.ChatDetailScreen(key: args.key, id: args.id);
|
||||
return _i4.ChatDetailScreen(key: args.key, id: args.id);
|
||||
},
|
||||
);
|
||||
}
|
||||
@ -118,7 +135,7 @@ class ChatDetailRoute extends _i17.PageRouteInfo<ChatDetailRouteArgs> {
|
||||
class ChatDetailRouteArgs {
|
||||
const ChatDetailRouteArgs({this.key, required this.id});
|
||||
|
||||
final _i18.Key? key;
|
||||
final _i19.Key? key;
|
||||
|
||||
final int id;
|
||||
|
||||
@ -129,28 +146,28 @@ class ChatDetailRouteArgs {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i4.ChatListScreen]
|
||||
class ChatListRoute extends _i17.PageRouteInfo<void> {
|
||||
const ChatListRoute({List<_i17.PageRouteInfo>? children})
|
||||
/// [_i5.ChatListScreen]
|
||||
class ChatListRoute extends _i18.PageRouteInfo<void> {
|
||||
const ChatListRoute({List<_i18.PageRouteInfo>? children})
|
||||
: super(ChatListRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'ChatListRoute';
|
||||
|
||||
static _i17.PageInfo page = _i17.PageInfo(
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i4.ChatListScreen();
|
||||
return const _i5.ChatListScreen();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i5.ChatRoomScreen]
|
||||
class ChatRoomRoute extends _i17.PageRouteInfo<ChatRoomRouteArgs> {
|
||||
/// [_i6.ChatRoomScreen]
|
||||
class ChatRoomRoute extends _i18.PageRouteInfo<ChatRoomRouteArgs> {
|
||||
ChatRoomRoute({
|
||||
_i18.Key? key,
|
||||
_i19.Key? key,
|
||||
required int id,
|
||||
List<_i17.PageRouteInfo>? children,
|
||||
List<_i18.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
ChatRoomRoute.name,
|
||||
args: ChatRoomRouteArgs(key: key, id: id),
|
||||
@ -160,14 +177,14 @@ class ChatRoomRoute extends _i17.PageRouteInfo<ChatRoomRouteArgs> {
|
||||
|
||||
static const String name = 'ChatRoomRoute';
|
||||
|
||||
static _i17.PageInfo page = _i17.PageInfo(
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
final args = data.argsAs<ChatRoomRouteArgs>(
|
||||
orElse: () => ChatRoomRouteArgs(id: pathParams.getInt('id')),
|
||||
);
|
||||
return _i5.ChatRoomScreen(key: args.key, id: args.id);
|
||||
return _i6.ChatRoomScreen(key: args.key, id: args.id);
|
||||
},
|
||||
);
|
||||
}
|
||||
@ -175,7 +192,7 @@ class ChatRoomRoute extends _i17.PageRouteInfo<ChatRoomRouteArgs> {
|
||||
class ChatRoomRouteArgs {
|
||||
const ChatRoomRouteArgs({this.key, required this.id});
|
||||
|
||||
final _i18.Key? key;
|
||||
final _i19.Key? key;
|
||||
|
||||
final int id;
|
||||
|
||||
@ -186,25 +203,25 @@ class ChatRoomRouteArgs {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i6.CreateAccountScreen]
|
||||
class CreateAccountRoute extends _i17.PageRouteInfo<void> {
|
||||
const CreateAccountRoute({List<_i17.PageRouteInfo>? children})
|
||||
/// [_i7.CreateAccountScreen]
|
||||
class CreateAccountRoute extends _i18.PageRouteInfo<void> {
|
||||
const CreateAccountRoute({List<_i18.PageRouteInfo>? children})
|
||||
: super(CreateAccountRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'CreateAccountRoute';
|
||||
|
||||
static _i17.PageInfo page = _i17.PageInfo(
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i6.CreateAccountScreen();
|
||||
return const _i7.CreateAccountScreen();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i4.EditChatScreen]
|
||||
class EditChatRoute extends _i17.PageRouteInfo<EditChatRouteArgs> {
|
||||
EditChatRoute({_i18.Key? key, int? id, List<_i17.PageRouteInfo>? children})
|
||||
/// [_i5.EditChatScreen]
|
||||
class EditChatRoute extends _i18.PageRouteInfo<EditChatRouteArgs> {
|
||||
EditChatRoute({_i19.Key? key, int? id, List<_i18.PageRouteInfo>? children})
|
||||
: super(
|
||||
EditChatRoute.name,
|
||||
args: EditChatRouteArgs(key: key, id: id),
|
||||
@ -214,14 +231,14 @@ class EditChatRoute extends _i17.PageRouteInfo<EditChatRouteArgs> {
|
||||
|
||||
static const String name = 'EditChatRoute';
|
||||
|
||||
static _i17.PageInfo page = _i17.PageInfo(
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
final args = data.argsAs<EditChatRouteArgs>(
|
||||
orElse: () => EditChatRouteArgs(id: pathParams.optInt('id')),
|
||||
);
|
||||
return _i4.EditChatScreen(key: args.key, id: args.id);
|
||||
return _i5.EditChatScreen(key: args.key, id: args.id);
|
||||
},
|
||||
);
|
||||
}
|
||||
@ -229,7 +246,7 @@ class EditChatRoute extends _i17.PageRouteInfo<EditChatRouteArgs> {
|
||||
class EditChatRouteArgs {
|
||||
const EditChatRouteArgs({this.key, this.id});
|
||||
|
||||
final _i18.Key? key;
|
||||
final _i19.Key? key;
|
||||
|
||||
final int? id;
|
||||
|
||||
@ -240,12 +257,12 @@ class EditChatRouteArgs {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i7.EditPublisherScreen]
|
||||
class EditPublisherRoute extends _i17.PageRouteInfo<EditPublisherRouteArgs> {
|
||||
/// [_i8.EditPublisherScreen]
|
||||
class EditPublisherRoute extends _i18.PageRouteInfo<EditPublisherRouteArgs> {
|
||||
EditPublisherRoute({
|
||||
_i18.Key? key,
|
||||
_i19.Key? key,
|
||||
String? name,
|
||||
List<_i17.PageRouteInfo>? children,
|
||||
List<_i18.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
EditPublisherRoute.name,
|
||||
args: EditPublisherRouteArgs(key: key, name: name),
|
||||
@ -255,14 +272,14 @@ class EditPublisherRoute extends _i17.PageRouteInfo<EditPublisherRouteArgs> {
|
||||
|
||||
static const String name = 'EditPublisherRoute';
|
||||
|
||||
static _i17.PageInfo page = _i17.PageInfo(
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
final args = data.argsAs<EditPublisherRouteArgs>(
|
||||
orElse: () => EditPublisherRouteArgs(name: pathParams.optString('id')),
|
||||
);
|
||||
return _i7.EditPublisherScreen(key: args.key, name: args.name);
|
||||
return _i8.EditPublisherScreen(key: args.key, name: args.name);
|
||||
},
|
||||
);
|
||||
}
|
||||
@ -270,7 +287,7 @@ class EditPublisherRoute extends _i17.PageRouteInfo<EditPublisherRouteArgs> {
|
||||
class EditPublisherRouteArgs {
|
||||
const EditPublisherRouteArgs({this.key, this.name});
|
||||
|
||||
final _i18.Key? key;
|
||||
final _i19.Key? key;
|
||||
|
||||
final String? name;
|
||||
|
||||
@ -281,12 +298,12 @@ class EditPublisherRouteArgs {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i8.EditRealmScreen]
|
||||
class EditRealmRoute extends _i17.PageRouteInfo<EditRealmRouteArgs> {
|
||||
/// [_i9.EditRealmScreen]
|
||||
class EditRealmRoute extends _i18.PageRouteInfo<EditRealmRouteArgs> {
|
||||
EditRealmRoute({
|
||||
_i18.Key? key,
|
||||
_i19.Key? key,
|
||||
String? slug,
|
||||
List<_i17.PageRouteInfo>? children,
|
||||
List<_i18.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
EditRealmRoute.name,
|
||||
args: EditRealmRouteArgs(key: key, slug: slug),
|
||||
@ -296,14 +313,14 @@ class EditRealmRoute extends _i17.PageRouteInfo<EditRealmRouteArgs> {
|
||||
|
||||
static const String name = 'EditRealmRoute';
|
||||
|
||||
static _i17.PageInfo page = _i17.PageInfo(
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
final args = data.argsAs<EditRealmRouteArgs>(
|
||||
orElse: () => EditRealmRouteArgs(slug: pathParams.optString('slug')),
|
||||
);
|
||||
return _i8.EditRealmScreen(key: args.key, slug: args.slug);
|
||||
return _i9.EditRealmScreen(key: args.key, slug: args.slug);
|
||||
},
|
||||
);
|
||||
}
|
||||
@ -311,7 +328,7 @@ class EditRealmRoute extends _i17.PageRouteInfo<EditRealmRouteArgs> {
|
||||
class EditRealmRouteArgs {
|
||||
const EditRealmRouteArgs({this.key, this.slug});
|
||||
|
||||
final _i18.Key? key;
|
||||
final _i19.Key? key;
|
||||
|
||||
final String? slug;
|
||||
|
||||
@ -322,124 +339,124 @@ class EditRealmRouteArgs {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i9.ExploreScreen]
|
||||
class ExploreRoute extends _i17.PageRouteInfo<void> {
|
||||
const ExploreRoute({List<_i17.PageRouteInfo>? children})
|
||||
/// [_i10.ExploreScreen]
|
||||
class ExploreRoute extends _i18.PageRouteInfo<void> {
|
||||
const ExploreRoute({List<_i18.PageRouteInfo>? children})
|
||||
: super(ExploreRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'ExploreRoute';
|
||||
|
||||
static _i17.PageInfo page = _i17.PageInfo(
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i9.ExploreScreen();
|
||||
return const _i10.ExploreScreen();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i10.LoginScreen]
|
||||
class LoginRoute extends _i17.PageRouteInfo<void> {
|
||||
const LoginRoute({List<_i17.PageRouteInfo>? children})
|
||||
/// [_i11.LoginScreen]
|
||||
class LoginRoute extends _i18.PageRouteInfo<void> {
|
||||
const LoginRoute({List<_i18.PageRouteInfo>? children})
|
||||
: super(LoginRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'LoginRoute';
|
||||
|
||||
static _i17.PageInfo page = _i17.PageInfo(
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i10.LoginScreen();
|
||||
return const _i11.LoginScreen();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i7.ManagedPublisherScreen]
|
||||
class ManagedPublisherRoute extends _i17.PageRouteInfo<void> {
|
||||
const ManagedPublisherRoute({List<_i17.PageRouteInfo>? children})
|
||||
/// [_i8.ManagedPublisherScreen]
|
||||
class ManagedPublisherRoute extends _i18.PageRouteInfo<void> {
|
||||
const ManagedPublisherRoute({List<_i18.PageRouteInfo>? children})
|
||||
: super(ManagedPublisherRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'ManagedPublisherRoute';
|
||||
|
||||
static _i17.PageInfo page = _i17.PageInfo(
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i7.ManagedPublisherScreen();
|
||||
return const _i8.ManagedPublisherScreen();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i11.MyselfProfileScreen]
|
||||
class MyselfProfileRoute extends _i17.PageRouteInfo<void> {
|
||||
const MyselfProfileRoute({List<_i17.PageRouteInfo>? children})
|
||||
/// [_i12.MyselfProfileScreen]
|
||||
class MyselfProfileRoute extends _i18.PageRouteInfo<void> {
|
||||
const MyselfProfileRoute({List<_i18.PageRouteInfo>? children})
|
||||
: super(MyselfProfileRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'MyselfProfileRoute';
|
||||
|
||||
static _i17.PageInfo page = _i17.PageInfo(
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i11.MyselfProfileScreen();
|
||||
return const _i12.MyselfProfileScreen();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i4.NewChatScreen]
|
||||
class NewChatRoute extends _i17.PageRouteInfo<void> {
|
||||
const NewChatRoute({List<_i17.PageRouteInfo>? children})
|
||||
/// [_i5.NewChatScreen]
|
||||
class NewChatRoute extends _i18.PageRouteInfo<void> {
|
||||
const NewChatRoute({List<_i18.PageRouteInfo>? children})
|
||||
: super(NewChatRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'NewChatRoute';
|
||||
|
||||
static _i17.PageInfo page = _i17.PageInfo(
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i4.NewChatScreen();
|
||||
return const _i5.NewChatScreen();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i7.NewPublisherScreen]
|
||||
class NewPublisherRoute extends _i17.PageRouteInfo<void> {
|
||||
const NewPublisherRoute({List<_i17.PageRouteInfo>? children})
|
||||
/// [_i8.NewPublisherScreen]
|
||||
class NewPublisherRoute extends _i18.PageRouteInfo<void> {
|
||||
const NewPublisherRoute({List<_i18.PageRouteInfo>? children})
|
||||
: super(NewPublisherRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'NewPublisherRoute';
|
||||
|
||||
static _i17.PageInfo page = _i17.PageInfo(
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i7.NewPublisherScreen();
|
||||
return const _i8.NewPublisherScreen();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i8.NewRealmScreen]
|
||||
class NewRealmRoute extends _i17.PageRouteInfo<void> {
|
||||
const NewRealmRoute({List<_i17.PageRouteInfo>? children})
|
||||
/// [_i9.NewRealmScreen]
|
||||
class NewRealmRoute extends _i18.PageRouteInfo<void> {
|
||||
const NewRealmRoute({List<_i18.PageRouteInfo>? children})
|
||||
: super(NewRealmRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'NewRealmRoute';
|
||||
|
||||
static _i17.PageInfo page = _i17.PageInfo(
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i8.NewRealmScreen();
|
||||
return const _i9.NewRealmScreen();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i12.PostComposeScreen]
|
||||
class PostComposeRoute extends _i17.PageRouteInfo<PostComposeRouteArgs> {
|
||||
/// [_i13.PostComposeScreen]
|
||||
class PostComposeRoute extends _i18.PageRouteInfo<PostComposeRouteArgs> {
|
||||
PostComposeRoute({
|
||||
_i18.Key? key,
|
||||
_i19.SnPost? originalPost,
|
||||
List<_i17.PageRouteInfo>? children,
|
||||
_i19.Key? key,
|
||||
_i20.SnPost? originalPost,
|
||||
List<_i18.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
PostComposeRoute.name,
|
||||
args: PostComposeRouteArgs(key: key, originalPost: originalPost),
|
||||
@ -448,13 +465,13 @@ class PostComposeRoute extends _i17.PageRouteInfo<PostComposeRouteArgs> {
|
||||
|
||||
static const String name = 'PostComposeRoute';
|
||||
|
||||
static _i17.PageInfo page = _i17.PageInfo(
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final args = data.argsAs<PostComposeRouteArgs>(
|
||||
orElse: () => const PostComposeRouteArgs(),
|
||||
);
|
||||
return _i12.PostComposeScreen(
|
||||
return _i13.PostComposeScreen(
|
||||
key: args.key,
|
||||
originalPost: args.originalPost,
|
||||
);
|
||||
@ -465,9 +482,9 @@ class PostComposeRoute extends _i17.PageRouteInfo<PostComposeRouteArgs> {
|
||||
class PostComposeRouteArgs {
|
||||
const PostComposeRouteArgs({this.key, this.originalPost});
|
||||
|
||||
final _i18.Key? key;
|
||||
final _i19.Key? key;
|
||||
|
||||
final _i19.SnPost? originalPost;
|
||||
final _i20.SnPost? originalPost;
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
@ -476,12 +493,12 @@ class PostComposeRouteArgs {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i13.PostDetailScreen]
|
||||
class PostDetailRoute extends _i17.PageRouteInfo<PostDetailRouteArgs> {
|
||||
/// [_i14.PostDetailScreen]
|
||||
class PostDetailRoute extends _i18.PageRouteInfo<PostDetailRouteArgs> {
|
||||
PostDetailRoute({
|
||||
_i18.Key? key,
|
||||
_i19.Key? key,
|
||||
required int id,
|
||||
List<_i17.PageRouteInfo>? children,
|
||||
List<_i18.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
PostDetailRoute.name,
|
||||
args: PostDetailRouteArgs(key: key, id: id),
|
||||
@ -491,14 +508,14 @@ class PostDetailRoute extends _i17.PageRouteInfo<PostDetailRouteArgs> {
|
||||
|
||||
static const String name = 'PostDetailRoute';
|
||||
|
||||
static _i17.PageInfo page = _i17.PageInfo(
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
final args = data.argsAs<PostDetailRouteArgs>(
|
||||
orElse: () => PostDetailRouteArgs(id: pathParams.getInt('id')),
|
||||
);
|
||||
return _i13.PostDetailScreen(key: args.key, id: args.id);
|
||||
return _i14.PostDetailScreen(key: args.key, id: args.id);
|
||||
},
|
||||
);
|
||||
}
|
||||
@ -506,7 +523,7 @@ class PostDetailRoute extends _i17.PageRouteInfo<PostDetailRouteArgs> {
|
||||
class PostDetailRouteArgs {
|
||||
const PostDetailRouteArgs({this.key, required this.id});
|
||||
|
||||
final _i18.Key? key;
|
||||
final _i19.Key? key;
|
||||
|
||||
final int id;
|
||||
|
||||
@ -517,12 +534,12 @@ class PostDetailRouteArgs {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i12.PostEditScreen]
|
||||
class PostEditRoute extends _i17.PageRouteInfo<PostEditRouteArgs> {
|
||||
/// [_i13.PostEditScreen]
|
||||
class PostEditRoute extends _i18.PageRouteInfo<PostEditRouteArgs> {
|
||||
PostEditRoute({
|
||||
_i18.Key? key,
|
||||
_i19.Key? key,
|
||||
required int id,
|
||||
List<_i17.PageRouteInfo>? children,
|
||||
List<_i18.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
PostEditRoute.name,
|
||||
args: PostEditRouteArgs(key: key, id: id),
|
||||
@ -532,14 +549,14 @@ class PostEditRoute extends _i17.PageRouteInfo<PostEditRouteArgs> {
|
||||
|
||||
static const String name = 'PostEditRoute';
|
||||
|
||||
static _i17.PageInfo page = _i17.PageInfo(
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
final args = data.argsAs<PostEditRouteArgs>(
|
||||
orElse: () => PostEditRouteArgs(id: pathParams.getInt('id')),
|
||||
);
|
||||
return _i12.PostEditScreen(key: args.key, id: args.id);
|
||||
return _i13.PostEditScreen(key: args.key, id: args.id);
|
||||
},
|
||||
);
|
||||
}
|
||||
@ -547,7 +564,7 @@ class PostEditRoute extends _i17.PageRouteInfo<PostEditRouteArgs> {
|
||||
class PostEditRouteArgs {
|
||||
const PostEditRouteArgs({this.key, required this.id});
|
||||
|
||||
final _i18.Key? key;
|
||||
final _i19.Key? key;
|
||||
|
||||
final int id;
|
||||
|
||||
@ -558,12 +575,12 @@ class PostEditRouteArgs {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i14.RealmDetailScreen]
|
||||
class RealmDetailRoute extends _i17.PageRouteInfo<RealmDetailRouteArgs> {
|
||||
/// [_i15.RealmDetailScreen]
|
||||
class RealmDetailRoute extends _i18.PageRouteInfo<RealmDetailRouteArgs> {
|
||||
RealmDetailRoute({
|
||||
_i18.Key? key,
|
||||
_i19.Key? key,
|
||||
required String slug,
|
||||
List<_i17.PageRouteInfo>? children,
|
||||
List<_i18.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
RealmDetailRoute.name,
|
||||
args: RealmDetailRouteArgs(key: key, slug: slug),
|
||||
@ -573,14 +590,14 @@ class RealmDetailRoute extends _i17.PageRouteInfo<RealmDetailRouteArgs> {
|
||||
|
||||
static const String name = 'RealmDetailRoute';
|
||||
|
||||
static _i17.PageInfo page = _i17.PageInfo(
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
final args = data.argsAs<RealmDetailRouteArgs>(
|
||||
orElse: () => RealmDetailRouteArgs(slug: pathParams.getString('slug')),
|
||||
);
|
||||
return _i14.RealmDetailScreen(key: args.key, slug: args.slug);
|
||||
return _i15.RealmDetailScreen(key: args.key, slug: args.slug);
|
||||
},
|
||||
);
|
||||
}
|
||||
@ -588,7 +605,7 @@ class RealmDetailRoute extends _i17.PageRouteInfo<RealmDetailRouteArgs> {
|
||||
class RealmDetailRouteArgs {
|
||||
const RealmDetailRouteArgs({this.key, required this.slug});
|
||||
|
||||
final _i18.Key? key;
|
||||
final _i19.Key? key;
|
||||
|
||||
final String slug;
|
||||
|
||||
@ -599,49 +616,49 @@ class RealmDetailRouteArgs {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i8.RealmListScreen]
|
||||
class RealmListRoute extends _i17.PageRouteInfo<void> {
|
||||
const RealmListRoute({List<_i17.PageRouteInfo>? children})
|
||||
/// [_i9.RealmListScreen]
|
||||
class RealmListRoute extends _i18.PageRouteInfo<void> {
|
||||
const RealmListRoute({List<_i18.PageRouteInfo>? children})
|
||||
: super(RealmListRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'RealmListRoute';
|
||||
|
||||
static _i17.PageInfo page = _i17.PageInfo(
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i8.RealmListScreen();
|
||||
return const _i9.RealmListScreen();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i15.TabsScreen]
|
||||
class TabsRoute extends _i17.PageRouteInfo<void> {
|
||||
const TabsRoute({List<_i17.PageRouteInfo>? children})
|
||||
/// [_i16.TabsScreen]
|
||||
class TabsRoute extends _i18.PageRouteInfo<void> {
|
||||
const TabsRoute({List<_i18.PageRouteInfo>? children})
|
||||
: super(TabsRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'TabsRoute';
|
||||
|
||||
static _i17.PageInfo page = _i17.PageInfo(
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i15.TabsScreen();
|
||||
return const _i16.TabsScreen();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i16.UpdateProfileScreen]
|
||||
class UpdateProfileRoute extends _i17.PageRouteInfo<void> {
|
||||
const UpdateProfileRoute({List<_i17.PageRouteInfo>? children})
|
||||
/// [_i17.UpdateProfileScreen]
|
||||
class UpdateProfileRoute extends _i18.PageRouteInfo<void> {
|
||||
const UpdateProfileRoute({List<_i18.PageRouteInfo>? children})
|
||||
: super(UpdateProfileRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'UpdateProfileRoute';
|
||||
|
||||
static _i17.PageInfo page = _i17.PageInfo(
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i16.UpdateProfileScreen();
|
||||
return const _i17.UpdateProfileScreen();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user