Get Mystery Box with random crypto!

Side Effects in Flutter: What they are and how to avoid them | Flutter Bits - Flutter Tips & Tricks

Side Effects in Flutter: What they are and how to avoid them

Mutating state or calling async code inside the build method can cause unwanted widget rebuilds and unintended behaviour. Here are some examples and rules to follow.