topics intermediate

This commit is contained in:
Fabian Freund
2024-08-21 13:36:58 +02:00
parent e75052aa99
commit 7fedbe260c
35 changed files with 2511 additions and 198 deletions
@@ -15,7 +15,7 @@ class SwitchNewTabController extends _$SwitchNewTabController {
state = const AsyncLoading();
state = await AsyncValue.guard(
() async {
final newTab = WebViewPage(
final newTab = WebViewPage.create(
url: WebUri.uri(url),
);
@@ -7,7 +7,7 @@ part of 'switch_new_tab.dart';
// **************************************************************************
String _$switchNewTabControllerHash() =>
r'a5b8f7fd71c8cb6cc2023b41504e5cd467c5b063';
r'fb831015e4b99d3ae86bd2a88a3c6f4c7004783d';
/// See also [SwitchNewTabController].
@ProviderFor(SwitchNewTabController)