-
Notifications
You must be signed in to change notification settings - Fork 345
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
useInheritedMediaQuery property is deprecated #226
Comments
is there anyway to work around it cause it is annoying to not be able to test my application on different screens, specially i have multiple windows that count on device screen location, and all gesturedetection location are wrong cause of this issue :( |
Any update? |
For anyone needs to use this for testing purpose, there is another approach of modifying the screen's attributes by making change to the 'tester' like this:
|
+1 on this issue |
This useInheritedMediaQuery property is deprecated now
'This setting is now ignored. ' 'WidgetsApp never introduces its own MediaQuery; the View widget takes care of that. ' 'This feature was deprecated after v3.7.0-29.0.pre.'
The text was updated successfully, but these errors were encountered: