Commit 23d53f6c by Karthik Ponnam

v6.0.0

parent 876327fa
## [6.0.0]
- Complete new package
- Now plugin dont use any native code
## [5.0.2] ## [5.0.2]
- Web Fix after name change - Web Fix after name change
......
# [fluttertoast](https://pub.dartlang.org/packages/fluttertoast) # [fluttertoast](https://pub.dartlang.org/packages/fluttertoast)
Flutter Toast Library for Flutter Toast Library for Flutter
> Supported Platforms > Supported Platforms
> >
...@@ -9,6 +9,8 @@ Flutter Toast Library for Flutter ...@@ -9,6 +9,8 @@ Flutter Toast Library for Flutter
## Notice ## Notice
Please check readme before you update your package
This update has changes complete plugin to new one This update has changes complete plugin to new one
Previously this plugin used to interact with native platform which now removed. Previously this plugin used to interact with native platform which now removed.
......
...@@ -66,7 +66,7 @@ packages: ...@@ -66,7 +66,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "5.0.2" version: "6.0.0"
matcher: matcher:
dependency: transitive dependency: transitive
description: description:
......
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: 5.0.2 version: 6.0.0
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