Skip to content

Commit

Permalink
BeamRouterDelegate for showing toasts (apache#25255)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkhan.nausharipov committed Feb 9, 2023
1 parent f1a2cec commit a2f43bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learning/tour-of-beam/frontend/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void main() async {
const englishLocale = Locale('en');

final pageStack = GetIt.instance.get<PageStack>();
final routerDelegate = PageStackRouterDelegate(pageStack);
final routerDelegate = BeamRouterDelegate(pageStack);
final routeInformationParser = TobRouteInformationParser();
final backButtonDispatcher = PageStackBackButtonDispatcher(pageStack);

Expand Down

0 comments on commit a2f43bf

Please sign in to comment.