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

Black Screen #10

Open
fabioselau077 opened this issue May 18, 2020 · 1 comment
Open

Black Screen #10

fabioselau077 opened this issue May 18, 2020 · 1 comment

Comments

@fabioselau077
Copy link

fabioselau077 commented May 18, 2020

When you enter the screen with the plug-in, it goes black, if I remove the AnimatedFloatingActionButton, it will work again.
image

@uy
Copy link

uy commented Nov 18, 2020

I faced this problem too but when I checked example and logs I saw problem. I solved this problem by using heroTag for FloatingActionButton like below.

    Container(
      child: FloatingActionButton(
        heroTag: "Ekle",
        child: FaIcon(FontAwesomeIcons.plus),
        tooltip: "Ekle",
        onPressed: () {
          funcOpenShareDialog();
        },
      ),
    )

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

2 participants