update deps

This commit is contained in:
Fabian Freund
2025-06-23 19:46:54 +02:00
parent 4f682744da
commit 1c220d2693
12 changed files with 47 additions and 66 deletions
@@ -158,7 +158,7 @@ final selectedTabStateProvider = AutoDisposeProvider<TabState?>.internal(
@Deprecated('Will be removed in 3.0. Use Ref instead')
// ignore: unused_element
typedef SelectedTabStateRef = AutoDisposeProviderRef<TabState?>;
String _$tabStatesHash() => r'f0b7b4fbfab633695b3e7e7457a6f84bc6e81b88';
String _$tabStatesHash() => r'bd2c3d9f3e11b75a1ca53a3fc4510c3c3df80021';
/// See also [TabStates].
@ProviderFor(TabStates)
@@ -7,7 +7,7 @@ part of 'engine_settings_replication.dart';
// **************************************************************************
String _$engineSettingsReplicationServiceHash() =>
r'0729260eeb34b58470622ac9a3a6abb257730a61';
r'559d9dce006a4c9b66de5aceedf9ca8f5d8e12b1';
/// See also [EngineSettingsReplicationService].
@ProviderFor(EngineSettingsReplicationService)
@@ -7,7 +7,7 @@ part of 'proxy_settings_replication.dart';
// **************************************************************************
String _$proxySettingsReplicationHash() =>
r'1982923eeb0bcd6d606683fde70835ec7aff601b';
r'9571d178534f68ad3104f1168665ffb57711c6cc';
/// See also [ProxySettingsReplication].
@ProviderFor(ProxySettingsReplication)