Sven
Sven
Add `|| child instanceof RecyclerView` in the if-clause in line 217 of `SwipeBackLayout` and the RecyclerView will be scrollable like the ListView, WebView ... . You also need to add...
Sounds valid for me and most new apps won't need to support an API lower than 21. Feel free to close this issue.
Sorry for posting on the closed thread, but I am experiencing the same issue. I have a workflow with following versions: ``` jobs: assembleRelease: runs-on: ubuntu-22.04 container: image: cirrusci/flutter:3.3.6 ......
@qinwang1023 @enthuan did you find a workarround how to use the lib (in my case the fs lib) with a more recent kotlin version e.g. 1.7.20? At the moment I'm...