zesage / flutter_cube

A Flutter 3D widget that renders Wavefront's object files.
Apache License 2.0
267 stars 91 forks source link

Check mounted before setState #43

Open SkuggaEdward opened 2 years ago

SkuggaEdward commented 2 years ago

I was getting exceptions here if I would leave the page before the model was loaded. This mounted check seem to fix that.