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

Package fails to compile with Flutter 3.3.0 #104

Open
proxy2501 opened this issue Sep 2, 2022 · 5 comments
Open

Package fails to compile with Flutter 3.3.0 #104

proxy2501 opened this issue Sep 2, 2022 · 5 comments

Comments

@proxy2501
Copy link

proxy2501 commented Sep 2, 2022

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

@nathanael540
Copy link
Contributor

I have the same here.

I create one fork and made some updates to correct it.

https://github.com/nathanael540/dynamic_widget

@nathanael540
Copy link
Contributor

#105 I opened a pull with suggested fixes for the problem.

@iTomCat
Copy link

iTomCat commented Nov 22, 2022

@nathanael540 Thanks a lot!

@nathanael540
Copy link
Contributor

nathanael540 commented Dec 20, 2022

#105 My correction for that issue has merged!

@JonesWest
Copy link

Same issue here.
@nathanael540 was the fix merged into the repo, or should we use your fork?

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

4 participants