page-transformer icon indicating copy to clipboard operation
page-transformer copied to clipboard

A sample for having PageView transformation effects in Flutter.

Results 9 page-transformer issues
Sort by recently updated
recently updated
newest added

I want to change some part of the parent widget when the pager index changes. Is there any way to get the current page index?

If someone is looking for a page indicator as well. ```class DotsIndicator extends AnimatedWidget { DotsIndicator({ this.controller, this.itemCount, this.onPageSelected, this.color: Colors.white, }) : super(listenable: controller); /// The PageController that this...

Returning true will cancel the notification bubbling, avoiding unnecessary propagation throughout the Widget tree.

flutter run Launching lib/main.dart on ONEPLUS A5010 in debug mode... Initializing gradle... 0.7s Resolving dependencies... * Error running Gradle: ProcessException: Process "/Users/pixarise/Code/page-transformer/android/gradlew" exited abnormally: BUILD FAILED Total time: 0.606 secs...

Correct _calculatePagePosition() for case when PageVisibilityResolver has null (initial) properties, and PageController.initialPage is non-zero. I expect this will fix https://github.com/roughike/page-transformer/issues/7

Fixes https://github.com/roughike/page-transformer/issues/9

Hi guys, I use your lib in my project. After time, I upgrade the project with Dart 2 and now I have the important issue, so I cannot compile >...

This should allow projects on Dart 2+ to import this package.

Thanks for the tutorial and the beautiful onboarding pages. Can you show me how to add 2 buttons at the last page/screen and redirect to either register or login pages?...