Results 5 comments of TechCafe

> Got the same issue here, for a temporary fix, I used this solution and removed the `@available` line > > > For temporary fix update version in Podfile platform...

In the new version of Flutter, Stack does not take overflow as parameter. go to the Package and go to the Stack widget most probably around line 109, `overflow: Overflow.visible`...

> @techcafe13 How can i do that ? It's from the library. Its already updated I think. Just update your package.

Dont worry, its easy to fix, until they upload the fixed version, go to the Package and most probably around line 109 there will be a Stack Widget where overflow...