exprollable_page_view 1.0.0-rc.1 exprollable_page_view: ^1.0.0-rc.1 copied to clipboard
Yet another PageView widget that expands its page while scrolling it. Exprollable is a coined word combining the words expandable and scrollable.
Changelog #
1.0.0-rc.1 17-05-2023 #
This version contains some breaking changes (see the migraiton guide in README).
- The behavior of the viewport is now more customizable (#24)
- Terminology was reorganized and some classes and properties were renamed accordingly
- Some improvements in the documents
1.0.0-beta.8 05-05-2023 #
- Fix #25, #26
- Improve the documents
1.0.0-beta.7 30-04-2023 #
- Fix #20
- Add a convenience constructor
ExprollablePageController.withAdditionalSnapOffsets
(proposed in #21) - Improve the documents
1.0.0-beta.6 19-04-2023 #
- Fix #17
1.0.0-beta.5 18-04-2023 #
- Add doc comments for public APIs
1.0.0-beta.4 16-04-2023 #
- Minor bug fixes
1.0.0-beta.3 14-04-2023 #
- Add utility callbacks (
onViewportChanged
,onPageChanged
) - Add detailed documentation to README
1.0.0-beta.2 13-04-2023 #
- Fix issues (#1, #2, #3)
1.0.0-beta 11-04-2023 #
The preview version. Not yet well documented.