Skip to content

Commit a2f43bf

Browse files
author
darkhan.nausharipov
committed
BeamRouterDelegate for showing toasts (apache#25255)
1 parent f1a2cec commit a2f43bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learning/tour-of-beam/frontend/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void main() async {
4242
const englishLocale = Locale('en');
4343

4444
final pageStack = GetIt.instance.get<PageStack>();
45-
final routerDelegate = PageStackRouterDelegate(pageStack);
45+
final routerDelegate = BeamRouterDelegate(pageStack);
4646
final routeInformationParser = TobRouteInformationParser();
4747
final backButtonDispatcher = PageStackBackButtonDispatcher(pageStack);
4848

0 commit comments

Comments
 (0)