Displaying async values in Flutter
The build method in Flutter widgets is synchronous. That means it doesn’t like to wait for anything. But sometimes, we need to wait for a value to arrive in order to display it.
Let’s think of a simpl
cihangir-on-software.hashnode.dev5 min read