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
Flutter 1.25.0-8.3.pre Dart 2.12.0 (build 2.12.0-133.7.beta) build 5.0.0-nullsafety.6
../../../.pub-cache/hosted/pub.dartlang.org/flutter_screenutil-5.0.0-nullsafety.6/lib/screenutil.dart:48:35: Error: Getter not found: 'potrait'. if(orientation == Orientation.potrait){
The text was updated successfully, but these errors were encountered:
In the mean time, you can replace the misspell word, until its fixed:
if (orientation == Orientation.portrait) {
#216
Sorry, something went wrong.
40d3168
fix #221
4f87900
No branches or pull requests
Flutter 1.25.0-8.3.pre
Dart 2.12.0 (build 2.12.0-133.7.beta)
build 5.0.0-nullsafety.6
The text was updated successfully, but these errors were encountered: