marcos930807 / awesomeDialogs

A new Flutter package project for simple a awesome dialogs
Other
339 stars 110 forks source link

Added validate, title is optional (not required), isAsync #60

Open RaulMarquezInclan opened 3 years ago

RaulMarquezInclan commented 3 years ago

Added validate, title is optional (not required), isAsync

title is optional: This is so we can have both a custom body and the default title style. bool validate: If true btnOkOnPress must return true/false in order to dismiss dialog or not isAsync: Set to true if the btnOkOnPress function is asynchronous