- Notifications
You must be signed in to change notification settings - Fork5
A Flutter plugin for showing native alert dialog in IOS and Toast messages in Android.
License
NotificationsYou must be signed in to change notification settings
Oleksandr32/flutter-alert
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Flutter plugin for showing native alert dialog in IOS and Toast messages in Android.
Just one line:
Alert(message:'Test').show()
Also for Android, alert has an optional boolean paramshortDuration
:
Alert(message:'Test', shortDuration:true).show()
true
is equivalent ofToast.LENGTH_SHORT
false
is equivalent ofToast.LENGTH_LONG
ParamshortDuration
is true by default.
Android | IOS |
---|---|
![]() | ![]() |