duytq94 / flutter-intro-slider

Simple and configurable app introduction slider for Flutter
https://pub.dartlang.org/packages/intro_slider
MIT License
677 stars 141 forks source link

Color dots displaced to the right on last slide #32

Closed runabh closed 5 years ago

runabh commented 5 years ago

The colored dots for the slider displace/slide to the right by few pixels on the last slide. Issue replicable on emulator as well as physical device. Issue is independent of the number of slides. Displacement occurs only on the last slide.

runabh commented 5 years ago

Have a look at slide 2 and 3. The colored dots are dispalced by few pixels to the right on slide 3. Had to hide the logo because of confidentiality reasons.

slide 3 slide 2

duytq94 commented 5 years ago

I got it, let me check.

duytq94 commented 5 years ago

Fixed at f3adabfd7692dced15b042b5e4bdd27ee3698257 Please pull the latest version (2.2.1) Thanks for your report

runabh commented 5 years ago

Works like a charm now. Thank you.