dengyin2000 / dynamic_widget

A Backend-Driven UI toolkit, build your dynamic UI with json, and the json format is very similar with flutter widget code.
Apache License 2.0
1.56k stars 309 forks source link

Flutter 2.10.2 renamed pie_chart_outlined to pie_chart_outline #87

Closed abner closed 2 years ago

abner commented 2 years ago

Flutter 2.10.2 renamed pie_chart_outlined to pie_chart_outline and so the build fails if I use the dynamic_widget as a dependency on my projects

NassB commented 2 years ago

You have to change the name of the icon in the icons_helper.dart file while waiting for the fix

Maxmontgelas commented 2 years ago

Please fix this

abner commented 2 years ago

This pull request #89 from @zhangruiyu fixes this

tomassilgueira commented 2 years ago

@dengyin2000 please checkout this

dengyin2000 commented 2 years ago

@dengyin2000 please checkout this

merged by other pr

prilepskiy commented 2 years ago

Sorry, I still get this error with dynamic_widget 4.0.4 and flutter 2.10.4. How I can fix that?