ACT Gepam

This commit is contained in:
2021-09-21 17:11:49 -03:00
parent 001ee87e87
commit 80dc84a58a
53 changed files with 57 additions and 56 deletions
+6 -6
View File
@@ -8,18 +8,18 @@ import 'default_response_api.dart';
class FuncoesGerais {
//static const String urlLexLiteApi = "https://apis.lexstation.com/api/v1/";
static const String tokenPadrao = "GA9P876KYL2XNHHKMU0VSHEEYEL37D";
static const String tokenPadrao = "ARI0M2GZMCAY1WRQW2HN1YBO25DRO3";
static const String urlBaseNewCore = "https://newcore.services/newcore/";
static const int appMobileCodigo = 18;
static const String nomeApp = "Vilacorp";
static const String nomeApp = "GEPAM";
static const int versaoAtual = 100;
static const int usuCodPadrao = 70435;
static const int usuCodPadrao = 73206;
static const String youtubeApiKey =
"AIzaSyAmqjP0MxgASbt98Px1_hqaIvcsqeHO15k"; //"AIzaSyA8jo3qsr-JJRm40iSHfkrzaMZXdMjo9v4";
static const String channelId = "UCJ_EUoswNTvRGotJ-ROxaKw";
static const String homeURL = "https://vilacorp.com.br/";
static const String dominioPermitido = "https://vilacorp.com.br/";
static const String urlPDF = "http://app-cards.com/files/vilacorp.pdf";
static const String homeURL = "https://gepam.adm.br/";
static const String dominioPermitido = "https://gepam.adm.br/";
static const String urlPDF = "https://app-cards.com/files/card-gepam.pdf";
static Future<bool> checkInternetConnection() async {
bool retorno = true;