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) #59

Closed RaulMarquezInclan closed 3 years ago

RaulMarquezInclan commented 3 years ago

Added validate, title is optional (not required)

bool validate: If true btnOkOnPress must return true/false in order to dismiss dialog or not.

Most of the detected changes in the compare are because of formatting, sorry about that.