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

Complete black screen when UnicornDialer is present #37

Open
mkiisoft opened this issue Aug 11, 2019 · 1 comment
Open

Complete black screen when UnicornDialer is present #37

mkiisoft opened this issue Aug 11, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@mkiisoft
Copy link

Every time I add the UnicornDialer as FAB the page turns completely back and if I'm in the same screen changing FAB elements, I can see it, but going back or forward turns those pages into black screens with an apparent crash (that I can't get the log)

@robyroad
Copy link

you need to specify different heroTag: for each button.

UnicornButton(
currentButton: FloatingActionButton(
backgroundColor: Colors.black87,
mini: true,
heroTag: "Name1",
child: Icon(iconData),
onPressed: onPressed,
)),

UnicornButton(
currentButton: FloatingActionButton(
backgroundColor: Colors.black87,
mini: true,
heroTag: "Name2",
child: Icon(iconData),
onPressed: onPressed,
));

@tiagojencmartins tiagojencmartins added the bug Something isn't working label Apr 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants