adaptive_dialog
adaptive_dialog copied to clipboard
Show alert dialog or modal action sheet adaptively according to platform.
I was in this library but it does not show messages content I was pased the params as well ` Future showOkCancelAlertDialog({ String? title,String? message, String? okLabel, String? cancelLabel, OkCancelAlertDefaultType?...
I noticed that for the "showTextInputDialog", there is no controller for the DialogTextField that can be used to fetch the data from the inputs.
Great package! Can you please add support for autofillHints to the DialogTextField? Appreciate all your work.
https://github.com/flutter/flutter/issues/104882
[fluent_ui | Flutter Package](https://pub.dev/packages/fluent_ui)
Now, user can pass custom callback for each `SheetAction`
Padding is added between TextFormFields that have a custom style, to make it more beautiful.