worldofsites

Possible fix for issue #804

@@ -1044,7 +1044,7 @@ Since version 2.8 it is possible to access the properties @@ -1044,7 +1044,7 @@ Since version 2.8 it is possible to access the properties
1044 } 1044 }
1045 1045
1046 ///The window to which this binding is bound. 1046 ///The window to which this binding is bound.
1047 - ui.Window get window => ui.window; 1047 + ui.SingletonFlutterWindow get window => ui.window;
1048 1048
1049 Locale get deviceLocale => window.locale; 1049 Locale get deviceLocale => window.locale;
1050 1050