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
......
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