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 30ed5f7 commit bc9bff2Copy full SHA for bc9bff2
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