We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba59885 commit 1f31aa4Copy full SHA for 1f31aa4
lib/src/introduction_screen.dart
@@ -438,7 +438,7 @@ class IntroductionScreenState extends State<IntroductionScreen> {
438
if (_durationInt != null) {
439
final Duration _autoscrollDuration = Duration(milliseconds: _durationInt);
440
final _animationDuration = Duration(milliseconds: widget.animationDuration);
441
- final int pagesLength = getPagesLength();
+ final int pagesLength = getPagesLength() - 1;
442
if (widget.infiniteAutoScroll) {
443
while (true) {
444
if (!mounted) {
0 commit comments