appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
187 stars 214 forks source link

New version: Appinio onboarding slider #75

Closed khanmujeeb687 closed 1 year ago

khanmujeeb687 commented 1 year ago

This PR solves all the issues related to the onboarding slider plugin.

  1. There is a new flag introduced centerBackground. If this flag is true, it will ignore the imageHorizontalOffset property and center the background. issue
  2. This PR also has a bug fix for this issue.
  3. The finish button style is totally customizable now using the finishButtonStyle property. issue

The example app was using v1 android embedding due to which it was not building. So I have replaced the example app with a new one which will show a lot of file changes but I have made changes in lib directory only.