File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
android/src/main/kotlin/tal/com/d_stack/node/constants Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public class DNodeActionType {
16
16
public static final String DNodeActionTypePopTo = "popTo" ;
17
17
18
18
// PopToRoot
19
- public static final String DNodeActionTypePopToRoot = "popToNativeRoot " ;
19
+ public static final String DNodeActionTypePopToRoot = "popToRoot " ;
20
20
21
21
// PopSkip
22
22
public static final String DNodeActionTypePopSkip = "popSkip" ;
Original file line number Diff line number Diff line change @@ -57,6 +57,13 @@ packages:
57
57
relative: true
58
58
source: path
59
59
version: "1.2.8+4"
60
+ d_stack_spy:
61
+ dependency: "direct dev"
62
+ description:
63
+ path: "../../d_stack_spy"
64
+ relative: true
65
+ source: path
66
+ version: "0.0.1"
60
67
fake_async:
61
68
dependency: transitive
62
69
description:
@@ -158,4 +165,4 @@ packages:
158
165
version: "2.1.0-nullsafety.3"
159
166
sdks:
160
167
dart: ">=2.10.0-110 <2.11.0"
161
- flutter: ">=1.17 .0"
168
+ flutter: ">=1.20.0 <2.0 .0"
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ class DStack {
210
210
211
211
@Deprecated ('已废弃,请调用popToRoot' )
212
212
static void popToNativeRoot () {
213
- DNavigatorManager .popToNativeRoot ();
213
+ DNavigatorManager .popToRoot ();
214
214
}
215
215
216
216
/// 自定义转场动画进入页面
You can’t perform that action at this time.
0 commit comments