You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Your library looks great!
I wanted to try it out but I had a compilation error due to the use of a (soon to be) removed parameter. I was using the dev channel of Flutter, switching back to stable fixed it.
Hi. Your library looks great!
I wanted to try it out but I had a compilation error due to the use of a (soon to be) removed parameter. I was using the
dev
channel of Flutter, switching back tostable
fixed it.The
overflow
parameter ofStack
widget is deprecated, see flutter/flutter#66030.However the workaround is pretty easy, we ust need to replace it with
clipBehavior
. 👍The text was updated successfully, but these errors were encountered: