You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using just a basic Hero doesn't work when navigating to sites i.e.
Navigator.pushNamed(context, CheckoutScreen.routeName);
or
OneContext().pushNamed(CheckoutScreen.routeName);
If I remove this from my material app, then Hero animation works again suddenly, do you know a solution ?
And confirms the Hero bug is due to OneContext
MaterialApp(
navigatorKey: OneContext().key,
builder: OneContext().builder, --> remove this
The text was updated successfully, but these errors were encountered:
Flutter 3.7.0
one_context: ^4.0.0
Using just a basic Hero doesn't work when navigating to sites i.e.
Navigator.pushNamed(context, CheckoutScreen.routeName);
or
OneContext().pushNamed(CheckoutScreen.routeName);
If I remove this from my material app, then Hero animation works again suddenly, do you know a solution ?
And confirms the Hero bug is due to OneContext
MaterialApp(
navigatorKey: OneContext().key,
builder: OneContext().builder, --> remove this
The text was updated successfully, but these errors were encountered: