transformer_page_view icon indicating copy to clipboard operation
transformer_page_view copied to clipboard

PageTransformer for flutter

Results 39 transformer_page_view issues
Sort by recently updated
recently updated
newest added

I am showing 10 pages on loading. When the user came to 10th page, I am fetching next 10 pages and adding to the list dynamically. When I added the...

Migrate existing code to `null-safety`. **Full Description** Since last week, Flutter 2.0 hit stable branch. With 2.0 we've received Dart 2.12 with new [sound null safety](https://dart.dev/null-safety) mechanism. Current `transformer_page_view` package...

Handle null context in getsize method for transformer & updated the project to androidx

@jzoom Please, do review some of the pull requests on this subject.

could you review the Pull request for null safety

Can you check? I made some changes to prepare the project to sound null safety.

Fixes https://github.com/flutter/flutter/issues/66250 Fixes https://github.com/best-flutter/flutter_swiper/issues/227

Any idea how to have a transition where the current content stays fixed in position and when you swipe, the new content gets revealed to cover the current/old content? Also,...

Added ClipBehavior, an important property that was missed out by the PageView used inside TransformerPageView