ponnamkarthik / FlutterToast

Toast Plugin for Flutter
MIT License
1.43k stars 349 forks source link

Multiline Toasts not possible anymore #467

Open S-Man42 opened 9 months ago

S-Man42 commented 9 months ago

Hi,

I've been using this plugin for several years now. Suddenly I recognized a changed behaviour:

Previously it was possible to show several lines of text in the toast). Suddenly there are only 2 lines possible. Did this change? How can I reset to the old behaviour? It is very important to us to see more than two lines.

Thanks in advance!

Edit: Hm, I currently tested the same old app version on two different devices: Android 12 shows multiline toasts as expected, Android 13 not. So, it seems not to be a problem with your code but the Android version... Do you have any idea?