howljs / hl_image_picker

Simplify media selection, cropping, and camera functionality in your Flutter app. Choose images/videos from the library, crop images, and capture new photos/videos with ease.
https://pub.dev/packages/hl_image_picker
22 stars 13 forks source link

Does not support to pick GIF from gallery #4

Closed devsideal closed 11 months ago

devsideal commented 11 months ago

Can we pick media type GIF from gallery eg MediaType.gif ?

howljs commented 11 months ago

You can enable gif now. Use isGif in HLPickerOptions

Screenshot 2023-10-30 at 17 40 50

Error message on iOS:

Screenshot 2023-10-30 at 17 41 03

On Android, Gif image will be hide if isGif=false