ajustes ip para api

This commit is contained in:
Reginaldo
2023-08-04 17:43:44 -03:00
parent 615680c947
commit f352b947d5
6 changed files with 28 additions and 26 deletions

3
lib/utils/fixos.dart Normal file
View File

@@ -0,0 +1,3 @@
class Fixos{
static const String IP_API_PORTA = '192.168.0.42:8013';
}