Showing
3 changed files
with
5 additions
and
0 deletions
| @@ -2,6 +2,8 @@ | @@ -2,6 +2,8 @@ | ||
| 2 | // Generated file. Do not edit. | 2 | // Generated file. Do not edit. |
| 3 | // | 3 | // |
| 4 | 4 | ||
| 5 | +// clang-format off | ||
| 6 | + | ||
| 5 | #ifndef GENERATED_PLUGIN_REGISTRANT_ | 7 | #ifndef GENERATED_PLUGIN_REGISTRANT_ |
| 6 | #define GENERATED_PLUGIN_REGISTRANT_ | 8 | #define GENERATED_PLUGIN_REGISTRANT_ |
| 7 | 9 |
| @@ -292,6 +292,7 @@ class GetMaterialApp extends StatelessWidget { | @@ -292,6 +292,7 @@ class GetMaterialApp extends StatelessWidget { | ||
| 292 | key: _.unikey, | 292 | key: _.unikey, |
| 293 | navigatorKey: | 293 | navigatorKey: |
| 294 | (navigatorKey == null ? Get.key : Get.addKey(navigatorKey!)), | 294 | (navigatorKey == null ? Get.key : Get.addKey(navigatorKey!)), |
| 295 | + scaffoldMessengerKey: scaffoldMessengerKey, | ||
| 295 | home: home, | 296 | home: home, |
| 296 | routes: routes ?? const <String, WidgetBuilder>{}, | 297 | routes: routes ?? const <String, WidgetBuilder>{}, |
| 297 | initialRoute: initialRoute, | 298 | initialRoute: initialRoute, |
-
Please register or login to post a comment