yekeskin / flutter_avif

A flutter plugin to view and encode avif images.
https://pub.dev/packages/flutter_avif
MIT License
53 stars 15 forks source link

Add support for Flutter 2.x.x and 3.x.x bindings. #1

Closed Makosai closed 2 years ago

Makosai commented 2 years ago

Flutter 3.x.x introduces non-null bindings now and presents warnings as a result of null-aware operations. This change resolves those warnings.

yekeskin commented 2 years ago

Hi, thanks for the PR.