Skip to content

Commit

Permalink
Redirect to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Oct 13, 2023
1 parent e25d457 commit 85f330b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flutter-web-async-link/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ class MyApp extends StatelessWidget {
);

// Simulate loading
await Future.delayed(const Duration(seconds: 2));
await Future.delayed(const Duration(seconds: 3));

launchUrl(
Uri.parse('https://nils.re'),
Uri.parse(
'https://github.com/nilsreichardt/playground/blob/main/flutter-web-async-link/lib/main.dart'),
webOnlyWindowName: '_self',
);
},
Expand Down

0 comments on commit 85f330b

Please sign in to comment.