woltapp / wolt_modal_sheet

This package provides a responsive modal with multiple pages, motion animation for page transitions, and scrollable content within each page.
MIT License
511 stars 64 forks source link

Expose page list, current page, and getters for isAtLastPage / isAtFirstPage #299

Closed ulusoyca closed 3 months ago

ulusoyca commented 3 months ago

Description

This PR introduces new getter methods to the WoltModalSheet to get the current page and current page list.

New Getter Methods:

Related Issues

297

Testing

New widget tests have been added to verify the correctness of these getter methods. The playground app also now shows the current page index, and total number of pages utilising these methods.

ulusoyca commented 3 months ago

lgtm