buscando logs na api e exibindo na nova tela logs

This commit is contained in:
Reginaldo
2023-11-27 17:44:14 -03:00
parent 407fb745ea
commit aeff98cdf9
11 changed files with 416 additions and 6 deletions

View File

@@ -2,4 +2,9 @@ class Fixos{
// static const String AMB_PROD = 'https://controle-educa-api.rkmsistemas.com.br';
static const String AMB_HOMO = 'https://homol-controle-educa-api.rkmsistemas.com.br';
static const String AMB_DEV = 'http://192.168.18.2:8000';
List<String> itensApp = [
'CONTROLE',
'PAIS',
'PROFESSORES'
];
}