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
Jonny Borges
2020-11-19 20:42:59 -0300
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2020-11-19 20:42:59 -0300
Commit
b41a610f2ae9c3ec6823b3abfa7c48de8e74bbcd
b41a610f
2 parents
3475d56c
bd80e5df
Merge pull request #805 from worldofsites/master
Possible fix for issue #804
Hide 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 @
b41a610
...
...
@@ -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