We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b13923 commit 1922eb6Copy full SHA for 1922eb6
bin/main.dart
@@ -14,7 +14,7 @@ class MyApp extends StatelessWidget {
14
return MaterialApp(
15
title: 'Refactoring Guru: Flutter launcher',
16
theme: ThemeData(primarySwatch: Colors.pink),
17
- initialRoute: '/abstract_factory/tool_panel',
+ initialRoute: '/abstract_factory/tool_panel_factory',
18
routes: {
19
'/observer/subscriber_flutter_widget': (_) => SubscriberFlutterApp(),
20
'/adapter/flutter_adapter': (_) => FlutterAdapterApp(),
0 commit comments