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] ## [6.0.1]
- Support for old `Fluttertoast.showToast` - Support for old `Fluttertoast.showToast`
......
...@@ -22,7 +22,7 @@ This one has limited features and no control over UI ...@@ -22,7 +22,7 @@ This one has limited features and no control over UI
> >
> - ALL > - ALL
1. Full Controll of the Toast 1. Full Control of the Toast
2. Toasts will be queued 2. Toasts will be queued
3. Remove a toast 3. Remove a toast
4. Clear the queue 4. Clear the queue
...@@ -32,7 +32,7 @@ This one has limited features and no control over UI ...@@ -32,7 +32,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: ^7.0.0 fluttertoast: ^7.0.1
``` ```
```dart ```dart
...@@ -170,7 +170,7 @@ fToast.removeQueuedCustomToasts(); ...@@ -170,7 +170,7 @@ fToast.removeQueuedCustomToasts();
## Preview Images (BuildContext) ## 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 ## If you need any features suggest
......
...@@ -71,7 +71,7 @@ packages: ...@@ -71,7 +71,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "6.0.1" version: "7.0.1"
matcher: matcher:
dependency: transitive dependency: transitive
description: description:
......
...@@ -19,7 +19,7 @@ class Fluttertoast { ...@@ -19,7 +19,7 @@ class Fluttertoast {
{@required String msg, {@required String msg,
Toast toastLength, Toast toastLength,
int timeInSecForIosWeb = 1, int timeInSecForIosWeb = 1,
double fontSize, double fontSize = 16.0,
ToastGravity gravity, ToastGravity gravity,
Color backgroundColor, Color backgroundColor,
Color textColor, Color textColor,
......
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: 7.0.0 version: 7.0.1
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
...@@ -19,7 +19,7 @@ flutter: ...@@ -19,7 +19,7 @@ flutter:
platforms: platforms:
android: android:
package: io.github.ponnamkarthik.toast.fluttertoast package: io.github.ponnamkarthik.toast.fluttertoast
pluginClass: FluttertoastPlugin pluginClass: FlutterToastPlugin
ios: ios:
pluginClass: FluttertoastPlugin pluginClass: FluttertoastPlugin
web: 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