Skip to content

Releases: Pyozer/introduction_screen

v3.1.16

12 Feb 12:24
Compare
Choose a tag to compare
  • Allow skipButton and backButton to be used at the same time #219
  • Implement backgroundImage for PageViewModel #214
  • Regenerate example app

v3.1.15

12 Feb 12:23
12b206c
Compare
Choose a tag to compare
  • Fix button style can not be overridden #224
  • Enhance Test Coverage for Introduction Screen #221

v3.1.14

23 Mar 17:32
Compare
Choose a tag to compare

Fixed

  • Fix scroll NotificationListener on PageView children #208

v3.1.13

23 Mar 16:17
Compare
Choose a tag to compare

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

23 Mar 16:17
Compare
Choose a tag to compare

Fixed

  • Add option to adjust page margin PR#194

v3.1.11

23 Mar 16:16
Compare
Choose a tag to compare

Fixed

  • Fixes last page detection PR#193

v3.1.10

11 Jul 21:49
Compare
Choose a tag to compare

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

19 Jun 10:43
Compare
Choose a tag to compare

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

v3.1.8

20 Apr 14:29
021f11e
Compare
Choose a tag to compare

[3.1.8]

  • Added safeAreaList parameter PR#174

v3.1.7

16 Mar 13:20
Compare
Choose a tag to compare

[3.1.7]

  • Added hideBottomOnKeyboard parameter PR#171