2025-02-09 18:39:38 +08:00
|
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
|
|
|
|
|
|
part of '../config.dart';
|
|
|
|
|
|
|
|
|
|
// **************************************************************************
|
|
|
|
|
// RiverpodGenerator
|
|
|
|
|
// **************************************************************************
|
|
|
|
|
|
2025-06-07 01:48:34 +08:00
|
|
|
String _$appSettingHash() => r'13a93334e18b97f5d52eb3e05bbc7b0b8a5c453e';
|
2025-02-09 18:39:38 +08:00
|
|
|
|
|
|
|
|
/// 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>;
|
2025-06-07 01:48:34 +08:00
|
|
|
String _$windowSettingHash() => r'9bf31c7e08fab84213f31e249270f9d730bdf711';
|
2025-02-09 18:39:38 +08:00
|
|
|
|
|
|
|
|
/// 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>;
|
2025-06-07 01:48:34 +08:00
|
|
|
String _$vpnSettingHash() => r'3dae8b56504bfb906aca546c5a5389d79d259a5e';
|
2025-02-09 18:39:38 +08:00
|
|
|
|
|
|
|
|
/// 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>;
|
2025-06-07 01:48:34 +08:00
|
|
|
String _$networkSettingHash() => r'5a30d4cbfaba94cc29ad08dc1771ebb368b4ba14';
|
2025-02-09 18:39:38 +08:00
|
|
|
|
|
|
|
|
/// 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>;
|
2025-06-07 01:48:34 +08:00
|
|
|
String _$themeSettingHash() => r'0b5620b696d73260d94f63cbfb65857acd2000f0';
|
2025-02-09 18:39:38 +08:00
|
|
|
|
|
|
|
|
/// 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>;
|
2025-06-07 01:48:34 +08:00
|
|
|
String _$profilesHash() => r'3203cc7de88b91fff86b79c75c2cacd8116fffb7';
|
2025-02-09 18:39:38 +08:00
|
|
|
|
|
|
|
|
/// 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?>;
|
2025-06-07 01:48:34 +08:00
|
|
|
String _$appDAVSettingHash() => r'4bf293ac0d1fba157f60df920b7ffd5afefaab26';
|
2025-02-09 18:39:38 +08:00
|
|
|
|
|
|
|
|
/// 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() =>
|
2025-06-07 01:48:34 +08:00
|
|
|
r'54ebf20a8d4455b2d7a65824f375c4c02a5fba28';
|
2025-02-09 18:39:38 +08:00
|
|
|
|
|
|
|
|
/// 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>;
|
2025-06-07 01:48:34 +08:00
|
|
|
String _$scriptStateHash() => r'afbb70d1dd7e577b2377ecd8ab35d0905c1d0e87';
|
2025-05-02 02:24:12 +08:00
|
|
|
|
|
|
|
|
/// 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>;
|
2025-06-07 01:48:34 +08:00
|
|
|
String _$patchClashConfigHash() => r'd9acdd0ace673fc1c1460b63d7a27c5787713c14';
|
2025-02-09 18:39:38 +08:00
|
|
|
|
|
|
|
|
/// 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
|