We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.14.3
3.7.12
MediaQueryData queryData = MediaQuery.of(context); Size viewportSize = queryData.size; Scaffold( body: Center( child: Column( children: [ Expanded( child:WebF( viewportWidth: viewportSize.width - queryData.padding.horizontal, viewportHeight: viewportSize.height - queryData.padding.vertical, bundle: WebFBundle.fromUrl('http://localhost:8080/'), ),), ])));
Keep viewportWidth/viewportHeight consistent with window size.
When window resize, viewportWidth/viewportHeight does not change
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affected version
0.14.3
Flutter versions
3.7.12
No same issues found.
Steps to Reproduce
Code example
Expected results
Keep viewportWidth/viewportHeight consistent with window size.
Actual results
When window resize, viewportWidth/viewportHeight does not change
The text was updated successfully, but these errors were encountered: