JackJonson / flutter_styled_toast

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

positionedToastBuilder #38

Open subzero911 opened 2 months ago

subzero911 commented 2 months ago

fluttertoast has a positionedToastBuilder 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).