Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all is working fine. But i have this warning #42

Closed
zneti-sourour opened this issue May 18, 2021 · 5 comments
Closed

all is working fine. But i have this warning #42

zneti-sourour opened this issue May 18, 2021 · 5 comments

Comments

@zneti-sourour
Copy link

/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_zoom_drawer-2.0.2+1/lib/flutter_zoom_drawer.dart:106:30: Warning: Operand of null-aware operation '!' has type 'Locale' which excludes null.

  • 'Locale' is from 'dart:ui'.
    final locale = ui.window.locale!.languageCode.toLowerCase();
@medyas
Copy link
Owner

medyas commented May 18, 2021

@zneti-sourour this is just a warning, will not cause any issue

@oguzhan2142
Copy link

same warning

../../Frameworks/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_zoom_drawer-2.0.2+1/lib/flutter_zoom_drawer.dart:106:30: Warning: Operand of null-aware operation '!' has type 'Locale' which excludes null.

  • 'Locale' is from 'dart:ui'.
    final locale = ui.window.locale!.languageCode.toLowerCase();
    ^

@ZaifSenpai
Copy link

same

@medyas
Copy link
Owner

medyas commented May 24, 2021

fixed in latest version

@medyas medyas closed this as completed May 24, 2021
@devrajraut
Copy link

fixed in latest version

I still have this Error in the Latest Version 2.0.2+4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants