Tkko / Flutter_dismissible_page

Flutter page widget that is dismissed by swipe gestures, with Hero style animations, Inspired by Facebook and Instagram stories.
https://pub.dev/packages/dismissible_page
MIT License
151 stars 39 forks source link

Fixed null safety issue for transform scale #16

Closed DarkKnight1005 closed 1 year ago

Tkko commented 2 years ago

Hi @DarkKnight1005, thanks for the PR, Could you provide detail of the issue?

tonto98 commented 2 years ago

"Error: The argument type 'double?' can't be assigned to the parameter type 'double' because 'double?' is nullable and 'double' isn't. scale: _scale,"