Support proxies search Support svg display Optimize config persistence Add some scenes auto close connections Update core Optimize more details
214 lines
7.1 KiB
Dart
214 lines
7.1 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of '../config.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$appSettingHash() => r'99236f2cd5498f9af70b43e41faeb361d344f866';
|
|
|
|
/// See also [AppSetting].
|
|
@ProviderFor(AppSetting)
|
|
final appSettingProvider =
|
|
AutoDisposeNotifierProvider<AppSetting, AppSettingProps>.internal(
|
|
AppSetting.new,
|
|
name: r'appSettingProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product') ? null : _$appSettingHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$AppSetting = AutoDisposeNotifier<AppSettingProps>;
|
|
String _$windowSettingHash() => r'3dbbf3e169023b49e79b2fb983002687ce077e23';
|
|
|
|
/// See also [WindowSetting].
|
|
@ProviderFor(WindowSetting)
|
|
final windowSettingProvider =
|
|
AutoDisposeNotifierProvider<WindowSetting, WindowProps>.internal(
|
|
WindowSetting.new,
|
|
name: r'windowSettingProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$windowSettingHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$WindowSetting = AutoDisposeNotifier<WindowProps>;
|
|
String _$vpnSettingHash() => r'e660cc71ed6677f136eb98885680aae66be74881';
|
|
|
|
/// See also [VpnSetting].
|
|
@ProviderFor(VpnSetting)
|
|
final vpnSettingProvider =
|
|
AutoDisposeNotifierProvider<VpnSetting, VpnProps>.internal(
|
|
VpnSetting.new,
|
|
name: r'vpnSettingProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product') ? null : _$vpnSettingHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$VpnSetting = AutoDisposeNotifier<VpnProps>;
|
|
String _$networkSettingHash() => r'689ce908662dfe64660557153a4244ae1fdf696e';
|
|
|
|
/// See also [NetworkSetting].
|
|
@ProviderFor(NetworkSetting)
|
|
final networkSettingProvider =
|
|
AutoDisposeNotifierProvider<NetworkSetting, NetworkProps>.internal(
|
|
NetworkSetting.new,
|
|
name: r'networkSettingProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$networkSettingHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$NetworkSetting = AutoDisposeNotifier<NetworkProps>;
|
|
String _$themeSettingHash() => r'ae5eeaad9729627eaa1b3ccf0266c13bf2ce68d4';
|
|
|
|
/// See also [ThemeSetting].
|
|
@ProviderFor(ThemeSetting)
|
|
final themeSettingProvider =
|
|
AutoDisposeNotifierProvider<ThemeSetting, ThemeProps>.internal(
|
|
ThemeSetting.new,
|
|
name: r'themeSettingProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product') ? null : _$themeSettingHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$ThemeSetting = AutoDisposeNotifier<ThemeProps>;
|
|
String _$profilesHash() => r'a6514c89064e4f42fc31fe7d525088fd26c51016';
|
|
|
|
/// See also [Profiles].
|
|
@ProviderFor(Profiles)
|
|
final profilesProvider =
|
|
AutoDisposeNotifierProvider<Profiles, List<Profile>>.internal(
|
|
Profiles.new,
|
|
name: r'profilesProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product') ? null : _$profilesHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$Profiles = AutoDisposeNotifier<List<Profile>>;
|
|
String _$currentProfileIdHash() => r'0c3e324e751aac1164da479e1796e826615bdcbe';
|
|
|
|
/// See also [CurrentProfileId].
|
|
@ProviderFor(CurrentProfileId)
|
|
final currentProfileIdProvider =
|
|
AutoDisposeNotifierProvider<CurrentProfileId, String?>.internal(
|
|
CurrentProfileId.new,
|
|
name: r'currentProfileIdProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$currentProfileIdHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$CurrentProfileId = AutoDisposeNotifier<String?>;
|
|
String _$appDAVSettingHash() => r'20439d1f8cc0843a092766dc1cad68e8e8273dbb';
|
|
|
|
/// See also [AppDAVSetting].
|
|
@ProviderFor(AppDAVSetting)
|
|
final appDAVSettingProvider =
|
|
AutoDisposeNotifierProvider<AppDAVSetting, DAV?>.internal(
|
|
AppDAVSetting.new,
|
|
name: r'appDAVSettingProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$appDAVSettingHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$AppDAVSetting = AutoDisposeNotifier<DAV?>;
|
|
String _$overrideDnsHash() => r'1fc914de471319bf1e003edf9627b8c646b641bf';
|
|
|
|
/// See also [OverrideDns].
|
|
@ProviderFor(OverrideDns)
|
|
final overrideDnsProvider =
|
|
AutoDisposeNotifierProvider<OverrideDns, bool>.internal(
|
|
OverrideDns.new,
|
|
name: r'overrideDnsProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product') ? null : _$overrideDnsHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$OverrideDns = AutoDisposeNotifier<bool>;
|
|
String _$hotKeyActionsHash() => r'1d308d61b74accebbb11b1771a55975760503691';
|
|
|
|
/// See also [HotKeyActions].
|
|
@ProviderFor(HotKeyActions)
|
|
final hotKeyActionsProvider =
|
|
AutoDisposeNotifierProvider<HotKeyActions, List<HotKeyAction>>.internal(
|
|
HotKeyActions.new,
|
|
name: r'hotKeyActionsProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$hotKeyActionsHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$HotKeyActions = AutoDisposeNotifier<List<HotKeyAction>>;
|
|
String _$proxiesStyleSettingHash() =>
|
|
r'162e7320dff8063e7a2deca5071ef5024f4d3d04';
|
|
|
|
/// See also [ProxiesStyleSetting].
|
|
@ProviderFor(ProxiesStyleSetting)
|
|
final proxiesStyleSettingProvider =
|
|
AutoDisposeNotifierProvider<ProxiesStyleSetting, ProxiesStyle>.internal(
|
|
ProxiesStyleSetting.new,
|
|
name: r'proxiesStyleSettingProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$proxiesStyleSettingHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$ProxiesStyleSetting = AutoDisposeNotifier<ProxiesStyle>;
|
|
String _$scriptStateHash() => r'884581c71fd5afa3c9d34f31625d967cf561cdbe';
|
|
|
|
/// See also [ScriptState].
|
|
@ProviderFor(ScriptState)
|
|
final scriptStateProvider =
|
|
AutoDisposeNotifierProvider<ScriptState, ScriptProps>.internal(
|
|
ScriptState.new,
|
|
name: r'scriptStateProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product') ? null : _$scriptStateHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$ScriptState = AutoDisposeNotifier<ScriptProps>;
|
|
String _$patchClashConfigHash() => r'52906195d85525d6688aec231da8b38c24364494';
|
|
|
|
/// See also [PatchClashConfig].
|
|
@ProviderFor(PatchClashConfig)
|
|
final patchClashConfigProvider =
|
|
AutoDisposeNotifierProvider<PatchClashConfig, ClashConfig>.internal(
|
|
PatchClashConfig.new,
|
|
name: r'patchClashConfigProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$patchClashConfigHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$PatchClashConfig = AutoDisposeNotifier<ClashConfig>;
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member, deprecated_member_use_from_same_package
|