balitax / gscarousel

a flutter package to create image slideshow
Other
0 stars 0 forks source link

position must be inferior of numberOfDot (position start at 0). Example for active last do #1

Open AbanobElkomos opened 5 years ago

AbanobElkomos commented 5 years ago

The position must be inferior of numberOfDot (position start at 0). Example for active last dot: I/flutter ( 3911): numberOfDot=3 / position=2 I/flutter ( 3911): 'package:gscarousel/gsindicator.dart': Failed assertion: line 41 pos 16: 'position < I/flutter ( 3911): numberOfIndicator'

dimiril commented 4 years ago

Not work

muktabd commented 3 years ago

Any solutions ?

nicmaster commented 3 years ago

The position must be inferior of numberOfDot (position start at 0). Example for active last dot: numberOfDot=3 / position=2 'package:gscarousel/gsindicator.dart': Failed assertion: line 41 pos 16: 'position < numberOfIndicator'

nicmaster commented 3 years ago

Any feedback on this