1

There is a lot of Cupertino style widgets in Flutter.

I want to show short messages (like material design's snackbar).

How looks snackbar / toast in iOS and how can I show it?

K.Amanov
  • 1,278
  • 14
  • 23
  • There isnt a snackbar / toast in swift / objective c, this is because there isnt a snackbar / toast Cupertino style widgets. but you can use snackbar and it look fine in iOS like in androids devices. – Claudio Castro Jan 28 '21 at 21:02
  • 1
    What do they use show short messages like "Added to cart" in iOS? – K.Amanov Jan 29 '21 at 03:34
  • Some people use UIAlertController, some build a toast like. How you can see here https://stackoverflow.com/questions/3737911/how-to-display-temporary-popup-message-on-iphone-ipad-ios – Claudio Castro Jan 29 '21 at 04:28

0 Answers0