Lucian

Results 3 issues of 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,...

enhancement

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: ![origin](https://github.com/brendan-duncan/image/assets/20886620/d3847c2c-bcb3-4f5c-9093-c46eead982bb) result gif: ![result](https://github.com/brendan-duncan/image/assets/20886620/3071e6b1-a3ef-4836-8ac3-d98285f844d5) 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();`