Toast kullanmak için fluttertoast’ı dependencies ekledim ancak çalışmadı. Yardımcı olabilecek var mı?
Fluttertoast.showToast(
msg: “This is Center Short Toast”,
toastLength: Toast.LENGTH_SHORT,
gravity: ToastGravity.CENTER,
timeInSecForIosWeb: 1,
backgroundColor: Colors.red,
textColor: Colors.white,
fontSize: 16.0);

fatih38

 Fluttertoast.showToast(
      msg: "text", gravity: ToastGravity.BOTTOM, timeInSecForIosWeb: 2, backgroundColor: Colors.grey[600], fontSize: 14.0);

Şunu deneyin birde
hata almak pek olası değil aslında

    Write a Reply...