-
Notifications
You must be signed in to change notification settings - Fork 20
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
Orientation aware #2
Comments
Thanks for bringing this up to me. The |
if anyone is interested in orientation aware sizer: https://pub.dev/packages/flutter_sizer/versions/1.0.0 |
@radvansky-tomas Its a really good package. Congrats 🎉 Would it be ok to use some of your improvements in your package? I'm going to experiment with your **Edit: |
@CoderUni Of course ;) use what you can...I spent couple hours investigating good .dp option...best option would be to use less "magic" numbers...but I could not find proper documentation. Specially when you want to use is across all platforms. PS. yep thx ,will try to update it with next release |
I had to disable this bit to actually get correct width / height
AS far as I know then LayoutBuilder is orientation aware...ie width is always width and you should not artificially change it.
The text was updated successfully, but these errors were encountered: