We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a300b5 commit c3ba3cfCopy full SHA for c3ba3cf
README.md
@@ -139,7 +139,7 @@ import 'package:flutter_custom_dialog/flutter_custom_dialog.dart';
139
<br />
140
customIn
141
142
- ✅
+ ✅ 支持自定义动画
143
</td>
144
</tr>
145
</table>
@@ -240,7 +240,7 @@ widget|自定义语义化组件
240
* 由于当前已有的语义化组件只是辅助快速搭建UI,在实际项目开发中远远不能满足需求
241
* 所以提供了自定义语义化组件的插入,由开发者自行将组件加入到弹窗内
242
243
-> 例如
+> 通过`widget()`将组件插入弹窗
244
245
```dart
246
YYDialog YYDialogDemo(BuildContext context) {
0 commit comments