get flutter toast package here
Add this package to your project dependencies in pubspec.yaml
Then whenever you want the Toast to be shown like on a tap of a button
Toast.show("Toast plugin app", context, duration: Toast.LENGTH_SHORT, gravity: Toast.BOTTOM);