Skip to content
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

Error: Getter not found: 'potrait' #221

Closed
rgushel opened this issue Feb 21, 2021 · 1 comment
Closed

Error: Getter not found: 'potrait' #221

rgushel opened this issue Feb 21, 2021 · 1 comment

Comments

@rgushel
Copy link

rgushel commented Feb 21, 2021

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){
@maares
Copy link

maares commented Feb 22, 2021

In the mean time, you can replace the misspell word, until its fixed:

if (orientation == Orientation.portrait) {

#216

lizhuoyuan pushed a commit that referenced this issue Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants