Hi Everyone.
Can anyone tell me how to use toast in commonMain so that work for both IOS and Android?
t
Tomislav Mladenov
04/30/2024, 9:22 AM
You have two options use snack bars. You can customise them and attach them to the composable. Local or Global level. The other option is to use actual / expect and implement Toast and for iOS something like (UIView / MBProgressHUDModeText or something that fits your purpose)
👍 1
m
Mahvi
04/30/2024, 9:24 AM
Can I have a guide how to implement snackbar? @Tomislav Mladenov
Thanks in advance