Commit 74b61285 by Karthik Ponnam

msg auto to empty string

parent f7c4e140
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"fluttertoast","path":"C:\\\\Users\\\\ponna\\\\Desktop\\\\my\\\\plugins\\\\fluttertoast\\\\","dependencies":[]}],"android":[{"name":"fluttertoast","path":"C:\\\\Users\\\\ponna\\\\Desktop\\\\my\\\\plugins\\\\fluttertoast\\\\","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[{"name":"fluttertoast","path":"C:\\\\Users\\\\ponna\\\\Desktop\\\\my\\\\plugins\\\\fluttertoast\\\\","dependencies":[]}]},"dependencyGraph":[{"name":"fluttertoast","dependencies":[]}],"date_created":"2020-07-05 14:58:23.372220","version":"1.19.0-4.3.pre"} {"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"fluttertoast","path":"C:\\\\Users\\\\ponna\\\\Desktop\\\\my\\\\plugins\\\\fluttertoast\\\\","dependencies":[]}],"android":[{"name":"fluttertoast","path":"C:\\\\Users\\\\ponna\\\\Desktop\\\\my\\\\plugins\\\\fluttertoast\\\\","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[{"name":"fluttertoast","path":"C:\\\\Users\\\\ponna\\\\Desktop\\\\my\\\\plugins\\\\fluttertoast\\\\","dependencies":[]}]},"dependencyGraph":[{"name":"fluttertoast","dependencies":[]}],"date_created":"2020-07-05 15:32:05.671138","version":"1.19.0-4.3.pre"}
\ No newline at end of file \ No newline at end of file
...@@ -71,7 +71,7 @@ packages: ...@@ -71,7 +71,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "5.0.0" version: "5.0.1"
matcher: matcher:
dependency: transitive dependency: transitive
description: description:
......
...@@ -51,7 +51,7 @@ class FlutterToast { ...@@ -51,7 +51,7 @@ class FlutterToast {
textColor = Colors.white; textColor = Colors.white;
} }
final Map<String, dynamic> params = <String, dynamic>{ final Map<String, dynamic> params = <String, dynamic>{
'msg': msg, 'msg': msg ?? "",
'length': toast, 'length': toast,
'time': timeInSecForIosWeb, 'time': timeInSecForIosWeb,
'gravity': gravityToast, 'gravity': gravityToast,
......
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