Commit 0eff6e19 by Karthik Ponnam

minor ammends

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