letsar / flutter_slidable

A Flutter implementation of slidable list item with directional slide actions.
MIT License
2.65k stars 558 forks source link

Focus on flutter web #474

Open guilhermedaldim opened 2 months ago

guilhermedaldim commented 2 months ago

Hi man, it's a nice package.

I have a doubt. How to control focus with keyboard navigation in this package? Have you a solution for this?

Because we need change the componente when focus is on, but the onPressed function in SlidableAction classe made our focus doesn't work correctly, because the focus on the function onPressed is before the focus on content.

Thanks man!

EderCosta21 commented 2 months ago

I have a very similar problem, it is not possible to control the focus of the action