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

Flutter Web Release Version Doesnt show asset image in tooltip #122

Open
Jesse-Abruzzo opened this issue Sep 23, 2024 · 6 comments
Open
Assignees

Comments

@Jesse-Abruzzo
Copy link

Using flutter web release. The tooltip does not show my asset image. Using debug it shows fine. I tried using edge and chrome and both do not work on release.

This is debug Mode. Works fine:
works

This is all i get with the release version.
image

Widget ruleInfoButton(){ SuperTooltipController ruleToolTipController = SuperTooltipController(); return OnHoverLarge(builder: (isHovered) { return Tooltip(message:'Show how each rule is calculated',child:SuperTooltip(popupDirection: TooltipDirection.down,barrierColor: Colors.transparent,controller:ruleToolTipController,content: Image.asset('assets/ruleTable.jpg'), child:IconButton(color:isHovered ? Colors.blueAccent:null,icon:const Icon(Icons.info_outline), onPressed: () { ruleToolTipController.showTooltip(); },))); }); }

@Jesse-Abruzzo
Copy link
Author

Is this package dead? no support?

@bensonarafat
Copy link
Owner

@Jesse-Abruzzo
Thanks for submitting the issue.
I will look into it

@Jesse-Abruzzo
Copy link
Author

any update on this? still doesnt work in flutter web release mode

@Jesse-Abruzzo
Copy link
Author

Anything????

@bensonarafat
Copy link
Owner

Anything????

So sorry, I have been so busy lately,
If you provide a PR on this. That will be great. I'll just preview then merge
Thanks for understanding

@Jesse-Abruzzo
Copy link
Author

No worries. Not sure what the issue is. Im migrating to a different package.

@bensonarafat bensonarafat self-assigned this Nov 18, 2024
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