Commit 79355c28 by Karthik Ponnam Committed by GitHub

Merge pull request #186 from Bilonik/master

Delete print on fluttertoast_web
parents 119c5066 13213867
## [4.0.2]
- Delete print on fluttertoast_web
## [4.0.1]
- ReadMe Fixes
......
......@@ -21,8 +21,6 @@ class FluttertoastWebPlugin {
Future<dynamic> handleMethodCall(MethodCall call) async {
switch (call.method) {
case 'showToast':
print("showToast");
print(call.arguments);
showToast(call.arguments);
return true;
default:
......
name: fluttertoast
description: Toast Library for Flutter, Easily create toast messages in single line of code
version: 4.0.1
version: 4.0.2
homepage: https://github.com/PonnamKarthik/FlutterToast
environment:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment