Lucian
Lucian
If the bottom sheet contains multi ListViews and all of the ListViews attach to the ModalScrollController, then the bottom sheet cannot drag down to close. By reviewing the source code,...
When set `dismissible` param to the `Slidable`, it can not work normally in RTL mode. See the video. https://user-images.githubusercontent.com/20886620/221153574-2ec7e23d-b0b7-46a9-9f0b-ab8faf9dd5b1.mp4
I decode a gif file and then encode it to a new gif. The new gif is abnormal. origin gif:  result gif:  Below is the code: `(img.Command()..decodeGifFile("/data/data/com.example.example/files/test.gif")..writeToFile("/data/data/com.example.example/files/test-new.gif")).executeThread();`