-
Notifications
You must be signed in to change notification settings - Fork 464
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: The getter 'fullObstruction' isn't defined for the class 'ObstructingPreferredSizeWidget #33
Comments
Compiler message:
FAILURE: Build failed with an exception.
|
FAILURE: Build failed with an exception.
|
I had the same problem. any help? registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) Compiler message:
FAILURE: Build failed with an exception.
BUILD FAILED in 1m 51s |
I think it's because of the upgraded flutter version. 1.10.5 works for me. |
@bd16s is right. The latest flutter version has some breaking changes. |
If anyone wants to provide a fix, we will be happy to merge it. |
Changing After that, you need to |
Try clicking on the link mentioned in the error "package:flutter/src/cupertino/page_scaffold.dart" or the other one mentioned in the error which would be a hyperlink and change 'fullObstruction' to 'shouldFullyObstruct'. I did it today and it works. |
Some issue with flutter_platform_widget I guess.
I tried to upgrade the package still some other error get triggerred
The text was updated successfully, but these errors were encountered: