It may sound easy but How can we do a multi-line editable textfield in flutter? TextField works only with a single line. Edit: some precisions because seems like it’s...
  • May 26, 2022
  • 0 Comments
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:...
  • May 25, 2022
  • 0 Comments