ml wait initial load

This commit is contained in:
Fabian Freund
2025-07-22 00:24:30 +02:00
parent 544a9d3e88
commit 647727e093
5 changed files with 35 additions and 15 deletions
@@ -193,7 +193,7 @@ final selectedTabContainerIdProvider = Provider<AsyncValue<String?>>.internal(
@Deprecated('Will be removed in 3.0. Use Ref instead')
// ignore: unused_element
typedef SelectedTabContainerIdRef = ProviderRef<AsyncValue<String?>>;
String _$tabStatesHash() => r'e4d2f2b4ddd65beac8a1fd0d22bad1e0a26b41bd';
String _$tabStatesHash() => r'ec7e0905d77b2f82491c5b5af0d2ce1351a564f4';
/// See also [TabStates].
@ProviderFor(TabStates)