Releases: Pyozer/introduction_screen
Releases · Pyozer/introduction_screen
v4.0.0
BREAKING CHANGE
Refactored the signatures of overrideDone
, overrideNext
, overrideSkip
, and overrideBack
parameters to provide improved onPressed
handling and greater flexibility for custom button actions.
More information PR#234
- Add custom semantic label for progress PR#235
- Update readme PR#228
- Fix WASM support (using fork of flutter_keyboard_visibility) PR#232
- Allow to display back button on first page PR#233
v3.1.17
- Reduce example app minimum sdk #226
v3.1.16
- Allow skipButton and backButton to be used at the same time #219
- Implement backgroundImage for PageViewModel #214
- Regenerate example app
v3.1.15
- Fix button style can not be overridden #224
- Enhance Test Coverage for Introduction Screen #221
v3.1.14
Fixed
- Fix scroll NotificationListener on PageView children #208
v3.1.13
Added
- Add scrollViewKeyboardDismissBehavior parameter on PageViewModel #195 #212
- Re-generate example app with latest flutter version
- Update dependencies to latest version (flutter_keyboard_visibility to 6.0.0)
Fixed
- Fix page controller used on autoScroll after introduction disposed #191 #196 #199
v3.1.12
Fixed
- Add option to adjust page margin PR#194
v3.1.11
Fixed
- Fixes last page detection PR#193
v3.1.10
Added
- Add getter
getCurrentPage()
to get current page as an integer
Fixed
- Fixed a bug on auto scroll using raw pages when initial launch PR#189
- Revert _currentpage to a double instead of int to have the dots animation
v3.1.9
Changed
- Some changes and fixes to auto scroll PR#186
Added
Fixed
- Fix auto scroll error PR#177
- Fix breaking -> turn _currentpage into an int instead of double PR#180
- Fix PageController.page cannot be accessed before a PageView is built with it PR#178