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 c6c686e

Browse files
author
xuyingjun
committed
注释
1 parent b4ea5e7 commit c6c686e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎example/pubspec.lock‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ packages:
4747
path: ".."
4848
relative: true
4949
source: path
50-
version: "1.0.5"
50+
version: "1.0.6"
5151
flutter_test:
5252
dependency: "direct dev"
5353
description: flutter

‎lib/flutter_custom_dialog.dart‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,10 +425,10 @@ class CustomDialog {
425425
transitionBuilder: _transitionsBuilder ?? _buildMaterialDialogTransitions,
426426
pageBuilder: (BuildContext buildContext, Animation<double> animation,
427427
Animation<double> secondaryAnimation) {
428-
print('show buildContext => #$buildContext');
428+
print('[YYDialog] buildContext => #$buildContext');
429429
return Builder(
430430
builder: (BuildContext context) {
431-
print('show context => #$context');
431+
print('[YYDialog] context => #$context');
432432
return _child;
433433
},
434434
);

0 commit comments

Comments
(0)

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