roughike / page-transformer

A sample for having PageView transformation effects in Flutter.
MIT License
876 stars 127 forks source link

Problems if initialPage is not 0, have to scroll a little to trigger the NotificationListener #7

Closed vmihalachi closed 4 years ago

vmihalachi commented 5 years ago

Hi, thank you for your library! But I think the page transformer doesn't work well if the initial page is not zero. Scrolling a little triggers the NotificationListener and then everything is fine.

Here are some screenshots.

schermata 2018-10-13 alle 11 58 53 schermata 2018-10-13 alle 11 59 05
manangatangy commented 5 years ago

This issue will probably be fixed by https://github.com/roughike/page-transformer/pull/8 I'm not sure if roughike is still active on this repo, so you may want to patch your own copy with this 3 line fix.

vishalvishvakarma1111 commented 2 years ago

i am getting this error in flutter 2.5 LateInitializationError: Field '_visibilityResolver@56419319' has not been initialized. can you help me out