Closed offline-first closed 6 months ago
Plugin name Appinio Swiper
Is your feature request related to a problem? Please describe. No
Describe the solution you'd like Can the background cards have an option to get a random angle?
Example:
AppinioSwiper( backgroundCardOffset: const Offset(0, 30), backgroundCardScale: .95, backgroundCardRotationList: [-3, 2, -1], // <-- new property ) ....
Transform.rotate( angle: widget.backgroundCardRotationList[index%widget.backgroundCardRotationList.length].degreeToAngle(), child: ...
btw, nice lib 👍
Hey @offline-first , It seems amazing, Since you already have a solution. You can just create a PR and I will try to merge it and release with the next version.
Hello @khanmujeeb687 here is my PR #198
Plugin name Appinio Swiper
Is your feature request related to a problem? Please describe. No
Describe the solution you'd like Can the background cards have an option to get a random angle?
Example:
btw, nice lib 👍