appinioGmbH / flutter_packages

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

[appinio_swiper] feat: allowBackgroundCardsDifference #125

Closed gemunet closed 1 year ago

gemunet commented 1 year ago

enable or disable the overlay effect

prevents the footer of the background card from showing over the edges of the card on the front, for cases where you don't want to show the elevation

Screenshot_1689726147

The result is as follows:

mejora.webm

This is the way I found to do it, since the optimal thing would be to parameterize the value:

double_difference = 40;

but the 40is hardcoded in many places of the rendering

khanmujeeb687 commented 1 year ago

Hey @gemunet , We have already worked on a similar thing and will release in the next version. Could you please check this PR: https://github.com/appinioGmbH/flutter_packages/pull/123 and try if your issue is getting fixed here?