♻️ Refactored markdown content
This commit is contained in:
@ -9,20 +9,19 @@
|
||||
// coverage:ignore-file
|
||||
|
||||
// ignore_for_file: no_leading_underscores_for_library_prefixes
|
||||
import 'package:auto_route/auto_route.dart' as _i26;
|
||||
import 'package:flutter/material.dart' as _i27;
|
||||
import 'package:island/models/post.dart' as _i28;
|
||||
import 'package:auto_route/auto_route.dart' as _i25;
|
||||
import 'package:flutter/material.dart' as _i26;
|
||||
import 'package:island/models/post.dart' as _i27;
|
||||
import 'package:island/screens/account.dart' as _i2;
|
||||
import 'package:island/screens/account/me.dart' as _i16;
|
||||
import 'package:island/screens/account/me/event_calendar.dart' as _i15;
|
||||
import 'package:island/screens/account/me/publishers.dart' as _i9;
|
||||
import 'package:island/screens/account/me/settings.dart' as _i3;
|
||||
import 'package:island/screens/account/me/update.dart' as _i24;
|
||||
import 'package:island/screens/account/me/update.dart' as _i23;
|
||||
import 'package:island/screens/account/profile.dart' as _i1;
|
||||
import 'package:island/screens/account/relationship.dart' as _i21;
|
||||
import 'package:island/screens/account/relationship.dart' as _i20;
|
||||
import 'package:island/screens/auth/create_account.dart' as _i7;
|
||||
import 'package:island/screens/auth/login.dart' as _i14;
|
||||
import 'package:island/screens/auth/tabs.dart' as _i23;
|
||||
import 'package:island/screens/auth/tabs.dart' as _i22;
|
||||
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;
|
||||
@ -30,21 +29,21 @@ import 'package:island/screens/creators/hub.dart' as _i8;
|
||||
import 'package:island/screens/creators/stickers/pack_detail.dart' as _i12;
|
||||
import 'package:island/screens/creators/stickers/stickers.dart' as _i11;
|
||||
import 'package:island/screens/explore.dart' as _i13;
|
||||
import 'package:island/screens/posts/compose.dart' as _i17;
|
||||
import 'package:island/screens/posts/detail.dart' as _i18;
|
||||
import 'package:island/screens/posts/pub_profile.dart' as _i19;
|
||||
import 'package:island/screens/realm/detail.dart' as _i20;
|
||||
import 'package:island/screens/posts/compose.dart' as _i16;
|
||||
import 'package:island/screens/posts/detail.dart' as _i17;
|
||||
import 'package:island/screens/posts/pub_profile.dart' as _i18;
|
||||
import 'package:island/screens/realm/detail.dart' as _i19;
|
||||
import 'package:island/screens/realm/realms.dart' as _i10;
|
||||
import 'package:island/screens/settings.dart' as _i22;
|
||||
import 'package:island/screens/wallet.dart' as _i25;
|
||||
import 'package:island/screens/settings.dart' as _i21;
|
||||
import 'package:island/screens/wallet.dart' as _i24;
|
||||
|
||||
/// generated route for
|
||||
/// [_i1.AccountProfileScreen]
|
||||
class AccountProfileRoute extends _i26.PageRouteInfo<AccountProfileRouteArgs> {
|
||||
class AccountProfileRoute extends _i25.PageRouteInfo<AccountProfileRouteArgs> {
|
||||
AccountProfileRoute({
|
||||
_i27.Key? key,
|
||||
_i26.Key? key,
|
||||
required String name,
|
||||
List<_i26.PageRouteInfo>? children,
|
||||
List<_i25.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
AccountProfileRoute.name,
|
||||
args: AccountProfileRouteArgs(key: key, name: name),
|
||||
@ -54,7 +53,7 @@ class AccountProfileRoute extends _i26.PageRouteInfo<AccountProfileRouteArgs> {
|
||||
|
||||
static const String name = 'AccountProfileRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
@ -70,7 +69,7 @@ class AccountProfileRoute extends _i26.PageRouteInfo<AccountProfileRouteArgs> {
|
||||
class AccountProfileRouteArgs {
|
||||
const AccountProfileRouteArgs({this.key, required this.name});
|
||||
|
||||
final _i27.Key? key;
|
||||
final _i26.Key? key;
|
||||
|
||||
final String name;
|
||||
|
||||
@ -82,13 +81,13 @@ class AccountProfileRouteArgs {
|
||||
|
||||
/// generated route for
|
||||
/// [_i2.AccountScreen]
|
||||
class AccountRoute extends _i26.PageRouteInfo<void> {
|
||||
const AccountRoute({List<_i26.PageRouteInfo>? children})
|
||||
class AccountRoute extends _i25.PageRouteInfo<void> {
|
||||
const AccountRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(AccountRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'AccountRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i2.AccountScreen();
|
||||
@ -98,13 +97,13 @@ class AccountRoute extends _i26.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i3.AccountSettingsScreen]
|
||||
class AccountSettingsRoute extends _i26.PageRouteInfo<void> {
|
||||
const AccountSettingsRoute({List<_i26.PageRouteInfo>? children})
|
||||
class AccountSettingsRoute extends _i25.PageRouteInfo<void> {
|
||||
const AccountSettingsRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(AccountSettingsRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'AccountSettingsRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i3.AccountSettingsScreen();
|
||||
@ -114,11 +113,11 @@ class AccountSettingsRoute extends _i26.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i4.ChatDetailScreen]
|
||||
class ChatDetailRoute extends _i26.PageRouteInfo<ChatDetailRouteArgs> {
|
||||
class ChatDetailRoute extends _i25.PageRouteInfo<ChatDetailRouteArgs> {
|
||||
ChatDetailRoute({
|
||||
_i27.Key? key,
|
||||
_i26.Key? key,
|
||||
required String id,
|
||||
List<_i26.PageRouteInfo>? children,
|
||||
List<_i25.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
ChatDetailRoute.name,
|
||||
args: ChatDetailRouteArgs(key: key, id: id),
|
||||
@ -128,7 +127,7 @@ class ChatDetailRoute extends _i26.PageRouteInfo<ChatDetailRouteArgs> {
|
||||
|
||||
static const String name = 'ChatDetailRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
@ -143,7 +142,7 @@ class ChatDetailRoute extends _i26.PageRouteInfo<ChatDetailRouteArgs> {
|
||||
class ChatDetailRouteArgs {
|
||||
const ChatDetailRouteArgs({this.key, required this.id});
|
||||
|
||||
final _i27.Key? key;
|
||||
final _i26.Key? key;
|
||||
|
||||
final String id;
|
||||
|
||||
@ -155,13 +154,13 @@ class ChatDetailRouteArgs {
|
||||
|
||||
/// generated route for
|
||||
/// [_i5.ChatListScreen]
|
||||
class ChatListRoute extends _i26.PageRouteInfo<void> {
|
||||
const ChatListRoute({List<_i26.PageRouteInfo>? children})
|
||||
class ChatListRoute extends _i25.PageRouteInfo<void> {
|
||||
const ChatListRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(ChatListRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'ChatListRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i5.ChatListScreen();
|
||||
@ -171,11 +170,11 @@ class ChatListRoute extends _i26.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i6.ChatRoomScreen]
|
||||
class ChatRoomRoute extends _i26.PageRouteInfo<ChatRoomRouteArgs> {
|
||||
class ChatRoomRoute extends _i25.PageRouteInfo<ChatRoomRouteArgs> {
|
||||
ChatRoomRoute({
|
||||
_i27.Key? key,
|
||||
_i26.Key? key,
|
||||
required String id,
|
||||
List<_i26.PageRouteInfo>? children,
|
||||
List<_i25.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
ChatRoomRoute.name,
|
||||
args: ChatRoomRouteArgs(key: key, id: id),
|
||||
@ -185,7 +184,7 @@ class ChatRoomRoute extends _i26.PageRouteInfo<ChatRoomRouteArgs> {
|
||||
|
||||
static const String name = 'ChatRoomRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
@ -200,7 +199,7 @@ class ChatRoomRoute extends _i26.PageRouteInfo<ChatRoomRouteArgs> {
|
||||
class ChatRoomRouteArgs {
|
||||
const ChatRoomRouteArgs({this.key, required this.id});
|
||||
|
||||
final _i27.Key? key;
|
||||
final _i26.Key? key;
|
||||
|
||||
final String id;
|
||||
|
||||
@ -212,13 +211,13 @@ class ChatRoomRouteArgs {
|
||||
|
||||
/// generated route for
|
||||
/// [_i7.CreateAccountScreen]
|
||||
class CreateAccountRoute extends _i26.PageRouteInfo<void> {
|
||||
const CreateAccountRoute({List<_i26.PageRouteInfo>? children})
|
||||
class CreateAccountRoute extends _i25.PageRouteInfo<void> {
|
||||
const CreateAccountRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(CreateAccountRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'CreateAccountRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i7.CreateAccountScreen();
|
||||
@ -228,13 +227,13 @@ class CreateAccountRoute extends _i26.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i8.CreatorHubScreen]
|
||||
class CreatorHubRoute extends _i26.PageRouteInfo<void> {
|
||||
const CreatorHubRoute({List<_i26.PageRouteInfo>? children})
|
||||
class CreatorHubRoute extends _i25.PageRouteInfo<void> {
|
||||
const CreatorHubRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(CreatorHubRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'CreatorHubRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i8.CreatorHubScreen();
|
||||
@ -244,8 +243,8 @@ class CreatorHubRoute extends _i26.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i5.EditChatScreen]
|
||||
class EditChatRoute extends _i26.PageRouteInfo<EditChatRouteArgs> {
|
||||
EditChatRoute({_i27.Key? key, String? id, List<_i26.PageRouteInfo>? children})
|
||||
class EditChatRoute extends _i25.PageRouteInfo<EditChatRouteArgs> {
|
||||
EditChatRoute({_i26.Key? key, String? id, List<_i25.PageRouteInfo>? children})
|
||||
: super(
|
||||
EditChatRoute.name,
|
||||
args: EditChatRouteArgs(key: key, id: id),
|
||||
@ -255,7 +254,7 @@ class EditChatRoute extends _i26.PageRouteInfo<EditChatRouteArgs> {
|
||||
|
||||
static const String name = 'EditChatRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
@ -270,7 +269,7 @@ class EditChatRoute extends _i26.PageRouteInfo<EditChatRouteArgs> {
|
||||
class EditChatRouteArgs {
|
||||
const EditChatRouteArgs({this.key, this.id});
|
||||
|
||||
final _i27.Key? key;
|
||||
final _i26.Key? key;
|
||||
|
||||
final String? id;
|
||||
|
||||
@ -282,11 +281,11 @@ class EditChatRouteArgs {
|
||||
|
||||
/// generated route for
|
||||
/// [_i9.EditPublisherScreen]
|
||||
class EditPublisherRoute extends _i26.PageRouteInfo<EditPublisherRouteArgs> {
|
||||
class EditPublisherRoute extends _i25.PageRouteInfo<EditPublisherRouteArgs> {
|
||||
EditPublisherRoute({
|
||||
_i27.Key? key,
|
||||
_i26.Key? key,
|
||||
String? name,
|
||||
List<_i26.PageRouteInfo>? children,
|
||||
List<_i25.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
EditPublisherRoute.name,
|
||||
args: EditPublisherRouteArgs(key: key, name: name),
|
||||
@ -296,7 +295,7 @@ class EditPublisherRoute extends _i26.PageRouteInfo<EditPublisherRouteArgs> {
|
||||
|
||||
static const String name = 'EditPublisherRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
@ -311,7 +310,7 @@ class EditPublisherRoute extends _i26.PageRouteInfo<EditPublisherRouteArgs> {
|
||||
class EditPublisherRouteArgs {
|
||||
const EditPublisherRouteArgs({this.key, this.name});
|
||||
|
||||
final _i27.Key? key;
|
||||
final _i26.Key? key;
|
||||
|
||||
final String? name;
|
||||
|
||||
@ -323,11 +322,11 @@ class EditPublisherRouteArgs {
|
||||
|
||||
/// generated route for
|
||||
/// [_i10.EditRealmScreen]
|
||||
class EditRealmRoute extends _i26.PageRouteInfo<EditRealmRouteArgs> {
|
||||
class EditRealmRoute extends _i25.PageRouteInfo<EditRealmRouteArgs> {
|
||||
EditRealmRoute({
|
||||
_i27.Key? key,
|
||||
_i26.Key? key,
|
||||
String? slug,
|
||||
List<_i26.PageRouteInfo>? children,
|
||||
List<_i25.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
EditRealmRoute.name,
|
||||
args: EditRealmRouteArgs(key: key, slug: slug),
|
||||
@ -337,7 +336,7 @@ class EditRealmRoute extends _i26.PageRouteInfo<EditRealmRouteArgs> {
|
||||
|
||||
static const String name = 'EditRealmRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
@ -352,7 +351,7 @@ class EditRealmRoute extends _i26.PageRouteInfo<EditRealmRouteArgs> {
|
||||
class EditRealmRouteArgs {
|
||||
const EditRealmRouteArgs({this.key, this.slug});
|
||||
|
||||
final _i27.Key? key;
|
||||
final _i26.Key? key;
|
||||
|
||||
final String? slug;
|
||||
|
||||
@ -365,12 +364,12 @@ class EditRealmRouteArgs {
|
||||
/// generated route for
|
||||
/// [_i11.EditStickerPacksScreen]
|
||||
class EditStickerPacksRoute
|
||||
extends _i26.PageRouteInfo<EditStickerPacksRouteArgs> {
|
||||
extends _i25.PageRouteInfo<EditStickerPacksRouteArgs> {
|
||||
EditStickerPacksRoute({
|
||||
_i27.Key? key,
|
||||
_i26.Key? key,
|
||||
required String pubName,
|
||||
String? packId,
|
||||
List<_i26.PageRouteInfo>? children,
|
||||
List<_i25.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
EditStickerPacksRoute.name,
|
||||
args: EditStickerPacksRouteArgs(
|
||||
@ -384,7 +383,7 @@ class EditStickerPacksRoute
|
||||
|
||||
static const String name = 'EditStickerPacksRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
@ -411,7 +410,7 @@ class EditStickerPacksRouteArgs {
|
||||
this.packId,
|
||||
});
|
||||
|
||||
final _i27.Key? key;
|
||||
final _i26.Key? key;
|
||||
|
||||
final String pubName;
|
||||
|
||||
@ -425,12 +424,12 @@ class EditStickerPacksRouteArgs {
|
||||
|
||||
/// generated route for
|
||||
/// [_i12.EditStickersScreen]
|
||||
class EditStickersRoute extends _i26.PageRouteInfo<EditStickersRouteArgs> {
|
||||
class EditStickersRoute extends _i25.PageRouteInfo<EditStickersRouteArgs> {
|
||||
EditStickersRoute({
|
||||
_i27.Key? key,
|
||||
_i26.Key? key,
|
||||
required String packId,
|
||||
required String? id,
|
||||
List<_i26.PageRouteInfo>? children,
|
||||
List<_i25.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
EditStickersRoute.name,
|
||||
args: EditStickersRouteArgs(key: key, packId: packId, id: id),
|
||||
@ -440,7 +439,7 @@ class EditStickersRoute extends _i26.PageRouteInfo<EditStickersRouteArgs> {
|
||||
|
||||
static const String name = 'EditStickersRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
@ -467,7 +466,7 @@ class EditStickersRouteArgs {
|
||||
required this.id,
|
||||
});
|
||||
|
||||
final _i27.Key? key;
|
||||
final _i26.Key? key;
|
||||
|
||||
final String packId;
|
||||
|
||||
@ -481,13 +480,13 @@ class EditStickersRouteArgs {
|
||||
|
||||
/// generated route for
|
||||
/// [_i13.ExploreScreen]
|
||||
class ExploreRoute extends _i26.PageRouteInfo<void> {
|
||||
const ExploreRoute({List<_i26.PageRouteInfo>? children})
|
||||
class ExploreRoute extends _i25.PageRouteInfo<void> {
|
||||
const ExploreRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(ExploreRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'ExploreRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i13.ExploreScreen();
|
||||
@ -497,13 +496,13 @@ class ExploreRoute extends _i26.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i14.LoginScreen]
|
||||
class LoginRoute extends _i26.PageRouteInfo<void> {
|
||||
const LoginRoute({List<_i26.PageRouteInfo>? children})
|
||||
class LoginRoute extends _i25.PageRouteInfo<void> {
|
||||
const LoginRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(LoginRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'LoginRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i14.LoginScreen();
|
||||
@ -513,13 +512,13 @@ class LoginRoute extends _i26.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i9.ManagedPublisherScreen]
|
||||
class ManagedPublisherRoute extends _i26.PageRouteInfo<void> {
|
||||
const ManagedPublisherRoute({List<_i26.PageRouteInfo>? children})
|
||||
class ManagedPublisherRoute extends _i25.PageRouteInfo<void> {
|
||||
const ManagedPublisherRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(ManagedPublisherRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'ManagedPublisherRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i9.ManagedPublisherScreen();
|
||||
@ -529,13 +528,13 @@ class ManagedPublisherRoute extends _i26.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i15.MyselfEventCalendarScreen]
|
||||
class MyselfEventCalendarRoute extends _i26.PageRouteInfo<void> {
|
||||
const MyselfEventCalendarRoute({List<_i26.PageRouteInfo>? children})
|
||||
class MyselfEventCalendarRoute extends _i25.PageRouteInfo<void> {
|
||||
const MyselfEventCalendarRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(MyselfEventCalendarRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'MyselfEventCalendarRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i15.MyselfEventCalendarScreen();
|
||||
@ -543,31 +542,15 @@ class MyselfEventCalendarRoute extends _i26.PageRouteInfo<void> {
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i16.MyselfProfileScreen]
|
||||
class MyselfProfileRoute extends _i26.PageRouteInfo<void> {
|
||||
const MyselfProfileRoute({List<_i26.PageRouteInfo>? children})
|
||||
: super(MyselfProfileRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'MyselfProfileRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i16.MyselfProfileScreen();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i5.NewChatScreen]
|
||||
class NewChatRoute extends _i26.PageRouteInfo<void> {
|
||||
const NewChatRoute({List<_i26.PageRouteInfo>? children})
|
||||
class NewChatRoute extends _i25.PageRouteInfo<void> {
|
||||
const NewChatRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(NewChatRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'NewChatRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i5.NewChatScreen();
|
||||
@ -577,13 +560,13 @@ class NewChatRoute extends _i26.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i9.NewPublisherScreen]
|
||||
class NewPublisherRoute extends _i26.PageRouteInfo<void> {
|
||||
const NewPublisherRoute({List<_i26.PageRouteInfo>? children})
|
||||
class NewPublisherRoute extends _i25.PageRouteInfo<void> {
|
||||
const NewPublisherRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(NewPublisherRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'NewPublisherRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i9.NewPublisherScreen();
|
||||
@ -593,13 +576,13 @@ class NewPublisherRoute extends _i26.PageRouteInfo<void> {
|
||||
|
||||
/// generated route for
|
||||
/// [_i10.NewRealmScreen]
|
||||
class NewRealmRoute extends _i26.PageRouteInfo<void> {
|
||||
const NewRealmRoute({List<_i26.PageRouteInfo>? children})
|
||||
class NewRealmRoute extends _i25.PageRouteInfo<void> {
|
||||
const NewRealmRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(NewRealmRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'NewRealmRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i10.NewRealmScreen();
|
||||
@ -610,11 +593,11 @@ class NewRealmRoute extends _i26.PageRouteInfo<void> {
|
||||
/// generated route for
|
||||
/// [_i11.NewStickerPacksScreen]
|
||||
class NewStickerPacksRoute
|
||||
extends _i26.PageRouteInfo<NewStickerPacksRouteArgs> {
|
||||
extends _i25.PageRouteInfo<NewStickerPacksRouteArgs> {
|
||||
NewStickerPacksRoute({
|
||||
_i27.Key? key,
|
||||
_i26.Key? key,
|
||||
required String pubName,
|
||||
List<_i26.PageRouteInfo>? children,
|
||||
List<_i25.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
NewStickerPacksRoute.name,
|
||||
args: NewStickerPacksRouteArgs(key: key, pubName: pubName),
|
||||
@ -624,7 +607,7 @@ class NewStickerPacksRoute
|
||||
|
||||
static const String name = 'NewStickerPacksRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
@ -641,7 +624,7 @@ class NewStickerPacksRoute
|
||||
class NewStickerPacksRouteArgs {
|
||||
const NewStickerPacksRouteArgs({this.key, required this.pubName});
|
||||
|
||||
final _i27.Key? key;
|
||||
final _i26.Key? key;
|
||||
|
||||
final String pubName;
|
||||
|
||||
@ -653,11 +636,11 @@ class NewStickerPacksRouteArgs {
|
||||
|
||||
/// generated route for
|
||||
/// [_i12.NewStickersScreen]
|
||||
class NewStickersRoute extends _i26.PageRouteInfo<NewStickersRouteArgs> {
|
||||
class NewStickersRoute extends _i25.PageRouteInfo<NewStickersRouteArgs> {
|
||||
NewStickersRoute({
|
||||
_i27.Key? key,
|
||||
_i26.Key? key,
|
||||
required String packId,
|
||||
List<_i26.PageRouteInfo>? children,
|
||||
List<_i25.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
NewStickersRoute.name,
|
||||
args: NewStickersRouteArgs(key: key, packId: packId),
|
||||
@ -667,7 +650,7 @@ class NewStickersRoute extends _i26.PageRouteInfo<NewStickersRouteArgs> {
|
||||
|
||||
static const String name = 'NewStickersRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
@ -683,7 +666,7 @@ class NewStickersRoute extends _i26.PageRouteInfo<NewStickersRouteArgs> {
|
||||
class NewStickersRouteArgs {
|
||||
const NewStickersRouteArgs({this.key, required this.packId});
|
||||
|
||||
final _i27.Key? key;
|
||||
final _i26.Key? key;
|
||||
|
||||
final String packId;
|
||||
|
||||
@ -694,12 +677,12 @@ class NewStickersRouteArgs {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i17.PostComposeScreen]
|
||||
class PostComposeRoute extends _i26.PageRouteInfo<PostComposeRouteArgs> {
|
||||
/// [_i16.PostComposeScreen]
|
||||
class PostComposeRoute extends _i25.PageRouteInfo<PostComposeRouteArgs> {
|
||||
PostComposeRoute({
|
||||
_i27.Key? key,
|
||||
_i28.SnPost? originalPost,
|
||||
List<_i26.PageRouteInfo>? children,
|
||||
_i26.Key? key,
|
||||
_i27.SnPost? originalPost,
|
||||
List<_i25.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
PostComposeRoute.name,
|
||||
args: PostComposeRouteArgs(key: key, originalPost: originalPost),
|
||||
@ -708,13 +691,13 @@ class PostComposeRoute extends _i26.PageRouteInfo<PostComposeRouteArgs> {
|
||||
|
||||
static const String name = 'PostComposeRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final args = data.argsAs<PostComposeRouteArgs>(
|
||||
orElse: () => const PostComposeRouteArgs(),
|
||||
);
|
||||
return _i17.PostComposeScreen(
|
||||
return _i16.PostComposeScreen(
|
||||
key: args.key,
|
||||
originalPost: args.originalPost,
|
||||
);
|
||||
@ -725,9 +708,9 @@ class PostComposeRoute extends _i26.PageRouteInfo<PostComposeRouteArgs> {
|
||||
class PostComposeRouteArgs {
|
||||
const PostComposeRouteArgs({this.key, this.originalPost});
|
||||
|
||||
final _i27.Key? key;
|
||||
final _i26.Key? key;
|
||||
|
||||
final _i28.SnPost? originalPost;
|
||||
final _i27.SnPost? originalPost;
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
@ -736,12 +719,12 @@ class PostComposeRouteArgs {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i18.PostDetailScreen]
|
||||
class PostDetailRoute extends _i26.PageRouteInfo<PostDetailRouteArgs> {
|
||||
/// [_i17.PostDetailScreen]
|
||||
class PostDetailRoute extends _i25.PageRouteInfo<PostDetailRouteArgs> {
|
||||
PostDetailRoute({
|
||||
_i27.Key? key,
|
||||
_i26.Key? key,
|
||||
required String id,
|
||||
List<_i26.PageRouteInfo>? children,
|
||||
List<_i25.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
PostDetailRoute.name,
|
||||
args: PostDetailRouteArgs(key: key, id: id),
|
||||
@ -751,14 +734,14 @@ class PostDetailRoute extends _i26.PageRouteInfo<PostDetailRouteArgs> {
|
||||
|
||||
static const String name = 'PostDetailRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
final args = data.argsAs<PostDetailRouteArgs>(
|
||||
orElse: () => PostDetailRouteArgs(id: pathParams.getString('id')),
|
||||
);
|
||||
return _i18.PostDetailScreen(key: args.key, id: args.id);
|
||||
return _i17.PostDetailScreen(key: args.key, id: args.id);
|
||||
},
|
||||
);
|
||||
}
|
||||
@ -766,7 +749,7 @@ class PostDetailRoute extends _i26.PageRouteInfo<PostDetailRouteArgs> {
|
||||
class PostDetailRouteArgs {
|
||||
const PostDetailRouteArgs({this.key, required this.id});
|
||||
|
||||
final _i27.Key? key;
|
||||
final _i26.Key? key;
|
||||
|
||||
final String id;
|
||||
|
||||
@ -777,12 +760,12 @@ class PostDetailRouteArgs {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i17.PostEditScreen]
|
||||
class PostEditRoute extends _i26.PageRouteInfo<PostEditRouteArgs> {
|
||||
/// [_i16.PostEditScreen]
|
||||
class PostEditRoute extends _i25.PageRouteInfo<PostEditRouteArgs> {
|
||||
PostEditRoute({
|
||||
_i27.Key? key,
|
||||
_i26.Key? key,
|
||||
required String id,
|
||||
List<_i26.PageRouteInfo>? children,
|
||||
List<_i25.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
PostEditRoute.name,
|
||||
args: PostEditRouteArgs(key: key, id: id),
|
||||
@ -792,14 +775,14 @@ class PostEditRoute extends _i26.PageRouteInfo<PostEditRouteArgs> {
|
||||
|
||||
static const String name = 'PostEditRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
final args = data.argsAs<PostEditRouteArgs>(
|
||||
orElse: () => PostEditRouteArgs(id: pathParams.getString('id')),
|
||||
);
|
||||
return _i17.PostEditScreen(key: args.key, id: args.id);
|
||||
return _i16.PostEditScreen(key: args.key, id: args.id);
|
||||
},
|
||||
);
|
||||
}
|
||||
@ -807,7 +790,7 @@ class PostEditRoute extends _i26.PageRouteInfo<PostEditRouteArgs> {
|
||||
class PostEditRouteArgs {
|
||||
const PostEditRouteArgs({this.key, required this.id});
|
||||
|
||||
final _i27.Key? key;
|
||||
final _i26.Key? key;
|
||||
|
||||
final String id;
|
||||
|
||||
@ -818,13 +801,13 @@ class PostEditRouteArgs {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i19.PublisherProfileScreen]
|
||||
/// [_i18.PublisherProfileScreen]
|
||||
class PublisherProfileRoute
|
||||
extends _i26.PageRouteInfo<PublisherProfileRouteArgs> {
|
||||
extends _i25.PageRouteInfo<PublisherProfileRouteArgs> {
|
||||
PublisherProfileRoute({
|
||||
_i27.Key? key,
|
||||
_i26.Key? key,
|
||||
required String name,
|
||||
List<_i26.PageRouteInfo>? children,
|
||||
List<_i25.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
PublisherProfileRoute.name,
|
||||
args: PublisherProfileRouteArgs(key: key, name: name),
|
||||
@ -834,7 +817,7 @@ class PublisherProfileRoute
|
||||
|
||||
static const String name = 'PublisherProfileRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
@ -842,7 +825,7 @@ class PublisherProfileRoute
|
||||
orElse:
|
||||
() => PublisherProfileRouteArgs(name: pathParams.getString('name')),
|
||||
);
|
||||
return _i19.PublisherProfileScreen(key: args.key, name: args.name);
|
||||
return _i18.PublisherProfileScreen(key: args.key, name: args.name);
|
||||
},
|
||||
);
|
||||
}
|
||||
@ -850,7 +833,7 @@ class PublisherProfileRoute
|
||||
class PublisherProfileRouteArgs {
|
||||
const PublisherProfileRouteArgs({this.key, required this.name});
|
||||
|
||||
final _i27.Key? key;
|
||||
final _i26.Key? key;
|
||||
|
||||
final String name;
|
||||
|
||||
@ -861,12 +844,12 @@ class PublisherProfileRouteArgs {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i20.RealmDetailScreen]
|
||||
class RealmDetailRoute extends _i26.PageRouteInfo<RealmDetailRouteArgs> {
|
||||
/// [_i19.RealmDetailScreen]
|
||||
class RealmDetailRoute extends _i25.PageRouteInfo<RealmDetailRouteArgs> {
|
||||
RealmDetailRoute({
|
||||
_i27.Key? key,
|
||||
_i26.Key? key,
|
||||
required String slug,
|
||||
List<_i26.PageRouteInfo>? children,
|
||||
List<_i25.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
RealmDetailRoute.name,
|
||||
args: RealmDetailRouteArgs(key: key, slug: slug),
|
||||
@ -876,14 +859,14 @@ class RealmDetailRoute extends _i26.PageRouteInfo<RealmDetailRouteArgs> {
|
||||
|
||||
static const String name = 'RealmDetailRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
final args = data.argsAs<RealmDetailRouteArgs>(
|
||||
orElse: () => RealmDetailRouteArgs(slug: pathParams.getString('slug')),
|
||||
);
|
||||
return _i20.RealmDetailScreen(key: args.key, slug: args.slug);
|
||||
return _i19.RealmDetailScreen(key: args.key, slug: args.slug);
|
||||
},
|
||||
);
|
||||
}
|
||||
@ -891,7 +874,7 @@ class RealmDetailRoute extends _i26.PageRouteInfo<RealmDetailRouteArgs> {
|
||||
class RealmDetailRouteArgs {
|
||||
const RealmDetailRouteArgs({this.key, required this.slug});
|
||||
|
||||
final _i27.Key? key;
|
||||
final _i26.Key? key;
|
||||
|
||||
final String slug;
|
||||
|
||||
@ -903,13 +886,13 @@ class RealmDetailRouteArgs {
|
||||
|
||||
/// generated route for
|
||||
/// [_i10.RealmListScreen]
|
||||
class RealmListRoute extends _i26.PageRouteInfo<void> {
|
||||
const RealmListRoute({List<_i26.PageRouteInfo>? children})
|
||||
class RealmListRoute extends _i25.PageRouteInfo<void> {
|
||||
const RealmListRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(RealmListRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'RealmListRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i10.RealmListScreen();
|
||||
@ -918,33 +901,33 @@ class RealmListRoute extends _i26.PageRouteInfo<void> {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i21.RelationshipScreen]
|
||||
class RelationshipRoute extends _i26.PageRouteInfo<void> {
|
||||
const RelationshipRoute({List<_i26.PageRouteInfo>? children})
|
||||
/// [_i20.RelationshipScreen]
|
||||
class RelationshipRoute extends _i25.PageRouteInfo<void> {
|
||||
const RelationshipRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(RelationshipRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'RelationshipRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i21.RelationshipScreen();
|
||||
return const _i20.RelationshipScreen();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i22.SettingsScreen]
|
||||
class SettingsRoute extends _i26.PageRouteInfo<void> {
|
||||
const SettingsRoute({List<_i26.PageRouteInfo>? children})
|
||||
/// [_i21.SettingsScreen]
|
||||
class SettingsRoute extends _i25.PageRouteInfo<void> {
|
||||
const SettingsRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(SettingsRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'SettingsRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i22.SettingsScreen();
|
||||
return const _i21.SettingsScreen();
|
||||
},
|
||||
);
|
||||
}
|
||||
@ -952,12 +935,12 @@ class SettingsRoute extends _i26.PageRouteInfo<void> {
|
||||
/// generated route for
|
||||
/// [_i12.StickerPackDetailScreen]
|
||||
class StickerPackDetailRoute
|
||||
extends _i26.PageRouteInfo<StickerPackDetailRouteArgs> {
|
||||
extends _i25.PageRouteInfo<StickerPackDetailRouteArgs> {
|
||||
StickerPackDetailRoute({
|
||||
_i27.Key? key,
|
||||
_i26.Key? key,
|
||||
required String pubName,
|
||||
required String id,
|
||||
List<_i26.PageRouteInfo>? children,
|
||||
List<_i25.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
StickerPackDetailRoute.name,
|
||||
args: StickerPackDetailRouteArgs(key: key, pubName: pubName, id: id),
|
||||
@ -967,7 +950,7 @@ class StickerPackDetailRoute
|
||||
|
||||
static const String name = 'StickerPackDetailRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
@ -994,7 +977,7 @@ class StickerPackDetailRouteArgs {
|
||||
required this.id,
|
||||
});
|
||||
|
||||
final _i27.Key? key;
|
||||
final _i26.Key? key;
|
||||
|
||||
final String pubName;
|
||||
|
||||
@ -1008,11 +991,11 @@ class StickerPackDetailRouteArgs {
|
||||
|
||||
/// generated route for
|
||||
/// [_i11.StickersScreen]
|
||||
class StickersRoute extends _i26.PageRouteInfo<StickersRouteArgs> {
|
||||
class StickersRoute extends _i25.PageRouteInfo<StickersRouteArgs> {
|
||||
StickersRoute({
|
||||
_i27.Key? key,
|
||||
_i26.Key? key,
|
||||
required String pubName,
|
||||
List<_i26.PageRouteInfo>? children,
|
||||
List<_i25.PageRouteInfo>? children,
|
||||
}) : super(
|
||||
StickersRoute.name,
|
||||
args: StickersRouteArgs(key: key, pubName: pubName),
|
||||
@ -1022,7 +1005,7 @@ class StickersRoute extends _i26.PageRouteInfo<StickersRouteArgs> {
|
||||
|
||||
static const String name = 'StickersRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
final pathParams = data.inheritedPathParams;
|
||||
@ -1037,7 +1020,7 @@ class StickersRoute extends _i26.PageRouteInfo<StickersRouteArgs> {
|
||||
class StickersRouteArgs {
|
||||
const StickersRouteArgs({this.key, required this.pubName});
|
||||
|
||||
final _i27.Key? key;
|
||||
final _i26.Key? key;
|
||||
|
||||
final String pubName;
|
||||
|
||||
@ -1048,49 +1031,49 @@ class StickersRouteArgs {
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i23.TabsScreen]
|
||||
class TabsRoute extends _i26.PageRouteInfo<void> {
|
||||
const TabsRoute({List<_i26.PageRouteInfo>? children})
|
||||
/// [_i22.TabsScreen]
|
||||
class TabsRoute extends _i25.PageRouteInfo<void> {
|
||||
const TabsRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(TabsRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'TabsRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i23.TabsScreen();
|
||||
return const _i22.TabsScreen();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i24.UpdateProfileScreen]
|
||||
class UpdateProfileRoute extends _i26.PageRouteInfo<void> {
|
||||
const UpdateProfileRoute({List<_i26.PageRouteInfo>? children})
|
||||
/// [_i23.UpdateProfileScreen]
|
||||
class UpdateProfileRoute extends _i25.PageRouteInfo<void> {
|
||||
const UpdateProfileRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(UpdateProfileRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'UpdateProfileRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i24.UpdateProfileScreen();
|
||||
return const _i23.UpdateProfileScreen();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [_i25.WalletScreen]
|
||||
class WalletRoute extends _i26.PageRouteInfo<void> {
|
||||
const WalletRoute({List<_i26.PageRouteInfo>? children})
|
||||
/// [_i24.WalletScreen]
|
||||
class WalletRoute extends _i25.PageRouteInfo<void> {
|
||||
const WalletRoute({List<_i25.PageRouteInfo>? children})
|
||||
: super(WalletRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'WalletRoute';
|
||||
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
static _i25.PageInfo page = _i25.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i25.WalletScreen();
|
||||
return const _i24.WalletScreen();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user