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
worldofsites
2020-11-19 16:40:20 +0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bd80e5df70116fcc86f1eec0a660e73e06e098f0
bd80e5df
1 parent
cfc62948
Possible fix for issue #804
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/get_navigation/src/extension_navigation.dart
lib/get_navigation/src/extension_navigation.dart
View file @
bd80e5d
...
...
@@ -1044,7 +1044,7 @@ Since version 2.8 it is possible to access the properties
}
///The window to which this binding is bound.
ui
.
Window
get
window
=>
ui
.
window
;
ui
.
SingletonFlutter
Window
get
window
=>
ui
.
window
;
Locale
get
deviceLocale
=>
window
.
locale
;
...
...
Please
register
or
login
to post a comment