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

Add onDrawerChanged event handler #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Fironn
Copy link

@Fironn Fironn commented Jun 20, 2024

Changes: Adding the onDrawerChanged event handler for monitoring changes in the Drawer status.

Motivation: Hello, and thank you for creating this wonderful library. I am interested in using it and would like to capture events when the Drawer status changes. Therefore, I have already tested it and can confirm it works on iOS 18.0.

Usage: By including the argument

onDrawerChanged: (opened) {
  print(opened);
}

you can monitor the Drawer open/close events.

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

Successfully merging this pull request may close these issues.

1 participant