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

Get position so i can traverse to a chat reply in flutter #17

Closed
benthemobileguy opened this issue Jun 28, 2022 · 4 comments
Closed

Get position so i can traverse to a chat reply in flutter #17

benthemobileguy opened this issue Jun 28, 2022 · 4 comments
Assignees
Labels
defer not going to take any steps.
Projects

Comments

@benthemobileguy
Copy link
Contributor

Just like whatapp, i need to tap on a replied message to navigate to the message i replied to in the list. But the Swipe To widget does not make available the position of a swiped item. How can it be done?

@tusharbhambere
Copy link

Just Add UniqueKey() in Key .

Just Like this =>
SwipeTo(
key: UniqueKey(),

Hope it will Solve Your Problem

@Purvik Purvik self-assigned this Nov 21, 2023
@Purvik Purvik added the enhancement New feature or request label Nov 21, 2023
@Purvik
Copy link
Owner

Purvik commented Nov 21, 2023

@benthemobileguy Let me know if provided response of @tusharbhambere has address your question so can close this issue out.

@Purvik Purvik added defer not going to take any steps. and removed enhancement New feature or request labels Nov 21, 2023
@benthemobileguy
Copy link
Contributor Author

Yes it does

@Purvik
Copy link
Owner

Purvik commented Nov 22, 2023

Cool. Thanks for it . Closing this out now.

@Purvik Purvik closed this as completed Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defer not going to take any steps.
Projects
SwipeTo
Awaiting triage
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants