Commit 0eff6e19 by Karthik Ponnam

minor ammends

parent 4479cfdd
## [8.1.0]
## [8.1.1] [8.1.0]
- Many issues fixed
- iOS M1 Chip Fix
......
......@@ -34,7 +34,7 @@ This one has limited features and no control over UI
```yaml
# add this line to your dependencies
fluttertoast: ^8.0.9
fluttertoast: ^8.1.1
```
```dart
......
......@@ -71,7 +71,7 @@ packages:
path: ".."
relative: true
source: path
version: "8.1.0"
version: "8.1.1"
js:
dependency: transitive
description:
......
......@@ -87,10 +87,10 @@ class Fluttertoast {
'length': toast,
'time': timeInSecForIosWeb,
'gravity': gravityToast,
'bgcolor': backgroundColor != null ? backgroundColor.value : null,
'iosBgcolor': backgroundColor != null ? backgroundColor.value : null,
'textcolor': textColor != null ? textColor.value : null,
'iosTextcolor': textColor != null ? textColor.value : null,
'bgcolor': backgroundColor.value,
'iosBgcolor': backgroundColor.value,
'textcolor': textColor.value,
'iosTextcolor': textColor.value,
'fontSize': fontSize,
'webShowClose': webShowClose,
'webBgColor': webBgColor,
......
name: fluttertoast
description: Toast Library for Flutter, Easily create toast messages in single line of code
version: 8.1.0
version: 8.1.1
homepage: https://github.com/PonnamKarthik/FlutterToast
issue_tracker: https://github.com/ponnamkarthik/FlutterToast/issues
......
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