You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per stampare un messagggio di cortesia, si puù osare SnackBar (il successore al toast message di Android). Purtroppo necessità di un Scaffold.of(context) per essere stampato.
Premendo il tasto di invio, si ottiene un eccezione del tipo `Scaffol.of() called with a context that does not contai a Scaffold`. Errore (e messaggio) alquanto bizzarro, dato che siamo in una funzione, usata da un oggetto che viene istanziato nello SCaffold. Come si risolve_
Per risolvere il problema derivato dallo "Scaffold not contained", ecco che basta utuilizzare il costruttore `Builder(builder(BuildContent content){})`.
No description provided.
The text was updated successfully, but these errors were encountered: