Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add terms link to onboarding slider #182

Merged
merged 1 commit into from
Sep 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/views/desktop/introduction-slider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ class IntroScreenState extends State<IntroScreen> {
showPrevBtn: false,
showDoneBtn: false,
desktopActionButtonEnabled: true,
termsLink: TERMS_LINK,
onDonePress: this.onDonePress,
colorDot: Theme.of(context).scaffoldBackgroundColor,
colorActiveDot: Theme.of(context).colorScheme.secondary,
Expand Down
1 change: 1 addition & 0 deletions lib/views/mobile/introduction-slider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ class IntroScreenState extends State<IntroScreen> {
slides: this.slides,
showSkipBtn: false,
showNextBtn: false,
termsLink: TERMS_LINK,
showPrevBtn: false,
showDoneBtn: false,
onDonePress: this.onDonePress,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
intro_slider:
git:
url: https://github.com/shareef-dweikat/flutter-intro-slider
ref: fb79b4ded0fc915d14b482737b18aa948838c1f9
ref: f7ce84e8314f79acd57ffce7d52464ec0052e041
expand_widget:
git:
url: https://github.com/shareef-dweikat/expand_widget
Expand Down