Answers for "Is there any callback to tell me when “build” function is done in Flutter?"

2

Is there any callback to tell me when “build” function is done in Flutter?

build() is sync, so if you execute something async in build()
it will be executed after build() is done.
Posted by: Guest on September-01-2020

Code answers related to "Is there any callback to tell me when “build” function is done in Flutter?"

Code answers related to "Dart"

Browse Popular Code Answers by Language