Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"username": "balcetus",
"password": "groundhogDay.12"
}
]
],
"java.configuration.updateBuildConfiguration": "interactive"
}
5 changes: 4 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ android {
applicationId "com.example.aub_pickusup"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion flutter.minSdkVersion
minSdkVersion 20
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
multiDexEnabled true
}

buildTypes {
Expand All @@ -68,4 +69,6 @@ flutter {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.android.support:multidex:1.0.3'
}
apply plugin: 'com.google.gms.google-services'
83 changes: 83 additions & 0 deletions android/app/google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
{
"project_info": {
"project_number": "645186470981",
"firebase_url": "https://aub-pickusup-default-rtdb.europe-west1.firebasedatabase.app",
"project_id": "aub-pickusup",
"storage_bucket": "aub-pickusup.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:645186470981:android:672ca2019135789bf38f2c",
"android_client_info": {
"package_name": "com.DMR.aubpickusup"
}
},
"oauth_client": [
{
"client_id": "645186470981-7pj4ap9n7vd34u74euocvl1i2a7qrjrt.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyDQCy6x3z38KV22yUztkQVZ8ppy53Ihkxg"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "645186470981-7pj4ap9n7vd34u74euocvl1i2a7qrjrt.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "645186470981-5nofdlrotprplr9h8qdkdrfuo36i85k8.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "com.example.aubPickusup"
}
}
]
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:645186470981:android:1ea20d28e4e3d7f6f38f2c",
"android_client_info": {
"package_name": "com.example.aub_pickusup"
}
},
"oauth_client": [
{
"client_id": "645186470981-7pj4ap9n7vd34u74euocvl1i2a7qrjrt.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyDQCy6x3z38KV22yUztkQVZ8ppy53Ihkxg"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "645186470981-7pj4ap9n7vd34u74euocvl1i2a7qrjrt.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "645186470981-5nofdlrotprplr9h8qdkdrfuo36i85k8.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "com.example.aubPickusup"
}
}
]
}
}
}
],
"configuration_version": "1"
}
7 changes: 7 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.aub_pickusup">

<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION"/>

<application
android:label="aub_pickusup"
android:name="${applicationName}"
Expand Down Expand Up @@ -30,5 +35,7 @@
<meta-data
android:name="flutterEmbedding"
android:value="2" />
<meta-data android:name="com.google.android.geo.API_KEY"
android:value="AIzaSyDLKFrIEeUutobnb4lWRpuHd1ICor2s2kc"/>
</application>
</manifest>
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ buildscript {
}

dependencies {
classpath 'com.google.gms:google-services:4.3.15'
classpath 'com.android.tools.build:gradle:7.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
Expand Down
Binary file added image/carpool-vector.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/carpool.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/choose-driver.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/choose-user.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/download.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/download1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/images (1).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/images.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions ios/Runner/GoogleService-Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CLIENT_ID</key>
<string>645186470981-5nofdlrotprplr9h8qdkdrfuo36i85k8.apps.googleusercontent.com</string>
<key>REVERSED_CLIENT_ID</key>
<string>com.googleusercontent.apps.645186470981-5nofdlrotprplr9h8qdkdrfuo36i85k8</string>
<key>API_KEY</key>
<string>AIzaSyDy8mrAwG7VUqB25mVQLC1zx2n1OnXIblQ</string>
<key>GCM_SENDER_ID</key>
<string>645186470981</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>com.example.aubPickusup</string>
<key>PROJECT_ID</key>
<string>aub-pickusup</string>
<key>STORAGE_BUCKET</key>
<string>aub-pickusup.appspot.com</string>
<key>IS_ADS_ENABLED</key>
<false></false>
<key>IS_ANALYTICS_ENABLED</key>
<false></false>
<key>IS_APPINVITE_ENABLED</key>
<true></true>
<key>IS_GCM_ENABLED</key>
<true></true>
<key>IS_SIGNIN_ENABLED</key>
<true></true>
<key>GOOGLE_APP_ID</key>
<string>1:645186470981:ios:e94ab63e3fb48bbff38f2c</string>
<key>DATABASE_URL</key>
<string>https://aub-pickusup-default-rtdb.europe-west1.firebasedatabase.app</string>
</dict>
</plist>
7 changes: 7 additions & 0 deletions ios/firebase_app_id_file.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"file_generated_by": "FlutterFire CLI",
"purpose": "FirebaseAppID & ProjectID for this Firebase app in this directory",
"GOOGLE_APP_ID": "1:645186470981:ios:e94ab63e3fb48bbff38f2c",
"FIREBASE_PROJECT_ID": "aub-pickusup",
"GCM_SENDER_ID": "645186470981"
}
41 changes: 0 additions & 41 deletions lib/components/my_textfield.dart

This file was deleted.

87 changes: 87 additions & 0 deletions lib/firebase_options.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
// File generated by FlutterFire CLI.
// ignore_for_file: lines_longer_than_80_chars, avoid_classes_with_only_static_members
import 'package:firebase_core/firebase_core.dart' show FirebaseOptions;
import 'package:flutter/foundation.dart'
show defaultTargetPlatform, kIsWeb, TargetPlatform;

/// Default [FirebaseOptions] for use with your Firebase apps.
///
/// Example:
/// ```dart
/// import 'firebase_options.dart';
/// // ...
/// await Firebase.initializeApp(
/// options: DefaultFirebaseOptions.currentPlatform,
/// );
/// ```
class DefaultFirebaseOptions {
static FirebaseOptions get currentPlatform {
if (kIsWeb) {
return web;
}
switch (defaultTargetPlatform) {
case TargetPlatform.android:
return android;
case TargetPlatform.iOS:
return ios;
case TargetPlatform.macOS:
return macos;
case TargetPlatform.windows:
throw UnsupportedError(
'DefaultFirebaseOptions have not been configured for windows - '
'you can reconfigure this by running the FlutterFire CLI again.',
);
case TargetPlatform.linux:
throw UnsupportedError(
'DefaultFirebaseOptions have not been configured for linux - '
'you can reconfigure this by running the FlutterFire CLI again.',
);
default:
throw UnsupportedError(
'DefaultFirebaseOptions are not supported for this platform.',
);
}
}

static const FirebaseOptions web = FirebaseOptions(
apiKey: 'AIzaSyAVNZmJ2dD4bhAT_OFZh0_7kr2krR_oqO8',
appId: '1:645186470981:web:3430baa6622bbe8df38f2c',
messagingSenderId: '645186470981',
projectId: 'aub-pickusup',
authDomain: 'aub-pickusup.firebaseapp.com',
databaseURL: 'https://aub-pickusup-default-rtdb.europe-west1.firebasedatabase.app',
storageBucket: 'aub-pickusup.appspot.com',
measurementId: 'G-VLY053XQ4N',
);

static const FirebaseOptions android = FirebaseOptions(
apiKey: 'AIzaSyDQCy6x3z38KV22yUztkQVZ8ppy53Ihkxg',
appId: '1:645186470981:android:1ea20d28e4e3d7f6f38f2c',
messagingSenderId: '645186470981',
projectId: 'aub-pickusup',
databaseURL: 'https://aub-pickusup-default-rtdb.europe-west1.firebasedatabase.app',
storageBucket: 'aub-pickusup.appspot.com',
);

static const FirebaseOptions ios = FirebaseOptions(
apiKey: 'AIzaSyDy8mrAwG7VUqB25mVQLC1zx2n1OnXIblQ',
appId: '1:645186470981:ios:e94ab63e3fb48bbff38f2c',
messagingSenderId: '645186470981',
projectId: 'aub-pickusup',
databaseURL: 'https://aub-pickusup-default-rtdb.europe-west1.firebasedatabase.app',
storageBucket: 'aub-pickusup.appspot.com',
iosClientId: '645186470981-5nofdlrotprplr9h8qdkdrfuo36i85k8.apps.googleusercontent.com',
iosBundleId: 'com.example.aubPickusup',
);

static const FirebaseOptions macos = FirebaseOptions(
apiKey: 'AIzaSyDy8mrAwG7VUqB25mVQLC1zx2n1OnXIblQ',
appId: '1:645186470981:ios:e94ab63e3fb48bbff38f2c',
messagingSenderId: '645186470981',
projectId: 'aub-pickusup',
databaseURL: 'https://aub-pickusup-default-rtdb.europe-west1.firebasedatabase.app',
storageBucket: 'aub-pickusup.appspot.com',
iosClientId: '645186470981-5nofdlrotprplr9h8qdkdrfuo36i85k8.apps.googleusercontent.com',
iosBundleId: 'com.example.aubPickusup',
);
}
1 change: 1 addition & 0 deletions lib/global/map_key.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
String map="AIzaSyDLKFrIEeUutobnb4lWRpuHd1ICor2s2kc";
Loading