This commit is contained in:
Hamza-Ayed
2023-08-13 23:03:58 +03:00
parent 8b46545fbc
commit 28f4f8635d
24 changed files with 742 additions and 70 deletions

View File

@@ -2,15 +2,11 @@ import 'dart:convert';
class AppCredintials {
static const String basicAuthCredentials = 'hamzaayedphp:malDEV@2101';
static const String serverAPI = 'fgdgf';
static const String serverAPI =
'AAAAinYllCo:APA91bF1shTpzSsSxqbfY6c60D8zs1ZsdIsl9ix6nl7GDdjCqWPRK0G0ub5SqFdb1jDpQDvQPxGg-697MWLo0sy3oYImBwBLObyhk0GjtNzyr0PbE3hI-pOvhf8Vp1xgUgBmofbZYXkH';
// AIzaSyCyfwRXTwSTLOFQSQgN5p7QZgGJVZnEKq0
static const String mapAPIKEY = 'AIzaSyCyfwRXTwSTLOFQSQgN5p7QZgGJVZnEKq0';
//AIzaSyDf_9y315-15v416-_5a536-b24164b31456
//AIzaSyC4y2434-h13-c4y2434-h13-c4y2434-h13
// AIzaSyD10234567890AB123CDEF
// AIzaSyDf416u6_y2-2g_2-Q4d-a74r3-4v83-4h8
// AIzaSyD_d6x8a1r2-527-37-43-43-56-37
//
String getBasicAuthCredentials() {
return base64Encode(utf8.encode(basicAuthCredentials));
}