Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.