shirne / shirne_dialog

A dialog package for flutter
Apache License 2.0
16 stars 2 forks source link

正常在中间的对话框也没有办法自定义内容的说 #2

Open yu358769601 opened 2 years ago

yu358769601 commented 2 years ago

如果用本身的showdialog 呢 需要临时保存一个父节点上下文 操作比较麻烦

shirne commented 2 years ago

没办法自定义内容是什么意思?

yu358769601 commented 2 years ago

就是 在中间的对话框 里面的布局内容 包括按钮的自定义布局

shirne commented 2 years ago

alert和confirm都是使用AlertDialog实现的,具体代码在 https://github.com/shirne/shirne_dialog/blob/master/lib/src/my_dialog.dart#L529

其中message可以为String或Widget

这部分还没有具体的优化方向,目标是增强样式的可自定义。

有具体的需求或代码,可以发出来,我会参考的