Prottótipo
This commit is contained in:
@@ -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 = "4WRNAC5JTJ1S8D7C1GJQE8VZCMMIZO";
|
||||
static const String tokenPadrao = "88IF8S1DLX8GFHL1WQW07VAXZE8XAT";
|
||||
static const String urlBaseNewCore = "https://newcore.services/newcore/";
|
||||
static const int appMobileCodigo = 18;
|
||||
static const String nomeApp = "Comunika";
|
||||
static const String nomeApp = "modelo";
|
||||
static const int versaoAtual = 100;
|
||||
static const int usuCodPadrao = 2423;
|
||||
static const int usuCodPadrao = 1035;
|
||||
static const String youtubeApiKey =
|
||||
"AIzaSyAmqjP0MxgASbt98Px1_hqaIvcsqeHO15k"; //"AIzaSyA8jo3qsr-JJRm40iSHfkrzaMZXdMjo9v4";
|
||||
static const String channelId = "UCJ_EUoswNTvRGotJ-ROxaKw";
|
||||
static const String homeURL = "https://comunikapublicidade.com.br/";
|
||||
static const String dominioPermitido = "https://comunikapublicidade.com.br/";
|
||||
static const String urlPDF = "https://app-cards.com/files/card-comunika.pdf";
|
||||
static const String homeURL = "https://hightechx.com/";
|
||||
static const String dominioPermitido = "https://modelopublicidade.com.br/";
|
||||
static const String urlPDF = "https://app-cards.com/files/card-hightechx.pdf";
|
||||
|
||||
static Future<bool> checkInternetConnection() async {
|
||||
bool retorno = true;
|
||||
|
||||
Reference in New Issue
Block a user