MarcinusX / snappable

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

The method 'markNeedsBuild' was called on null. Receiver: null Tried calling: markNeedsBuild() #12

Open pawlowskim opened 4 years ago

pawlowskim commented 4 years ago

snappable: 1.0.1

Non-fatal Exception: NoSuchMethodError: The method 'markNeedsBuild' was called on null.
Receiver: null
Tried calling: markNeedsBuild()
0  ???                            0x0 setState + 1168 (framework.dart:1168)
1  ???                            0x0 snap + 150 (snappable.dart:150)

Set state called on unmouted widget. Possible fix: add mounted check before setState