loic-hamdi / multiple_images_picker

MIT License
4 stars 14 forks source link

update to work with flutter 3.16 #11

Open fromkeith opened 11 months ago

fromkeith commented 11 months ago

Flutter 3.16 removed ImageProvider.load and DecoderCallback. See: https://docs.flutter.dev/release/release-notes/release-notes-3.16.0

This change updates to use loadImage and to use ImageDecoderCallback as the second param.

I also updated the version numbers, but please edit, or let me know if you want them set to something else. I'm no flutter expert.

sjordan2010 commented 8 months ago

@loic-hamdi Please