Commit 5978a973 by Karthik Ponnam Committed by GitHub

Updated Class name

parent 64f5542e
...@@ -42,7 +42,7 @@ import 'package:fluttertoast/fluttertoast.dart'; ...@@ -42,7 +42,7 @@ import 'package:fluttertoast/fluttertoast.dart';
## Toast with No Build Context ## Toast with No Build Context
```dart ```dart
FlutterToast.showToast( Fluttertoast.showToast(
msg: "This is Center Short Toast", msg: "This is Center Short Toast",
toastLength: Toast.LENGTH_SHORT, toastLength: Toast.LENGTH_SHORT,
gravity: ToastGravity.CENTER, gravity: ToastGravity.CENTER,
...@@ -69,7 +69,7 @@ FlutterToast.showToast( ...@@ -69,7 +69,7 @@ FlutterToast.showToast(
### To cancel all the toasts call ### To cancel all the toasts call
```dart ```dart
FlutterToast.cancel() Fluttertoast.cancel()
``` ```
### Custom Toast For Android ### Custom Toast For Android
...@@ -180,4 +180,4 @@ fToast.removeQueuedCustomToasts(); ...@@ -180,4 +180,4 @@ fToast.removeQueuedCustomToasts();
## Buy Me a Coffee ## Buy Me a Coffee
<a href="https://www.buymeacoffee.com/karthikponnam" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a> <a href="https://www.buymeacoffee.com/karthikponnam" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>
\ 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