Mobx duvida com funcao async #126
-
Olá pessoal tudo bem? final ledgerViewController = GetIt.I.get(); segue o codigo do tile
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Ola @LucasMendestr, tu pode utilizar o widget FutureBuilder para atualizar a tela quando for finalizado a função getCategoryName. `@override
}` |
Beta Was this translation helpful? Give feedback.
-
Mutismo obrigado, funcionou certinho. |
Beta Was this translation helpful? Give feedback.
Ola @LucasMendestr, tu pode utilizar o widget FutureBuilder para atualizar a tela quando for finalizado a função getCategoryName.
Ficaria assim:
`@override
Widget build(BuildContext context) {
final widthMax = MediaQuery.of(context).size.width;