How to have entry variable in a stateful widget?
I’m just beginning to use firestore, and in the same time learning to use flutter and dart. I have two widgets : a stateless one and a stateful one, both returning the age of a user in a collection ‘users’. The stateless one has the user id as argument, but cannot handle real time changes.… Read More How to have entry variable in a stateful widget?