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] ## [5.0.1]
- Many things changes on android side (this will break your current implementation) - Many things changes on android side (this will break your current implementation)
......
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.1 version: 5.0.2
homepage: https://github.com/PonnamKarthik/FlutterToast homepage: https://github.com/PonnamKarthik/FlutterToast
environment: environment:
...@@ -22,5 +22,5 @@ flutter: ...@@ -22,5 +22,5 @@ flutter:
ios: ios:
pluginClass: FluttertoastPlugin pluginClass: FluttertoastPlugin
web: web:
pluginClass: FluttertoastWebPlugin pluginClass: FlutterToastWebPlugin
fileName: fluttertoast_web.dart 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