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

Lefthand child scrambled when touched outside of item #11

Closed
jonasbark opened this issue Jul 24, 2018 · 1 comment
Closed

Lefthand child scrambled when touched outside of item #11

jonasbark opened this issue Jul 24, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jonasbark
Copy link

jonasbark commented Jul 24, 2018

Appeared in Version 0.3.0

Slidable(
        key: Key(item.id.toString()),
...
        actionExtentRatio: 0.15,
        delegate: SlidableStrechDelegate(),
        actions: <Widget>[
          Center(child: Text('ID ${item.id}', style: TextStyle(color: Colors.grey)))
        ],
...
      )

Slide out look:
image

When I touch outside (e.g. list scroll):
image

@letsar letsar self-assigned this Jul 24, 2018
@letsar letsar added the bug Something isn't working label Jul 24, 2018
@letsar letsar closed this as completed in df5c765 Jul 24, 2018
@letsar
Copy link
Owner

letsar commented Jul 24, 2018

Fix published in 0.3.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants