firstios
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
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';
|
||||
String getBasicAuthCredentials() {
|
||||
return base64Encode(utf8.encode(basicAuthCredentials));
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
class AppLink {
|
||||
static const String server = 'https://ride.mobile-app.store/';
|
||||
static const String googleMapsLink = 'https://maps.googleapis.com/maps/api/';
|
||||
|
||||
static const String test = "$server/test.php";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user