transformer_page_view icon indicating copy to clipboard operation
transformer_page_view copied to clipboard

Added the underlying pageController to the TransformInfo.

Open Scopewriter opened this issue 5 years ago • 2 comments

Hi, I have added the underlying pageController to the TransformInfo, as more fine grained control is sometimes needed in transformers. In my specific use case, I'm also doing animations elsewhere on the screen based on the swipe event and therefore needs the from- and to index, direction etc. in the same event.

Scopewriter avatar Sep 11 '19 07:09 Scopewriter

Pull Request Test Coverage Report for Build 34

  • 0 of 2 (0.0%) changed or added relevant lines in 1 file are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.2%) to 48.097%

Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/transformer_page_view.dart 0 2 0.0%
<!-- Total: 0 2
Files with Coverage Reduction New Missed Lines %
lib/transformer_page_view.dart 2 56.52%
<!-- Total: 2
Totals Coverage Status
Change from base Build 30: -0.2%
Covered Lines: 139
Relevant Lines: 289

💛 - Coveralls

coveralls avatar Sep 11 '19 07:09 coveralls

Scopewriter can u plz explain how u added a pagecontroller property to the TransformerPageView.builder. In my specific use case, I also need an explicit controller for controlling the state of the app bar

shivam-7500 avatar Aug 20 '20 07:08 shivam-7500