For various reasons, sometimes the build method of my widgets is called again. I know that it happens because a parent updated. But this causes undesired effects. A typical...
  • May 21, 2022
  • 0 Comments
Can I create something similar to Toasts in Flutter? Just a tiny notification window that is not directly in the face of the user and does not lock or...
  • May 21, 2022
  • 0 Comments
I have an instance of DateTime and I would like to format that to a String. How do I do that? I want to turn the date into a...
  • May 18, 2022
  • 0 Comments