Hiding the PageView Indicator (or bullet nav)?

Actions & Logic

Hi, how do I fade out the indicator for the PageView widget when the user swipes to Page 5, but then fade the indicator back in if the user swipes back to any of the pages 1-4?

How it currently works in FlutterFlow:

How I'd like it to work:

What have you tried so far?

I've tried add a Hide/remove PageView Indicator action in the Action Flow Editor to the PageView widget On Page Swipe when the PageView Current Index == 5 Conditional Action is true, but there's no predefined action showing up in the list or the search. I'm not familiar with custom Flutter code just yet.

I also checked out Flutter's api docs on the PageView widget class, but I'm not sure how this works with FlutterFlow: https://api.flutter.dev/flutter/widgets/PageView-class.html

Did you check FlutterFlow's Documentation for this topic?
Yes
1
2 replies