Commit 09b85e2a by Karthik Ponnam

v3.1.3

parent 58f4b811
## [3.1.3]
- Toast optimized for Android
## [3.1.2] ## [3.1.2]
- Flutter analysis failed fixed - Flutter analysis failed fixed
......
...@@ -13,7 +13,7 @@ If you dont want to use androidx then use `fluttertoast` version `2.2.11` ...@@ -13,7 +13,7 @@ If you dont want to use androidx then use `fluttertoast` version `2.2.11`
```yaml ```yaml
# add this line to your dependencies # add this line to your dependencies
fluttertoast: ^3.1.2 fluttertoast: ^3.1.3
``` ```
```dart ```dart
......
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export "FLUTTER_ROOT=/mnt/linux/SDKs/flutter"
export "FLUTTER_APPLICATION_PATH=/mnt/linux/Programming/Flutter/FlutterToast/example"
export "FLUTTER_TARGET=lib/main.dart"
export "FLUTTER_BUILD_DIR=build"
export "SYMROOT=${SOURCE_ROOT}/../build/ios"
export "FLUTTER_FRAMEWORK_DIR=/mnt/linux/SDKs/flutter/bin/cache/artifacts/engine/ios"
export "FLUTTER_BUILD_NAME=1.0.0"
export "FLUTTER_BUILD_NUMBER=1"
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: 3.1.2 version: 3.1.3
author: Karthik Ponnam <ponnamkarthik3@gmail.com> author: Karthik Ponnam <ponnamkarthik3@gmail.com>
homepage: https://github.com/PonnamKarthik/FlutterToast homepage: https://github.com/PonnamKarthik/FlutterToast
......
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