introduction_screen icon indicating copy to clipboard operation
introduction_screen copied to clipboard

Dot indicator get shifted after/before skip/back button disappear/appear

Open KDVan opened this issue 2 years ago • 2 comments

Dot indicator get misplaced as below when back/skip button appear/disappear.

image image image

KDVan avatar Apr 13 '22 14:04 KDVan

@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 avatar Apr 14 '22 09:04 Kishikawa1286

@Kishikawa1286 That did help, thanks a lot! But when I set IntroductionScreen.skipOrBackFlex to 1, the Skip button will be shifted to the right.

image

I still think this should be considered to be fixed though.

VanBaKhanhDuy avatar Apr 14 '22 10:04 VanBaKhanhDuy

Hi all,

Closing this issue now. Let us know if you need any help.

Many thanks, Gavin.

ghenry avatar Nov 23 '22 18:11 ghenry