Commit c33e5321 by Karthik Ponnam

fixed null isssue

parent a692d2b7
## [8.0.6]
- Only safe (?.) or non-null asserted (!!.) (#300)
## [8.0.5] ## [8.0.5]
- Fixed Unresolved reference: R (Issue with Android API 30) - Fixed Unresolved reference: R (Issue with Android API 30)
......
...@@ -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.5 fluttertoast: ^8.0.6
``` ```
```dart ```dart
......
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.0.5 version: 8.0.6
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