Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
ali
2021-07-22 00:35:53 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
933b5ebcd0f9d2665a9d4626d9b3912f586a1e85
933b5ebc
1 parent
5d1b5176
Added scaffoldMessangerKey to MaterialApp"
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
example_nav2/windows/flutter/generated_plugin_registrant.cc
example_nav2/windows/flutter/generated_plugin_registrant.h
lib/get_navigation/src/root/get_material_app.dart
example_nav2/windows/flutter/generated_plugin_registrant.cc
View file @
933b5eb
...
...
@@ -2,6 +2,8 @@
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
...
...
example_nav2/windows/flutter/generated_plugin_registrant.h
View file @
933b5eb
...
...
@@ -2,6 +2,8 @@
// Generated file. Do not edit.
//
// clang-format off
#ifndef GENERATED_PLUGIN_REGISTRANT_
#define GENERATED_PLUGIN_REGISTRANT_
...
...
lib/get_navigation/src/root/get_material_app.dart
View file @
933b5eb
...
...
@@ -292,6 +292,7 @@ class GetMaterialApp extends StatelessWidget {
key:
_
.
unikey
,
navigatorKey:
(
navigatorKey
==
null
?
Get
.
key
:
Get
.
addKey
(
navigatorKey
!)),
scaffoldMessengerKey:
scaffoldMessengerKey
,
home:
home
,
routes:
routes
??
const
<
String
,
WidgetBuilder
>{},
initialRoute:
initialRoute
,
...
...
Please
register
or
login
to post a comment