-
Notifications
You must be signed in to change notification settings - Fork 64
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
onCurrentPageChanged with ID and index #251
Comments
Brilliant idea. Would you consider opening a PR? |
I wish I could, but I don't quite understand where exactly I have to call it .. I will give it another try later this week. |
@ulusoyca I looked into it but wasn't able to get it properly done. When looking into it, I think instead of just passing the |
@MbIXjkee is currently managing the work that will add internal navigation system to the modal. Adding a navigation observer will solve this. Expected to be released in the 0.8.x. |
"interntal navigation observer" sounds perfect! @MbIXjkee 🫶 |
Correction: It is a long work and expected in 0.9.x #271 |
I would love have a
onPageChanged
- Callback.I would expect it to look something like this:
This came up when I wanted to build in
tracking
for the bottomsheet. I had this method before:But this will obviously not work when dealing with dynamic routes or even when
pushing
orpopping
. It will only work if all pages are constant.I guess I could get hacky here and still manage to make it work, but everything would be solved, by a simply
onCurrentPageChanged
- callback (getting the id of the new page and index would be crucial here).The text was updated successfully, but these errors were encountered: