kalismeras61 / flutter_page_transition

This is Flutter Page Transition Package
BSD 2-Clause "Simplified" License
471 stars 56 forks source link

Hero transition not working after moving to flutter 1.22.5 #40

Closed PavieOlivier closed 3 years ago

PavieOlivier commented 3 years ago

Is it normal ? after upgrading my flutter SDK to 1.22.5, Hero animations stopped working with your package

oguz42 commented 3 years ago

same issue here

kalismeras61 commented 3 years ago

@PavieOlivier and @oguz42 Can you test with 1.1.7+6 ?

PavieOlivier commented 3 years ago

Just tried, and it's not fixing anything ?

kalismeras61 commented 3 years ago

@PavieOlivier , i tested with latest stable, no issue. You have to provide some code. Are you using Navigator widget somewhere ?

PavieOlivier commented 3 years ago

this is how i navigate from one page to another page

Navigator.pushAndRemoveUntil( context, PageTransition( duration: Duration(milliseconds: 500), child: HomeScreen(), type: PageTransitionType.fade), (route) => false);

I am on Flutter 1.22.5 • channel stable is there something that I am missing ?

PavieOlivier commented 3 years ago

same issue here

@oguz42 any update from your side ? i am trying, nothing works

Curvel commented 3 years ago

Works again with:

Flutter 1.26.0-13.0.pre.119 • channel master • https://github.com/flutter/flutter.git
Framework • revision 32db0fe791 (3 hours ago) • 2021-01-21 23:04:03 -0800
Engine • revision 90641fa923
Tools • Dart 2.12.0 (build 2.12.0-248.0.dev)