smooth_page_indicator icon indicating copy to clipboard operation
smooth_page_indicator copied to clipboard

Make it easy to create custom IndicatorEffects

Open dev-horacebg opened this issue 4 years ago • 0 comments

The designs I'm following look similar to that of the provided ScrollingDotsEffect but require a couple of tweaks:

  • Use fixedCenter but with a fully filled-in indicator rather than a border (see images)

fixedCenter: false image

fixedCenter: true image

I'd also like to place a Widget in the indicator. I'd have thought there'd be a way to be able to an implementation of IndicatorEffect and be able to do this myself. Currently there isn't.

dev-horacebg avatar May 20 '20 14:05 dev-horacebg