ponnamkarthik / FlutterToast

Toast Plugin for Flutter
MIT License
1.46k stars 364 forks source link

toast with app logo + text #544

Open dineshnaikb opened 3 weeks ago

dineshnaikb commented 3 weeks ago

image doc link

ponnamkarthik commented 2 weeks ago

If your app targets Android 12 (API level 31) or higher, its toast is limited to two lines of text and shows the application icon next to the text. Be aware that the line length of this text varies by screen size, so it's good to make the text as short as possible.

Its controlled by the android system plugin has no control over that

if you use toast with context then you can customise the look of the toast

dineshnaikb commented 2 weeks ago

image @ponnamkarthik i am using android 13