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] ## [4.0.1]
- ReadMe Fixes - ReadMe Fixes
......
...@@ -21,8 +21,6 @@ class FluttertoastWebPlugin { ...@@ -21,8 +21,6 @@ class FluttertoastWebPlugin {
Future<dynamic> handleMethodCall(MethodCall call) async { Future<dynamic> handleMethodCall(MethodCall call) async {
switch (call.method) { switch (call.method) {
case 'showToast': case 'showToast':
print("showToast");
print(call.arguments);
showToast(call.arguments); showToast(call.arguments);
return true; return true;
default: default:
......
name: fluttertoast name: fluttertoast
description: Toast Library for Flutter, Easily create toast messages in single line of code 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 homepage: https://github.com/PonnamKarthik/FlutterToast
environment: 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