Skip to content

Commit

Permalink
Merge pull request #10 from BU-Spark/location-checkin
Browse files Browse the repository at this point in the history
Location Checkin, Event population with script, Reformatted Datetime objects, etc.
  • Loading branch information
lcfmarco authored Apr 10, 2024
2 parents 0fb3929 + f194ddc commit 5ad57ab
Show file tree
Hide file tree
Showing 80 changed files with 12,291 additions and 7,812 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,6 @@ $RECYCLE.BIN/
# .nfs files are created when an open file is removed but is still being accessed
.nfs*

GoogleService-Info.plist
GoogleService-Info.plist

bu_passport/lib/config/secrets.dart
3 changes: 3 additions & 0 deletions bu_passport/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release

# IOS
ios/Pods/
Binary file added bu_passport/assets/images/arts/image1.jpeg
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 bu_passport/assets/images/arts/image10.jpeg
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 bu_passport/assets/images/arts/image2.jpeg
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 bu_passport/assets/images/arts/image3.jpeg
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 bu_passport/assets/images/arts/image4.jpeg
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 bu_passport/assets/images/arts/image5.jpeg
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 bu_passport/assets/images/arts/image6.jpeg
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 bu_passport/assets/images/arts/image7.jpeg
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 bu_passport/assets/images/arts/image8.jpeg
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 bu_passport/assets/images/arts/image9.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion bu_passport/ios/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@



# Jetbrains Products
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
Expand Down
2 changes: 1 addition & 1 deletion bu_passport/ios/.symlinks/plugins/cloud_firestore
2 changes: 1 addition & 1 deletion bu_passport/ios/.symlinks/plugins/firebase_auth
2 changes: 1 addition & 1 deletion bu_passport/ios/.symlinks/plugins/firebase_core
2 changes: 1 addition & 1 deletion bu_passport/ios/.symlinks/plugins/firebase_storage
1 change: 1 addition & 0 deletions bu_passport/ios/.symlinks/plugins/geolocator_apple
1 change: 1 addition & 0 deletions bu_passport/ios/.symlinks/plugins/google_maps_flutter_ios
2 changes: 1 addition & 1 deletion bu_passport/ios/.symlinks/plugins/image_picker_ios
1 change: 1 addition & 0 deletions bu_passport/ios/.symlinks/plugins/permission_handler_apple
1 change: 1 addition & 0 deletions bu_passport/ios/.symlinks/plugins/url_launcher_ios
10 changes: 5 additions & 5 deletions bu_passport/ios/Flutter/Generated.xcconfig
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// This is a generated file; do not edit or check into version control.
FLUTTER_ROOT=/Users/marcolam/flutter
FLUTTER_APPLICATION_PATH=/Users/marcolam/se-bu-passport-arts/bu_passport
FLUTTER_ROOT=/Users/saisriram/development/flutter
FLUTTER_APPLICATION_PATH=/Users/saisriram/Desktop/BUPassport/se-bu-passport-arts/bu_passport
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_TARGET=/Users/marcolam/se-bu-passport-arts/bu_passport/lib/main.dart
FLUTTER_TARGET=/Users/saisriram/Desktop/BUPassport/se-bu-passport-arts/bu_passport/lib/main.dart
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=1.0.0
FLUTTER_BUILD_NUMBER=1
EXCLUDED_ARCHS[sdk=iphonesimulator*]=i386
EXCLUDED_ARCHS[sdk=iphonesimulator*]=i386 arm64
EXCLUDED_ARCHS[sdk=iphoneos*]=armv7
DART_DEFINES=RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ==,RkxVVFRFUl9XRUJfQ0FOVkFTS0lUX1VSTD1odHRwczovL3d3dy5nc3RhdGljLmNvbS9mbHV0dGVyLWNhbnZhc2tpdC8wNDgxN2M5OWM5ZmQ0OTU2ZjI3NTA1MjA0ZjdlMzQ0MzM1ODEwYWVkLw==
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=true
TREE_SHAKE_ICONS=false
PACKAGE_CONFIG=/Users/marcolam/se-bu-passport-arts/bu_passport/.dart_tool/package_config.json
PACKAGE_CONFIG=/Users/saisriram/Desktop/BUPassport/se-bu-passport-arts/bu_passport/.dart_tool/package_config.json
8 changes: 4 additions & 4 deletions bu_passport/ios/Flutter/flutter_export_environment.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export "FLUTTER_ROOT=/Users/marcolam/flutter"
export "FLUTTER_APPLICATION_PATH=/Users/marcolam/se-bu-passport-arts/bu_passport"
export "FLUTTER_ROOT=/Users/saisriram/development/flutter"
export "FLUTTER_APPLICATION_PATH=/Users/saisriram/Desktop/BUPassport/se-bu-passport-arts/bu_passport"
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
export "FLUTTER_TARGET=/Users/marcolam/se-bu-passport-arts/bu_passport/lib/main.dart"
export "FLUTTER_TARGET=/Users/saisriram/Desktop/BUPassport/se-bu-passport-arts/bu_passport/lib/main.dart"
export "FLUTTER_BUILD_DIR=build"
export "FLUTTER_BUILD_NAME=1.0.0"
export "FLUTTER_BUILD_NUMBER=1"
export "DART_DEFINES=RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ==,RkxVVFRFUl9XRUJfQ0FOVkFTS0lUX1VSTD1odHRwczovL3d3dy5nc3RhdGljLmNvbS9mbHV0dGVyLWNhbnZhc2tpdC8wNDgxN2M5OWM5ZmQ0OTU2ZjI3NTA1MjA0ZjdlMzQ0MzM1ODEwYWVkLw=="
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=true"
export "TREE_SHAKE_ICONS=false"
export "PACKAGE_CONFIG=/Users/marcolam/se-bu-passport-arts/bu_passport/.dart_tool/package_config.json"
export "PACKAGE_CONFIG=/Users/saisriram/Desktop/BUPassport/se-bu-passport-arts/bu_passport/.dart_tool/package_config.json"
32 changes: 32 additions & 0 deletions bu_passport/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ PODS:
- FirebaseCoreExtension (~> 10.0)
- GTMSessionFetcher/Core (< 4.0, >= 2.1)
- Flutter (1.0.0)
- geolocator_apple (1.2.0):
- Flutter
- google_maps_flutter_ios (0.0.1):
- Flutter
- GoogleMaps (< 9.0)
- GoogleMaps (6.2.1):
- GoogleMaps/Maps (= 6.2.1)
- GoogleMaps/Base (6.2.1)
- GoogleMaps/Maps (6.2.1):
- GoogleMaps/Base
- GoogleUtilities/AppDelegateSwizzler (7.13.0):
- GoogleUtilities/Environment
- GoogleUtilities/Logger
Expand Down Expand Up @@ -103,8 +113,12 @@ PODS:
- nanopb/encode (= 2.30909.1)
- nanopb/decode (2.30909.1)
- nanopb/encode (2.30909.1)
- permission_handler_apple (9.3.0):
- Flutter
- PromisesObjC (2.4.0)
- RecaptchaInterop (100.0.0)
- url_launcher_ios (0.0.1):
- Flutter

DEPENDENCIES:
- cloud_firestore (from `.symlinks/plugins/cloud_firestore/ios`)
Expand All @@ -113,7 +127,11 @@ DEPENDENCIES:
- firebase_storage (from `.symlinks/plugins/firebase_storage/ios`)
- FirebaseFirestore (from `https://github.com/invertase/firestore-ios-sdk-frameworks.git`, tag `10.22.0`)
- Flutter (from `Flutter`)
- geolocator_apple (from `.symlinks/plugins/geolocator_apple/ios`)
- google_maps_flutter_ios (from `.symlinks/plugins/google_maps_flutter_ios/ios`)
- image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`)
- permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)

SPEC REPOS:
trunk:
Expand All @@ -132,6 +150,7 @@ SPEC REPOS:
- FirebaseFirestoreInternalBinary
- FirebaseSharedSwift
- FirebaseStorage
- GoogleMaps
- GoogleUtilities
- GTMSessionFetcher
- leveldb-library
Expand All @@ -153,8 +172,16 @@ EXTERNAL SOURCES:
:tag: 10.22.0
Flutter:
:path: Flutter
geolocator_apple:
:path: ".symlinks/plugins/geolocator_apple/ios"
google_maps_flutter_ios:
:path: ".symlinks/plugins/google_maps_flutter_ios/ios"
image_picker_ios:
:path: ".symlinks/plugins/image_picker_ios/ios"
permission_handler_apple:
:path: ".symlinks/plugins/permission_handler_apple/ios"
url_launcher_ios:
:path: ".symlinks/plugins/url_launcher_ios/ios"

CHECKOUT OPTIONS:
FirebaseFirestore:
Expand Down Expand Up @@ -183,13 +210,18 @@ SPEC CHECKSUMS:
FirebaseSharedSwift: 48076404e6e52372290d15a07d2ed1d2f1754023
FirebaseStorage: bc7bddc743548a89cfb896843a77cf4bdde2c231
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
geolocator_apple: 6cbaf322953988e009e5ecb481f07efece75c450
google_maps_flutter_ios: f135b968a67c05679e0a53538e900b5c174b0d99
GoogleMaps: 20d7b12be49a14287f797e88e0e31bc4156aaeb4
GoogleUtilities: d053d902a8edaa9904e1bd00c37535385b8ed152
GTMSessionFetcher: 0e876eea9782ec6462e91ab872711c357322c94f
image_picker_ios: b545a5f16c0fa88e3ecbbce3ed4de45567a8ec18
leveldb-library: 06a69cc7582d64b29424a63e085e683cc188230a
nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5
permission_handler_apple: 9878588469a2b0d0fc1e048d9f43605f92e6cec2
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21
url_launcher_ios: 6116280ddcfe98ab8820085d8d76ae7449447586

PODFILE CHECKSUM: f30163ccbb8c61c3b7bb0e5de496f3d54363e761

Expand Down
35 changes: 35 additions & 0 deletions bu_passport/ios/Pods/Local Podspecs/geocoding_ios.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions bu_passport/ios/Pods/Local Podspecs/geolocator_apple.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions bu_passport/ios/Pods/Local Podspecs/location.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions bu_passport/ios/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5ad57ab

Please sign in to comment.