Commit 5978a973 by Karthik Ponnam Committed by GitHub

Updated Class name

parent 64f5542e
......@@ -42,7 +42,7 @@ import 'package:fluttertoast/fluttertoast.dart';
## Toast with No Build Context
```dart
FlutterToast.showToast(
Fluttertoast.showToast(
msg: "This is Center Short Toast",
toastLength: Toast.LENGTH_SHORT,
gravity: ToastGravity.CENTER,
......@@ -69,7 +69,7 @@ FlutterToast.showToast(
### To cancel all the toasts call
```dart
FlutterToast.cancel()
Fluttertoast.cancel()
```
### Custom Toast For Android
......@@ -180,4 +180,4 @@ fToast.removeQueuedCustomToasts();
## 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>
\ No newline at end of file
<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>
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