Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 69 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎lib/flutter_custom_dialog.dart

Lines changed: 0 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /