appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
193 stars 224 forks source link

Onboarding leading widget only clickable on last screen #25

Closed dominic-schmid closed 1 year ago

dominic-schmid commented 2 years ago

I noticed that by adding a leading Text/IconButton to the OnBoardingSlider, the widget is visibule but not clickable unless I am on the last screen of the onboarding.

return OnBoardingSlider(
      leading: IconButton(
        onPressed: () => showSnackBar('test', context),
        icon: const Icon(Icons.abc),
      ),
      skipTextButton: Text(
        'Skip',
        style: const TextStyle(
          fontSize: 16,
          fontWeight: FontWeight.w600,
        ),
      ),
      ...
bilalhamud commented 1 year ago

Solved with version 1.0.9