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
Pontus Lundin
2020-08-01 13:22:18 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-08-01 13:22:18 +0200
Commit
32d2877224f67b2774232e61972d490ca8e41520
32d28772
1 parent
ce3da41a
Update get_interface.dart
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
lib/src/get_interface.dart
lib/src/get_interface.dart
View file @
32d2877
...
...
@@ -34,6 +34,8 @@ abstract class GetInterface {
Locale
locale
;
Locale
fallbackLocale
;
GlobalKey
<
NavigatorState
>
key
=
GlobalKey
<
NavigatorState
>();
Map
<
int
,
GlobalKey
<
NavigatorState
>>
keys
=
{};
...
...
Please
register
or
login
to post a comment