-
Notifications
You must be signed in to change notification settings - Fork 501
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
Widget Positioning #1155
Comments
The solution on the issue #1008 works for me |
error is in SdkVersion > 31. After updated widgets and flutter(dart) cannot compile < 33 |
Could you please explain it with more details? |
compileSdkVersion 33 error //31 work
|
the only thing left to do without fun is to undo the dependencies and flutter to the working version for me is flutter 2.10.5 sdk 2.16.2 |
@mekkolodziejski sadly it doesn't seem to be the issue. I'm already using the version 31... |
@marcobraghim |
@mekkolodziejski |
This was a bug in the Flutter engine currently powering the stable Flutter release. It's fixed on the Flutter beta channel. Related PR: flutter/engine#33599 Duplicate issue: #1146 |
The widget is always positioned at the top of the screen. Cover the App Bar. It even sits at the top, even if you put it in a Stack
The text was updated successfully, but these errors were encountered: