MarcinusX / snappable

Thanos snap effect in Flutter
https://fidev.io/thanos
BSD 2-Clause "Simplified" License
335 stars 34 forks source link

NoSuchMethodError: The method 'findRenderObject' was called on null. Receiver: null Tried calling: findRenderObject() #13

Open pawlowskim opened 4 years ago

pawlowskim commented 4 years ago

Version 1.0.1.

Non-fatal Exception: NoSuchMethodError: The method 'findRenderObject' was called on null.
Receiver: null
Tried calling: findRenderObject()
0  ???                            0x0 _getImageFromWidget + 232 (snappable.dart:232)
1  ???                            0x0 snap + 114 (snappable.dart:114)

Probably it was called after parent widget was disposed.