Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Functionality on Next Page after Navigator.of(context).pushNamed #300

Open
itismejy opened this issue Mar 20, 2023 · 0 comments
Open

Comments

@itismejy
Copy link

itismejy commented Mar 20, 2023

Reverted back to 4.1.0 and this code works, on the newest version it doesn't. I think it has something to do with how this flutter_speed_dial package disposes

My Code:
SpeedDial(
useRotationAnimation: true,
overlayColor: Colors.teal,
overlayOpacity: 0.0,
curve: Curves.easeIn,
....
children:[ SpeedDialChild(
child: Icon(Icons.edit_rounded),
label: "Create",
backgroundColor:
Theme.of(context).colorScheme.DIAL_CREATE,
onTap: () {
Navigator.of(context).pushNamed(routes.EditInfoRoute);
})]

The problem is when the navigator pushes to a new page, that new page loses all functionality. Tested with different pages all have the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant