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.
2 parents 30ed5f7 + bc9bff2 commit 0dee6f2Copy full SHA for 0dee6f2
lib/src/introduction_screen.dart
@@ -548,7 +548,7 @@ class IntroductionScreenState extends State<IntroductionScreen> {
548
549
@override
550
Widget build(BuildContext context) {
551
- final isLastPage = (_currentPage == getPagesLength() - 1);
+ final isLastPage = (_currentPage.round() == getPagesLength() - 1);
552
553
Widget? leftBtn;
554
if (widget.showSkipButton) {
0 commit comments