koukibadr / Cherry-Toast

https://pub.dev/packages/cherry_toast
MIT License
21 stars 14 forks source link

cherry toast not working in web #60

Open Refaydeen opened 8 months ago

Refaydeen commented 8 months ago

i m trying web not working why

koukibadr commented 8 months ago

@Refaydeen can you provide more details ?

vanlooverenkoen commented 7 months ago

I have the same issue:

This does not work

  void showError(String error) {
    CherryToast.error(
      title: const Text("Something went wrong!"),
      description: Text(error),
    ).show(context);
  }
koukibadr commented 7 months ago

@vanlooverenkoen can you provide the output of flutter doctor and also the exception thrown you have ?

vanlooverenkoen commented 7 months ago

No exception, flutter 3.16.5

koukibadr commented 7 months ago

Okay I will check it