Skip to content

Commit

Permalink
reset
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-ishita-g committed Jul 22, 2024
1 parent 5197121 commit 4246629
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 50 deletions.
3 changes: 3 additions & 0 deletions app/ios/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
import UIKit
import Flutter
import GoogleMaps

@UIApplicationMain
@objc class AppDelegate: FlutterAppDelegate {
override func application(
_ application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
) -> Bool {
let key = Bundle.main.object(forInfoDictionaryKey: "ApiMapKey")
GMSServices.provideAPIKey(key as! String)
GeneratedPluginRegistrant.register(with: self)
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
}
Expand Down
2 changes: 2 additions & 0 deletions app/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,7 @@
<string>App requires permission to access photos</string>
<key>NSCameraUsageDescription</key>
<string>App requires permission to access camera</string>
<key>ApiMapKey</key>
<string>ABCDFGHI</string>
</dict>
</plist>
27 changes: 16 additions & 11 deletions app/lib/ui/flow/onboard/connection_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,30 @@ class _ConnectionScreenState extends State<ConnectionScreen> {
return Center(
child: Stack(children: [
ListView(
padding: const EdgeInsets.symmetric(horizontal: 16),
children: [
const SizedBox(height: 40),
Text(
context.l10n.connection_share_title,
style: AppTextStyle.header3.copyWith(
color: context.colorScheme.textPrimary,
Padding(
padding: const EdgeInsets.symmetric(horizontal: 16),
child: Text(
context.l10n.connection_share_title,
style: AppTextStyle.header3.copyWith(
color: context.colorScheme.textPrimary,
),
textAlign: TextAlign.center,
),
textAlign: TextAlign.center,
),
const SizedBox(height: 40),
SvgPicture.asset(Assets.images.connection),
const SizedBox(height: 40),
Text(
context.l10n.connection_share_subtitle,
style: AppTextStyle.subtitle1.copyWith(
color: context.colorScheme.textSecondary,
Padding(
padding: const EdgeInsets.symmetric(horizontal: 16),
child: Text(
context.l10n.connection_share_subtitle,
style: AppTextStyle.subtitle1.copyWith(
color: context.colorScheme.textSecondary,
),
textAlign: TextAlign.center,
),
textAlign: TextAlign.center,
)
]),
_continueAndSkipButton(context),
Expand Down
76 changes: 38 additions & 38 deletions data/.flutter-plugins
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
# This is a generated file; do not edit or check into version control.
cloud_firestore=/home/kaushik/.pub-cache/hosted/pub.dev/cloud_firestore-4.17.5/
cloud_firestore_web=/home/kaushik/.pub-cache/hosted/pub.dev/cloud_firestore_web-3.12.5/
cloud_functions=/home/kaushik/.pub-cache/hosted/pub.dev/cloud_functions-4.7.6/
cloud_functions_web=/home/kaushik/.pub-cache/hosted/pub.dev/cloud_functions_web-4.9.6/
device_info_plus=/home/kaushik/.pub-cache/hosted/pub.dev/device_info_plus-9.1.2/
firebase_auth=/home/kaushik/.pub-cache/hosted/pub.dev/firebase_auth-4.20.0/
firebase_auth_web=/home/kaushik/.pub-cache/hosted/pub.dev/firebase_auth_web-5.12.0/
firebase_core=/home/kaushik/.pub-cache/hosted/pub.dev/firebase_core-2.32.0/
firebase_core_web=/home/kaushik/.pub-cache/hosted/pub.dev/firebase_core_web-2.17.1/
firebase_storage=/home/kaushik/.pub-cache/hosted/pub.dev/firebase_storage-11.7.7/
firebase_storage_web=/home/kaushik/.pub-cache/hosted/pub.dev/firebase_storage_web-3.9.7/
flutter_background_service=/home/kaushik/.pub-cache/hosted/pub.dev/flutter_background_service-5.0.6/
flutter_background_service_android=/home/kaushik/.pub-cache/hosted/pub.dev/flutter_background_service_android-6.2.3/
flutter_background_service_ios=/home/kaushik/.pub-cache/hosted/pub.dev/flutter_background_service_ios-5.0.1/
flutter_timezone=/home/kaushik/.pub-cache/hosted/pub.dev/flutter_timezone-1.0.8/
geolocator=/home/kaushik/.pub-cache/hosted/pub.dev/geolocator-12.0.0/
geolocator_android=/home/kaushik/.pub-cache/hosted/pub.dev/geolocator_android-4.6.0/
geolocator_apple=/home/kaushik/.pub-cache/hosted/pub.dev/geolocator_apple-2.3.7/
geolocator_web=/home/kaushik/.pub-cache/hosted/pub.dev/geolocator_web-4.0.0/
geolocator_windows=/home/kaushik/.pub-cache/hosted/pub.dev/geolocator_windows-0.2.3/
google_sign_in=/home/kaushik/.pub-cache/hosted/pub.dev/google_sign_in-6.2.1/
google_sign_in_android=/home/kaushik/.pub-cache/hosted/pub.dev/google_sign_in_android-6.1.24/
google_sign_in_ios=/home/kaushik/.pub-cache/hosted/pub.dev/google_sign_in_ios-5.7.6/
google_sign_in_web=/home/kaushik/.pub-cache/hosted/pub.dev/google_sign_in_web-0.12.4/
package_info_plus=/home/kaushik/.pub-cache/hosted/pub.dev/package_info_plus-8.0.0/
path_provider_linux=/home/kaushik/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/
path_provider_windows=/home/kaushik/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/
permission_handler=/home/kaushik/.pub-cache/hosted/pub.dev/permission_handler-11.3.1/
permission_handler_android=/home/kaushik/.pub-cache/hosted/pub.dev/permission_handler_android-12.0.7/
permission_handler_apple=/home/kaushik/.pub-cache/hosted/pub.dev/permission_handler_apple-9.4.5/
permission_handler_html=/home/kaushik/.pub-cache/hosted/pub.dev/permission_handler_html-0.1.1/
permission_handler_windows=/home/kaushik/.pub-cache/hosted/pub.dev/permission_handler_windows-0.2.1/
shared_preferences=/home/kaushik/.pub-cache/hosted/pub.dev/shared_preferences-2.2.3/
shared_preferences_android=/home/kaushik/.pub-cache/hosted/pub.dev/shared_preferences_android-2.2.3/
shared_preferences_foundation=/home/kaushik/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.4.0/
shared_preferences_linux=/home/kaushik/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.3.2/
shared_preferences_web=/home/kaushik/.pub-cache/hosted/pub.dev/shared_preferences_web-2.3.0/
shared_preferences_windows=/home/kaushik/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.3.2/
cloud_firestore=/Users/ishita/.pub-cache/hosted/pub.dev/cloud_firestore-4.17.5/
cloud_firestore_web=/Users/ishita/.pub-cache/hosted/pub.dev/cloud_firestore_web-3.12.5/
cloud_functions=/Users/ishita/.pub-cache/hosted/pub.dev/cloud_functions-4.7.6/
cloud_functions_web=/Users/ishita/.pub-cache/hosted/pub.dev/cloud_functions_web-4.9.6/
device_info_plus=/Users/ishita/.pub-cache/hosted/pub.dev/device_info_plus-9.1.2/
firebase_auth=/Users/ishita/.pub-cache/hosted/pub.dev/firebase_auth-4.20.0/
firebase_auth_web=/Users/ishita/.pub-cache/hosted/pub.dev/firebase_auth_web-5.12.0/
firebase_core=/Users/ishita/.pub-cache/hosted/pub.dev/firebase_core-2.32.0/
firebase_core_web=/Users/ishita/.pub-cache/hosted/pub.dev/firebase_core_web-2.17.1/
firebase_storage=/Users/ishita/.pub-cache/hosted/pub.dev/firebase_storage-11.7.7/
firebase_storage_web=/Users/ishita/.pub-cache/hosted/pub.dev/firebase_storage_web-3.9.7/
flutter_background_service=/Users/ishita/.pub-cache/hosted/pub.dev/flutter_background_service-5.0.6/
flutter_background_service_android=/Users/ishita/.pub-cache/hosted/pub.dev/flutter_background_service_android-6.2.3/
flutter_background_service_ios=/Users/ishita/.pub-cache/hosted/pub.dev/flutter_background_service_ios-5.0.1/
flutter_timezone=/Users/ishita/.pub-cache/hosted/pub.dev/flutter_timezone-1.0.8/
geolocator=/Users/ishita/.pub-cache/hosted/pub.dev/geolocator-12.0.0/
geolocator_android=/Users/ishita/.pub-cache/hosted/pub.dev/geolocator_android-4.6.0/
geolocator_apple=/Users/ishita/.pub-cache/hosted/pub.dev/geolocator_apple-2.3.7/
geolocator_web=/Users/ishita/.pub-cache/hosted/pub.dev/geolocator_web-4.0.0/
geolocator_windows=/Users/ishita/.pub-cache/hosted/pub.dev/geolocator_windows-0.2.3/
google_sign_in=/Users/ishita/.pub-cache/hosted/pub.dev/google_sign_in-6.2.1/
google_sign_in_android=/Users/ishita/.pub-cache/hosted/pub.dev/google_sign_in_android-6.1.23/
google_sign_in_ios=/Users/ishita/.pub-cache/hosted/pub.dev/google_sign_in_ios-5.7.6/
google_sign_in_web=/Users/ishita/.pub-cache/hosted/pub.dev/google_sign_in_web-0.12.3+3/
package_info_plus=/Users/ishita/.pub-cache/hosted/pub.dev/package_info_plus-8.0.0/
path_provider_linux=/Users/ishita/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/
path_provider_windows=/Users/ishita/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/
permission_handler=/Users/ishita/.pub-cache/hosted/pub.dev/permission_handler-11.3.1/
permission_handler_android=/Users/ishita/.pub-cache/hosted/pub.dev/permission_handler_android-12.0.7/
permission_handler_apple=/Users/ishita/.pub-cache/hosted/pub.dev/permission_handler_apple-9.4.5/
permission_handler_html=/Users/ishita/.pub-cache/hosted/pub.dev/permission_handler_html-0.1.1/
permission_handler_windows=/Users/ishita/.pub-cache/hosted/pub.dev/permission_handler_windows-0.2.1/
shared_preferences=/Users/ishita/.pub-cache/hosted/pub.dev/shared_preferences-2.2.3/
shared_preferences_android=/Users/ishita/.pub-cache/hosted/pub.dev/shared_preferences_android-2.2.2/
shared_preferences_foundation=/Users/ishita/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.4.0/
shared_preferences_linux=/Users/ishita/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.3.2/
shared_preferences_web=/Users/ishita/.pub-cache/hosted/pub.dev/shared_preferences_web-2.3.0/
shared_preferences_windows=/Users/ishita/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.3.2/
Loading

0 comments on commit 4246629

Please sign in to comment.