Commit 51b501b9 by Karthik Ponnam Committed by GitHub

Merge pull request #189 from Bilonik/master

fix pubspec web pluginClass Name
parents 74b61285 9fbcda69
## [5.0.2]
- Web Fix after name change
## [5.0.1]
- Many things changes on android side (this will break your current implementation)
......
name: fluttertoast
description: Toast Library for Flutter, Easily create toast messages in single line of code
version: 5.0.1
version: 5.0.2
homepage: https://github.com/PonnamKarthik/FlutterToast
environment:
......@@ -22,5 +22,5 @@ flutter:
ios:
pluginClass: FluttertoastPlugin
web:
pluginClass: FluttertoastWebPlugin
pluginClass: FlutterToastWebPlugin
fileName: fluttertoast_web.dart
\ No newline at end of file
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