Skip to content

Commit 7f98820

Browse files
author
xuyingjun
committed
稳定后移除日志
1 parent 54073fb commit 7f98820

File tree

2 files changed

+69
-69
lines changed

2 files changed

+69
-69
lines changed

.idea/workspace.xml

+69-67
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/flutter_custom_dialog.dart

-2
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@ class CustomDialogChildState extends State<CustomDialogChildren> {
391391

392392
@override
393393
void dispose() {
394-
print('[YYDialog] Your dialog has been dismiss');
395394
widget.isShowingChange(false);
396395
super.dispose();
397396
}
@@ -446,7 +445,6 @@ class CustomDialog {
446445
transitionBuilder: _transitionsBuilder ?? _buildMaterialDialogTransitions,
447446
pageBuilder: (BuildContext buildContext, Animation<double> animation,
448447
Animation<double> secondaryAnimation) {
449-
print('[YYDialog] Your dialog has been shown');
450448
return Builder(
451449
builder: (BuildContext context) {
452450
return _child;

0 commit comments

Comments
 (0)