dynamic_widget
dynamic_widget copied to clipboard
Package fails to compile with Flutter 3.3.0
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
I have the same here.
I create one fork and made some updates to correct it.
https://github.com/nathanael540/dynamic_widget
#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. @nathanael540 was the fix merged into the repo, or should we use your fork?