How to run code after some delay in Flutter?

I’d like to execute a function after a certain delay after my Widget is built. What’s the idiomatic way of doing this in Flutter?

What I’m trying to achieve:
I’d like to start with a default FlutterLogo Widget and then change its style property after some duration.

10 Answers
10

Leave a Comment