3

Is there a way to get the test driver to see the toast messages on the screen in an integration test in flutter?

I used find.byText and added a delay to the test but it didn't work.

Any work around this?

MDias
  • 41
  • 5
  • Can you elaborate little bit more? – Rohan Jariwala Oct 06 '22 at 16:11
  • If you are using [`fluttertoast`](https://pub.dev/packages/fluttertoast) package, this is [issue](https://github.com/ponnamkarthik/FlutterToast/issues/262) – Apealed Oct 06 '22 at 17:19
  • 1
    Yes, it seems there's no way to find fluttertoast with find.type checking the GitHub issue [FlutterToast/issues/262] (https://github.com/ponnamkarthik/FlutterToast/issues/262) – MDias Oct 07 '22 at 08:05

0 Answers0