Introduction Screen Versions Save

Add easily to your app an introduction screen to provide informations to new users

v3.1.14

1 month ago

Fixed

  • Fix scroll NotificationListener on PageView children #208

v3.1.13

1 month ago

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

1 month ago

Fixed

  • Add option to adjust page margin PR#194

v3.1.11

1 month ago

Fixed

  • Fixes last page detection PR#193

v3.1.10

10 months ago

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

11 months ago

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

1 year ago

[3.1.8]

  • Added safeAreaList parameter PR#174

v3.1.7

1 year ago

[3.1.7]

  • Added hideBottomOnKeyboard parameter PR#171

v3.1.6

1 year ago

v3.1.6

  • Added customProgress parameter PR#167

v3.1.5

1 year ago

v3.1.5

Added

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