appinioGmbH / flutter_packages

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

[ BUG ] : The next slide button and finish button have the same styles #313

Open rick427 opened 1 month ago

rick427 commented 1 month ago

Plugin name Flutter Onboarding Slider

Describe the bug The finish button style and the next slide styles are the same which makes styling both buttons differently difficult

To Reproduce Steps to reproduce the behavior:

  1. Set a border radius of 100 on the finish button style

Expected behavior The next slide button should have a different style property than the finish button style. So if set a border radius of 100 (i.e. make the next slide button circular) the finish button is also circular (i.e. I want the finish button to have sharper edges). In short I expect 2 different styles for both buttons similar to what was shown in the docs here

Screenshots

Screenshot 2024-09-17 at 4 40 58 PM Screenshot 2024-09-17 at 4 41 09 PM

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.