JackJonson / flutter_styled_toast

A Styled Toast Flutter package.
Apache License 2.0
76 stars 43 forks source link

Toast hides when keyboard is active. #11

Closed imAunAbbas closed 3 years ago

imAunAbbas commented 3 years ago

Hi, I'm using this package, and it is working fine. The only issue I'm facing on both Android and iOS is that when its position is on the bottom and the keyboard is active, toast hides behind the keyboard but showing on the top position. For now, I'm using it on the top position but it doesn't look so good in my scenario. Kindly provide any solution to show it at the bottom of the screen without hiding it behind the keyboard. Thanks

JackJonson commented 3 years ago

A new version 1.5.0+1 has been released, upgrade flutter_styled_toast to 1.5.0+1. Setting the parameter 'isHideKeyboard' true will solve this.

WieFel commented 3 years ago

@JackJonson Still having this problem also when setting isHideKeyboard: true...