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
There's no such a builder in this package, but only StyledToastPosition (which is equal to Gravity and knows nothing about MediaQuery and thus, the system keyboard).
The text was updated successfully, but these errors were encountered:
fluttertoast
has apositionedToastBuilder
parameter, allowing to place a toast anywhere on the screen with Positioned.It solves the problem when a toast is hidden behind the system keyboard:
https://stackoverflow.com/questions/63774898/flutter-show-toast-above-keyboard-on-ios
There's no such a builder in this package, but only
StyledToastPosition
(which is equal to Gravity and knows nothing about MediaQuery and thus, the system keyboard).The text was updated successfully, but these errors were encountered: