From af631ff71c9531b0316fae7ea09b8844e4356e2e Mon Sep 17 00:00:00 2001 From: Hamza Ayed <65548534+Hamza-Ayed@users.noreply.github.com> Date: Sat, 5 Aug 2023 09:29:04 +0300 Subject: [PATCH] Update credential.dart --- lib/constant/credential.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/constant/credential.dart b/lib/constant/credential.dart index 3b74e96..e6a86d5 100644 --- a/lib/constant/credential.dart +++ b/lib/constant/credential.dart @@ -3,9 +3,9 @@ import 'dart:convert'; class AppCredintials { static const String basicAuthCredentials = 'hamzaayedphp:malDEV@2101'; static const String serverAPI = - 'AAAAinYllCo:APA91bF1shTpzSsSxqbfY6c60D8zs1ZsdIsl9ix6nl7GDdjCqWPRK0G0ub5SqFdb1jDpQDvQPxGg-697MWLo0sy3oYImBwBLObyhk0GjtNzyr0PbE3hI-pOvhf8Vp1xgUgBmofbZYXkH'; - // static const String mapAPIKEY = 'AIzaSyC1pjEgB78OFz_-2nwTvGltHjXho0y99MY'; - static const String mapAPIKEY = 'AIzaSyCyfwRXTwSTLOFQSQgN5p7QZgGJVZnEKq0'; + 'fgdgf'; + + static const String mapAPIKEY = 'AIzaS--------q0'; String getBasicAuthCredentials() { return base64Encode(utf8.encode(basicAuthCredentials)); }