All I Know about BuildContext
I’m 100% sure that every single Flutter dev knows BuildContext. We can’t build apps without this object given as an argument of build() methods. Navigator.of(), showDialog(), or a lot of other APIs require BuildContext as an argument.
But how do you ...
chooyan.hashnode.dev10 min read
Moshe Dicker
Seems like there should be a lint for using ref over an async gap