FlutterToast icon indicating copy to clipboard operation
FlutterToast copied to clipboard

Support for Windows

Open iqfareez opened this issue 2 years ago • 3 comments

Error when try to show toast on Windows

[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method showToast on channel PonnamKarthik/fluttertoast)
#0      MethodChannel._invokeMethod
package:flutter/…/services/platform_channel.dart:175
<asynchronous suspension>
#1      Fluttertoast.showToast
package:fluttertoast/fluttertoast.dart:100
<asynchronous suspension>

Perhaps can use the web styling.

iqfareez avatar Mar 08 '22 14:03 iqfareez

I got same issue.

dbsxdbsx avatar Jul 21 '22 06:07 dbsxdbsx

Need to the BuildContext method to be able to target all platforms.

https://pub.dev/packages/fluttertoast#toast-with-buildcontext-all-platforms

iqfareez avatar Jul 21 '22 06:07 iqfareez

Need to the BuildContext method to be able to target all platforms.

https://pub.dev/packages/fluttertoast#toast-with-buildcontext-all-platforms

I also got this doc, but the document is not quite readable. I am going on to switch to other packages.

dbsxdbsx avatar Jul 21 '22 07:07 dbsxdbsx

Need to the BuildContext method to be able to target all platforms. https://pub.dev/packages/fluttertoast#toast-with-buildcontext-all-platforms

I also got this doc, but the document is not quite readable. I am going on to switch to other packages.

Did u get any

geboct avatar Nov 29 '22 21:11 geboct

Need to the BuildContext method to be able to target all platforms. https://pub.dev/packages/fluttertoast#toast-with-buildcontext-all-platforms

I also got this doc, but the document is not quite readable. I am going on to switch to other packages.

Did u get any

What do you mean? If you mean which package I am using instead of this one, the answer is overlay_support

dbsxdbsx avatar Nov 30 '22 08:11 dbsxdbsx