Prefer to use TransitionBuilderPage or equivalent over custom solution
Renzo-Olivares opened this issue · 3 comments
#30 and #31 move away from using TransitionBuilderPage since it has not landed in stable and was recently removed from master flutter/flutter#66694 . Revisit the implementation in these PR's once TransitionBuilderPage or the equivalent has been pushed to stable.
Hi sir.
I'm on the beta channel and I'm getting this error when trying to build the material-components-flutter-motion-codelab
lib/router.dart:50:15: Error: The method 'TransitionBuilderPage' isn't defined for the class 'ReplyRouterDelegate'.
Hi sir.
I'm on the beta channel and I'm getting this error when trying to build the material-components-flutter-motion-codelab
lib/router.dart:50:15: Error: The method 'TransitionBuilderPage' isn't defined for the class 'ReplyRouterDelegate'.
Hello,
The issue you are referring to is now fixed with #30 and #31. Try doing a git fetch followed by git pull to get the latest changes.
Thanks a lot.