loic-combis / swipable

Flutter Widget to easily implement a swipe card mechanism.
MIT License
9 stars 10 forks source link

Fix null check on null errors #6

Closed mattjslaton closed 3 years ago

mattjslaton commented 3 years ago

What does this fix?

Functions _onPanStart and _onPanUpdate were both throwing "Null check operator used on null value" error.