-
-
Notifications
You must be signed in to change notification settings - Fork 922
Allow for scroll to html elements from outside HTML widget #667
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
Conversation
|
This package does not have an analysis option, and I think it's using the default dart fmt which is different. Hopefully its not an issue, but if it is let me know what it should be configured so I can update it. |
|
Formatting looks fine to me. Nice work! |
tneotia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@tneotia what is the next steps for this? |
|
@leoafarias it's approved so just waiting for merge, should happen sometime soon :) |
|
@leoafarias @tneotia I am trying to get this feature to work, but no candy. I have a full example, could you help pls? :) #1082 |
Seems the issue is closed, but lets take the conversation there if needed |
Currently interacting with the HTML widget from outside of it is very difficult. Creating outside links is not possible because anchorKey cannot be set from outside and also class is not exported.
This change allows for a scroll to a certain element to happen from outside the HTML widget.