overlay_toast_message

Last updated:

0 purchases

overlay_toast_message Image
overlay_toast_message Images
Add to Cart

Description:

overlay toast message

overlay_toast_message #
A flutter widget of overlay Toast Message. You can easily customize as you want.
Usage #
It has a very easy to use.
add this line to pubspec.yaml

dependencies:
overlay_toast_message: ^1.0.2

copied to clipboard
import package

import 'package:overlay_toast_message/overlay_toast_message.dart';

copied to clipboard
Show it with
OverlayToastMessage.show(
context,
textMessage: 'Dismiss All And Show Toast',
);
copied to clipboard

Use With Custom Widget #
OverlayToastMessage.show(
context,
widget: yourWidget,
);
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.