Milad-Akarie / smooth_page_indicator

Flutter Smooth PageView indicators
MIT License
1.24k stars 147 forks source link

on iOS WormType.underground or WormType.thinUnderground not showing the active indicator #76

Closed ejdrian313 closed 9 months ago

ejdrian313 commented 11 months ago

Im using following code:

SmoothPageIndicator(
          controller: controller,
          count: 2,
          onDotClicked: (index) => controller.animateToPage(
            index,
            duration: const Duration(milliseconds: 250),
            curve: Curves.easeInOut,
          ),
          effect: WormEffect(
            dotHeight: 10,
            dotWidth: 10,
            type: WormType.thinUnderground,
          ),
        ),

And the effect is: Screenshot 2023-11-30 at 12 43 16 But whenever I change type: WormType.thinUnderground to other than underground or thinUnderground it works well. So it's nothing in common with my other code, controller etc. Screenshot 2023-11-30 at 12 42 08

My Flutter doctor: [✓] Flutter (Channel stable, 3.13.4, on macOS 14.1.1 darwin-arm64) [✓] Xcode - develop for iOS and macOS (Xcode 15.0.1) [✓] Chrome - develop for the web [✓] VS Code (version 1.84.2) [✓] Connected device (3 available) [✓] Network resources

It works well on android, windows desktop, but on simulator or physical iOS its fails.

github-actions[bot] commented 9 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions