Jerry Chen

Results 2 issues of Jerry Chen

replace the following snippet with [the line of example code](https://github.com/quire-io/scroll-to-index/blob/master/example/lib/main.dart#L51) ``` randomList = List.generate(maxCount, (index) => [index, 999]); ``` it won't work when we scroll to any index.