LeGoffMael / insta_assets_picker

An image (and videos) picker similar with Instagram, supports multi picking, crop and aspect ratio.
https://pub.dev/packages/insta_assets_picker
MIT License
79 stars 34 forks source link

Fix linter warnings with Flutter 3.7 #4

Closed AlexV525 closed 1 year ago

AlexV525 commented 1 year ago

https://github.com/LeGoffMael/insta_assets_picker/blob/1edcf7a0218919d4595d30be4f8091dd50781e8f/lib/src/widget/insta_asset_picker_delegate.dart#L561

Multiple fields in the ThemeData has been deprecated since Flutter 3.7.

LeGoffMael commented 1 year ago

Thank you for the heads-up, i will check it to make it compatible with Flutter 3.7 in the next release

LeGoffMael commented 1 year ago

Fixed in 1.1.1