transformer_page_view
transformer_page_view copied to clipboard
PageTransformer for flutter
Getting error "childManager" and "viewportFraction" are not defined at MyViewPort( {@required RenderSliverBoxChildManager childManager, double viewportFraction = 1.0, this.itemCount}) : super(**childManager**: childManager, **viewportFraction**: viewportFraction);
flutter 1.12.13 {StatckTrace=#0 _PagePosition.getPixelsFromPage (package:flutter/src/widgets/page_view.dart:366) #1 PageController.animateToPage (package:flutter/src/widgets/page_view.dart:204) #2 _TransformerPageViewState.onChangeNotifier (package:transformer_page_view/transformer_page_view.dart:606) #3 ChangeNotifier.notifyListeners (package:flutter/src/foundation/change_notifier.dart:206) #4 IndexController.next (package:transformer_page_view/index_controller.dart:30) #5 _SwiperTimerMixin._onTimer (package:flutter_swiper/src/swiper.dart:370) #6 _rootRunUnary (dart:async/zone.dart:1134) #7 _CustomZone.runUnary (dart:async/zone.dart:1031) #8 _CustomZone.runUnaryGuarded (dart:async/zone.dart:933) #9...
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...
No page controller property for TransformerPageView.builder.
I'm using lib for vertical page view, but parallax effect is only available on horizontal (`position` is affecting vertical position). Is there any solution?
There is a method: ` _pageController.animateToPage(initPage, duration: widget.duration, curve: widget.curve);` in `didUpdateWidget(),` which caused problems when PageView is stateless and rebuilded (threw an error: "controller is not attached to any...
How can i go to next or previous screen by implement the button