File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ class IntroScreenState extends State<IntroScreen> {
96
96
showPrevBtn: false ,
97
97
showDoneBtn: false ,
98
98
desktopActionButtonEnabled: true ,
99
+ termsLink: TERMS_LINK ,
99
100
onDonePress: this .onDonePress,
100
101
colorDot: Theme .of (context).scaffoldBackgroundColor,
101
102
colorActiveDot: Theme .of (context).colorScheme.secondary,
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ class IntroScreenState extends State<IntroScreen> {
89
89
slides: this .slides,
90
90
showSkipBtn: false ,
91
91
showNextBtn: false ,
92
+ termsLink: TERMS_LINK ,
92
93
showPrevBtn: false ,
93
94
showDoneBtn: false ,
94
95
onDonePress: this .onDonePress,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies:
34
34
intro_slider :
35
35
git :
36
36
url : https://github.com/shareef-dweikat/flutter-intro-slider
37
- ref : fb79b4ded0fc915d14b482737b18aa948838c1f9
37
+ ref : f7ce84e8314f79acd57ffce7d52464ec0052e041
38
38
expand_widget :
39
39
git :
40
40
url : https://github.com/shareef-dweikat/expand_widget
You can’t perform that action at this time.
0 commit comments