introduction_screen
introduction_screen copied to clipboard
Dot indicator get shifted after/before skip/back button disappear/appear
Dot indicator get misplaced as below when back/skip button appear/disappear.
@KDVan
IntroductionScreen.skipOrBackFlex
is set as 0
in example/lib/main.dart.
This should be set as 1
(default value) to fix the indicator in the center.
If you set IntroductionScreen.skipOrBackFlex
as 0
, try to delete it.
I hope this would help you.
@Kishikawa1286 That did help, thanks a lot! But when I set IntroductionScreen.skipOrBackFlex
to 1, the Skip button will be shifted to the right.
I still think this should be considered to be fixed though.
Hi all,
Closing this issue now. Let us know if you need any help.
Many thanks, Gavin.