Commit 3a58f076 by Karthik Ponnam

Android & IOS Build Fixes

parent df4047d0
## [7.0.0]
- Android Build failed fix
- iOS Crash Fix
## [7.0.0]
- Reverted to Old code `Fluttertoast`
- Also contains new code `FToast`
## [6.0.1]
- Support for old `Fluttertoast.showToast`
......
......@@ -22,7 +22,7 @@ This one has limited features and no control over UI
>
> - ALL
1. Full Controll of the Toast
1. Full Control of the Toast
2. Toasts will be queued
3. Remove a toast
4. Clear the queue
......@@ -32,7 +32,7 @@ This one has limited features and no control over UI
```yaml
# add this line to your dependencies
fluttertoast: ^7.0.0
fluttertoast: ^7.0.1
```
```dart
......@@ -170,7 +170,7 @@ fToast.removeQueuedCustomToasts();
## Preview Images (BuildContext)
<img src="https://raw.githubusercontent.com/ponnamkarthik/FlutterToast/master/screenshot/5.jpg" width="320px" />
<img src="https://raw.githubusercontent.com/ponnamkarthik/FlutterToast/master/screenshot/11.jpg" width="320px" />
## If you need any features suggest
......
......@@ -71,7 +71,7 @@ packages:
path: ".."
relative: true
source: path
version: "6.0.1"
version: "7.0.1"
matcher:
dependency: transitive
description:
......
......@@ -19,7 +19,7 @@ class Fluttertoast {
{@required String msg,
Toast toastLength,
int timeInSecForIosWeb = 1,
double fontSize,
double fontSize = 16.0,
ToastGravity gravity,
Color backgroundColor,
Color textColor,
......
name: fluttertoast
description: Toast Library for Flutter, Easily create toast messages in single line of code
version: 7.0.0
version: 7.0.1
homepage: https://github.com/PonnamKarthik/FlutterToast
issue_tracker: https://github.com/ponnamkarthik/FlutterToast/issues
......@@ -19,7 +19,7 @@ flutter:
platforms:
android:
package: io.github.ponnamkarthik.toast.fluttertoast
pluginClass: FluttertoastPlugin
pluginClass: FlutterToastPlugin
ios:
pluginClass: FluttertoastPlugin
web:
......
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