i am trying to build and ipa file for a Flutter project
on android and Windows everything works fine, now when I try to build on ipa I get this error
“
No named parameter with the name ‘size’.
size: logicalSize, “
now when I looked where is the error I located it with a lib called “flutter_star_prnt” which I don’t use in my app – it linked somehow to one lib I tried to delete it but nothing happen
I tried ti upgrade, clean , pod install update all nothing helped
does anyone have an idea how to solve