fluttercommunity / backdrop

Backdrop implementation in flutter.
https://pub.dev/packages/backdrop
MIT License
336 stars 36 forks source link

Null safety fixes - making animationController getter non-nullable #87

Closed proninyaroslav closed 3 years ago

proninyaroslav commented 3 years ago

It makes sense to mark _animationController as late to exclude a lot of null assertions and make the animationController getter non-nullable. Warnings associated with migration to null safety were also fixed.

WieFel commented 3 years ago

LGTM