Skip to content

Releases: Pyozer/introduction_screen

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

v3.1.6

15 Feb 17:08
Compare
Choose a tag to compare

v3.1.6

  • Added customProgress parameter PR#167

v3.1.5

15 Feb 17:03
Compare
Choose a tag to compare

v3.1.5

Added

  • Added the option conceal the bottom part of the introduction screen PR#163
  • Adding the getCurrentPageNumber getter PR#164