ajustes de layout
This commit is contained in:
@@ -9,6 +9,7 @@ class PaletteColors{
|
||||
static const Color greyInput = Color (0xffE1E1E1);
|
||||
static const Color lightGrey = Color(0xffD0D0D0);
|
||||
static const Color midGrey = Color(0xffC4C4C4);
|
||||
static const Color greySearch = Color(0xffeaecef);
|
||||
static const Color backGrey = Color(0xffE9E9E9);
|
||||
static const Color green = Color(0xff06790c);
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
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.0.42:8013';
|
||||
static const String AMB_DEV = 'http://192.168.18.2:8000';
|
||||
}
|
||||
Reference in New Issue
Block a user