0 purchases
toast widget doh
Flutter ToastWidgetDoh #
Toast widget for minimal notification.
Installing #
Add this to your package's pubspec.yaml file:
dependencies:
toast_widget_doh: ^latest
copied to clipboard
Import #
import 'package:toast_widget_doh/toast_widget_doh.dart';
copied to clipboard
How to use #
First, initialize ToastWidgetDoh in your file`:
Then, enjoy yourself:
Toast(context).show();
copied to clipboard
Todo #
✅
add progress indicator
✅
add custom animation
Changelog #
CHANGELOG
License #
MIT License
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.