-
Notifications
You must be signed in to change notification settings - Fork 312
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
Package fails to compile with Flutter 3.3.0 #104
Comments
I have the same here. I create one fork and made some updates to correct it. |
#105 I opened a pull with suggested fixes for the problem. |
@nathanael540 Thanks a lot! |
#105 My correction for that issue has merged! |
Same issue here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm having an issue after upgrading my Flutter version to 3.3.0 using
flutter upgrade
Flutter 3.3.0 no longer supports RaisedButton, and therefore does not recognize the method call made in dynamic_widget/basic/button_widget_parser.dart.
The same is true of BorderRadiusGeometry, which no longer supports accessing its properties (topLeft, topRight, etc.) in dynamic_widget/basic/cliprrect.dart
This causes projects that depend on this package to fail when attempting to compile.
To anyone facing the same issue, the only current workaround I've found is to simply not upgrade to Flutter version 3.3.0.
Or if you already have, downgrade back to the previous version by using
flutter downgrade
The text was updated successfully, but these errors were encountered: