https://www.youtube.com/watch?v=pVgYy1zRfVc
https://www.youtube.com/watch?v=S-8Tm3xeuok
https://www.youtube.com/watch?v=AxsuEY9A30I
https://www.youtube.com/watch?v=CzAOG7TXGkY
https://www.youtube.com/watch?v=tojIfTHD3-w
https://www.youtube.com/watch?v=aEjYLY2X_NQ
- instalar json_rest_server:
dart pub global activate json_rest_server
- adicionar caminho no Path:
C:\Users\thalesterra\AppData\Local\Pub\Cache\bin
Criar projeto: flutter create --project-name delivery_backoffice_dw10 --org br.com.academiadoflutter --platforms web ./delivery_backoffice_dw10
Baixar projeto backend: git clone https://github.com/rodrigorahman/dw10_delivery_api.git
Executar backend: json_rest_server run
Verificar backend: http://localhost:8080/products
Rodar mobx: dart run build_runner watch -d