komritza

Results 2 issues of komritza

Hi, in the release 0.6.0 i had this method ``` static void openAndCloseAnimation(BuildContext context, {required SlideActionType actionType}) { final slidable = Slidable.of(context); final isClosed = slidable!.renderingMode == SlidableRenderingMode.none; if (isClosed)...

### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...