ponnamkarthik / FlutterToast

Toast Plugin for Flutter
MIT License
1.43k stars 349 forks source link

Add Desktop Support (MacOS, Windows and Linux) #491

Open ttzein6 opened 5 months ago

ttzein6 commented 5 months ago

Great job on this package, thank you. Are you planning on adding desktop support ?

allComputableThings commented 1 month ago

+1 When I try to show a toast on a Linux target, I get:

Syncing files to device Linux...
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method showToast on channel PonnamKarthik/fluttertoast)
#0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332:7)
<asynchronous suspension>
#1      Fluttertoast.showToast (package:fluttertoast/fluttertoast.dart:100:17)
<asynchronous suspension>