From aee306e6a599487eb578755b3a4b1fc9ae76142d Mon Sep 17 00:00:00 2001 From: Pritam-debnath Date: Wed, 3 Aug 2022 13:38:50 +0530 Subject: [PATCH 1/4] fix: error screen when added data to self custom --- lib/screens/home/home.dart | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/screens/home/home.dart b/lib/screens/home/home.dart index b8fed7ab..3e6a5030 100644 --- a/lib/screens/home/home.dart +++ b/lib/screens/home/home.dart @@ -993,14 +993,13 @@ class _HomeScreenState extends State with TickerProviderStateMixin { if (_user == null) return ''; String _name = ''; + String _firstName = ''; if (_user.firstname.value != null) { - _name = _user.firstname.value; + _firstName = _user.firstname.value; } if (_user.lastname.value != null) { - _name = _user.firstname.value + - (_user.firstname.value == '' ? '' : ' ') + - _user.lastname.value; + _name = _firstName + (_firstName == '' ? '' : ' ') + _user.lastname.value; } if (_name == '') { From 97c10f4123aad3b3579ab8baa16683b9ba365cf3 Mon Sep 17 00:00:00 2001 From: Pritam-debnath Date: Thu, 4 Aug 2022 14:37:05 +0530 Subject: [PATCH 2/4] chore: removed extras in null check --- lib/screens/home/home.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screens/home/home.dart b/lib/screens/home/home.dart index 3e6a5030..5052ce31 100644 --- a/lib/screens/home/home.dart +++ b/lib/screens/home/home.dart @@ -999,7 +999,7 @@ class _HomeScreenState extends State with TickerProviderStateMixin { } if (_user.lastname.value != null) { - _name = _firstName + (_firstName == '' ? '' : ' ') + _user.lastname.value; + _name = _firstName + _user.lastname.value; } if (_name == '') { From 67b35fc4f235e1c646f9a367fbc398dafc8f2af5 Mon Sep 17 00:00:00 2001 From: Pritam-debnath Date: Fri, 5 Aug 2022 15:36:31 +0530 Subject: [PATCH 3/4] chore: added space between first and last name --- lib/screens/home/home.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screens/home/home.dart b/lib/screens/home/home.dart index 5052ce31..3e6a5030 100644 --- a/lib/screens/home/home.dart +++ b/lib/screens/home/home.dart @@ -999,7 +999,7 @@ class _HomeScreenState extends State with TickerProviderStateMixin { } if (_user.lastname.value != null) { - _name = _firstName + _user.lastname.value; + _name = _firstName + (_firstName == '' ? '' : ' ') + _user.lastname.value; } if (_name == '') { From 04f0cecc6c9f9e1b4db2dca3a6799b693322cde1 Mon Sep 17 00:00:00 2001 From: Sachin Singh Date: Fri, 5 Aug 2022 19:20:46 +0530 Subject: [PATCH 4/4] chore: release 1.0.7.23 --- ios/Podfile | 3 ++ ios/Podfile.lock | 48 +++++++++++++------------- ios/Runner.xcodeproj/project.pbxproj | 18 +++++----- macos/Podfile.lock | 2 +- macos/Runner.xcodeproj/project.pbxproj | 6 ++-- pubspec.lock | 45 ++++++++++-------------- pubspec.yaml | 9 +++-- 7 files changed, 63 insertions(+), 68 deletions(-) diff --git a/ios/Podfile b/ios/Podfile index 628e431f..3be4c1ad 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -64,6 +64,9 @@ post_install do |installer| ## dart: PermissionGroup.sensors 'PERMISSION_SENSORS=0' ] + + config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '9.0' + end end end diff --git a/ios/Podfile.lock b/ios/Podfile.lock index a8e0edef..991db334 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -15,14 +15,14 @@ PODS: - Flutter - biometric_storage (0.0.1): - Flutter - - DKImagePickerController/Core (4.3.3): + - DKImagePickerController/Core (4.3.4): - DKImagePickerController/ImageDataManager - DKImagePickerController/Resource - - DKImagePickerController/ImageDataManager (4.3.3) - - DKImagePickerController/PhotoGallery (4.3.3): + - DKImagePickerController/ImageDataManager (4.3.4) + - DKImagePickerController/PhotoGallery (4.3.4): - DKImagePickerController/Core - DKPhotoGallery - - DKImagePickerController/Resource (4.3.3) + - DKImagePickerController/Resource (4.3.4) - DKPhotoGallery (0.0.17): - DKPhotoGallery/Core (= 0.0.17) - DKPhotoGallery/Model (= 0.0.17) @@ -50,7 +50,7 @@ PODS: - DKImagePickerController/PhotoGallery - Flutter - Flutter (1.0.0) - - flutter_image_compress (0.0.1): + - flutter_image_compress (1.0.0): - Flutter - Mantle - SDWebImage @@ -83,15 +83,15 @@ PODS: - TOCropViewController (~> 2.6.1) - just_audio (0.0.1): - Flutter - - libwebp (1.2.1): - - libwebp/demux (= 1.2.1) - - libwebp/mux (= 1.2.1) - - libwebp/webp (= 1.2.1) - - libwebp/demux (1.2.1): + - libwebp (1.2.3): + - libwebp/demux (= 1.2.3) + - libwebp/mux (= 1.2.3) + - libwebp/webp (= 1.2.3) + - libwebp/demux (1.2.3): - libwebp/webp - - libwebp/mux (1.2.1): + - libwebp/mux (1.2.3): - libwebp/demux - - libwebp/webp (1.2.1) + - libwebp/webp (1.2.3) - Mantle (2.2.0): - Mantle/extobjc (= 2.2.0) - Mantle/extobjc (2.2.0) @@ -104,12 +104,12 @@ PODS: - Flutter - receive_sharing_intent (0.0.1): - Flutter - - SDWebImage (5.12.5): - - SDWebImage/Core (= 5.12.5) - - SDWebImage/Core (5.12.5) - - SDWebImageWebPCoder (0.8.4): + - SDWebImage (5.13.2): + - SDWebImage/Core (= 5.13.2) + - SDWebImage/Core (5.13.2) + - SDWebImageWebPCoder (0.9.0): - libwebp (~> 1.0) - - SDWebImage/Core (~> 5.10) + - SDWebImage/Core (~> 5.13) - share_plus (0.0.1): - Flutter - shared_preferences_ios (0.0.1): @@ -254,11 +254,11 @@ SPEC CHECKSUMS: at_onboarding_flutter: e8219b6d0bfb236d3837ec3528871aebdcc56e8d audio_session: 4f3e461722055d21515cf3261b64c973c062f345 biometric_storage: 1400f1382af3a4cc2bf05340e13c3d8de873ceb9 - DKImagePickerController: 72fd378f244cef3d27288e0aebf217a4467e4012 + DKImagePickerController: b512c28220a2b8ac7419f21c491fc8534b7601ac DKPhotoGallery: fdfad5125a9fdda9cc57df834d49df790dbb4179 file_picker: 817ab1d8cd2da9d2da412a417162deee3500fc95 Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a - flutter_image_compress: fd2b476345226e1a10ea352fa306af95704642c1 + flutter_image_compress: 5a5e9aee05b6553048b8df1c3bc456d0afaac433 flutter_inappwebview: bfd58618f49dc62f2676de690fc6dcda1d6c3721 flutter_keyboard_visibility: 0339d06371254c3eb25eeb90ba8d17dca8f9c069 flutter_keychain: 01aabf894ffe8b01adfda1d9df21c210c1b4b452 @@ -269,15 +269,15 @@ SPEC CHECKSUMS: geolocator_apple: cc556e6844d508c95df1e87e3ea6fa4e58c50401 image_cropper: 60c2789d1f1a78c873235d4319ca0c34a69f2d98 just_audio: baa7252489dbcf47a4c7cc9ca663e9661c99aafa - libwebp: 98a37e597e40bfdb4c911fc98f2c53d0b12d05fc + libwebp: 60305b2e989864154bd9be3d772730f08fc6a59c Mantle: c5aa8794a29a022dfbbfc9799af95f477a69b62d OrderedSet: aaeb196f7fef5a9edf55d89760da9176ad40b93c package_info_plus: 6c92f08e1f853dc01228d6f553146438dafcd14e path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02 permission_handler_apple: 44366e37eaf29454a1e7b1b7d736c2cceaeb17ce receive_sharing_intent: c0d87310754e74c0f9542947e7cbdf3a0335a3b1 - SDWebImage: 0905f1b7760fc8ac4198cae0036600d67478751e - SDWebImageWebPCoder: f93010f3f6c031e2f8fb3081ca4ee6966c539815 + SDWebImage: 72f86271a6f3139cc7e4a89220946489d4b9a866 + SDWebImageWebPCoder: 3dc350894112feab5375cfba9ce0986544a66a69 share_plus: 056a1e8ac890df3e33cb503afffaf1e9b4fbae68 shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904 @@ -290,6 +290,6 @@ SPEC CHECKSUMS: wakelock: d0fc7c864128eac40eba1617cb5264d9c940b46f webview_flutter_wkwebview: b7e70ef1ddded7e69c796c7390ee74180182971f -PODFILE CHECKSUM: be3641bcaef7a85afc04e2ed523c1b5ffa98afbe +PODFILE CHECKSUM: 18787139409ee9bf6534efe0a005ce1c6ce1d638 -COCOAPODS: 1.11.0 +COCOAPODS: 1.11.3 diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 480d6231..eee0cdaa 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -416,7 +416,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = "Share Extension/Share Extension.entitlements"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 22; + CURRENT_PROJECT_VERSION = 23; DEVELOPMENT_TEAM = 5XUSS6C2DF; GCC_C_LANGUAGE_STANDARD = gnu11; INFOPLIST_FILE = "Share Extension/Info.plist"; @@ -450,7 +450,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = "Share Extension/Share Extension.entitlements"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 22; + CURRENT_PROJECT_VERSION = 23; DEVELOPMENT_TEAM = 5XUSS6C2DF; GCC_C_LANGUAGE_STANDARD = gnu11; INFOPLIST_FILE = "Share Extension/Info.plist"; @@ -481,7 +481,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = "Share Extension/Share Extension.entitlements"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 22; + CURRENT_PROJECT_VERSION = 23; DEVELOPMENT_TEAM = 5XUSS6C2DF; GCC_C_LANGUAGE_STANDARD = gnu11; INFOPLIST_FILE = "Share Extension/Info.plist"; @@ -542,7 +542,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = iphoneos; @@ -559,7 +559,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; - CURRENT_PROJECT_VERSION = 22; + CURRENT_PROJECT_VERSION = 23; DEVELOPMENT_TEAM = 5XUSS6C2DF; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -624,7 +624,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -673,7 +673,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = iphoneos; @@ -692,7 +692,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; - CURRENT_PROJECT_VERSION = 22; + CURRENT_PROJECT_VERSION = 23; DEVELOPMENT_TEAM = 5XUSS6C2DF; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -719,7 +719,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; - CURRENT_PROJECT_VERSION = 22; + CURRENT_PROJECT_VERSION = 23; DEVELOPMENT_TEAM = 5XUSS6C2DF; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; diff --git a/macos/Podfile.lock b/macos/Podfile.lock index 2266ee18..b4b9a7e1 100644 --- a/macos/Podfile.lock +++ b/macos/Podfile.lock @@ -112,4 +112,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 27e1a4b6a6c5c9c3ab843716d2bb5ab62b3ce02f -COCOAPODS: 1.11.0 +COCOAPODS: 1.11.3 diff --git a/macos/Runner.xcodeproj/project.pbxproj b/macos/Runner.xcodeproj/project.pbxproj index be58b3e4..0e416c38 100644 --- a/macos/Runner.xcodeproj/project.pbxproj +++ b/macos/Runner.xcodeproj/project.pbxproj @@ -420,7 +420,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 22; + CURRENT_PROJECT_VERSION = 23; DEVELOPMENT_TEAM = 5XUSS6C2DF; INFOPLIST_FILE = Runner/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( @@ -551,7 +551,7 @@ CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 22; + CURRENT_PROJECT_VERSION = 23; DEVELOPMENT_TEAM = 5XUSS6C2DF; INFOPLIST_FILE = Runner/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( @@ -576,7 +576,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 22; + CURRENT_PROJECT_VERSION = 23; DEVELOPMENT_TEAM = 5XUSS6C2DF; ENABLE_HARDENED_RUNTIME = YES; INFOPLIST_FILE = Runner/Info.plist; diff --git a/pubspec.lock b/pubspec.lock index dbc8ecd1..4db87f7e 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -7,14 +7,14 @@ packages: name: _fe_analyzer_shared url: "https://pub.dartlang.org" source: hosted - version: "42.0.0" + version: "43.0.0" analyzer: dependency: transitive description: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "4.3.0" + version: "4.3.1" another_flushbar: dependency: "direct main" description: @@ -65,12 +65,12 @@ packages: source: hosted version: "1.0.0" at_client: - dependency: "direct main" + dependency: transitive description: name: at_client url: "https://pub.dartlang.org" source: hosted - version: "3.0.30" + version: "3.0.33" at_client_mobile: dependency: "direct main" description: @@ -91,7 +91,7 @@ packages: name: at_commons url: "https://pub.dartlang.org" source: hosted - version: "3.0.20" + version: "3.0.21" at_contact: dependency: "direct main" description: @@ -147,7 +147,7 @@ packages: name: at_persistence_secondary_server url: "https://pub.dartlang.org" source: hosted - version: "3.0.30" + version: "3.0.31" at_persistence_spec: dependency: transitive description: @@ -502,7 +502,7 @@ packages: name: flutter_image_compress url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.1.1" flutter_inappwebview: dependency: transitive description: @@ -537,7 +537,7 @@ packages: name: flutter_keychain url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.2.1" flutter_local_notifications: dependency: transitive description: @@ -551,7 +551,7 @@ packages: name: flutter_local_notifications_linux url: "https://pub.dartlang.org" source: hosted - version: "0.5.0+1" + version: "0.5.1" flutter_local_notifications_platform_interface: dependency: transitive description: @@ -586,7 +586,7 @@ packages: name: flutter_svg url: "https://pub.dartlang.org" source: hosted - version: "1.1.1+1" + version: "1.1.2" flutter_test: dependency: "direct dev" description: flutter @@ -666,7 +666,7 @@ packages: name: fwfh_text_style url: "https://pub.dartlang.org" source: hosted - version: "2.7.3+2" + version: "2.22.08" fwfh_url_launcher: dependency: transitive description: @@ -764,7 +764,7 @@ packages: name: http url: "https://pub.dartlang.org" source: hosted - version: "0.13.4" + version: "0.13.5" http_client_helper: dependency: transitive description: @@ -863,13 +863,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.8.1" - lints: - dependency: transitive - description: - name: lints - url: "https://pub.dartlang.org" - source: hosted - version: "1.0.1" lists: dependency: transitive description: @@ -1037,14 +1030,14 @@ packages: name: path_drawing url: "https://pub.dartlang.org" source: hosted - version: "1.0.0" + version: "1.0.1" path_parsing: dependency: transitive description: name: path_parsing url: "https://pub.dartlang.org" source: hosted - version: "1.0.0" + version: "1.0.1" path_provider: dependency: "direct main" description: @@ -1058,14 +1051,14 @@ packages: name: path_provider_android url: "https://pub.dartlang.org" source: hosted - version: "2.0.16" + version: "2.0.17" path_provider_ios: dependency: transitive description: name: path_provider_ios url: "https://pub.dartlang.org" source: hosted - version: "2.0.10" + version: "2.0.11" path_provider_linux: dependency: transitive description: @@ -1359,7 +1352,7 @@ packages: name: shelf url: "https://pub.dartlang.org" source: hosted - version: "1.3.1" + version: "1.3.2" shelf_packages_handler: dependency: transitive description: @@ -1742,7 +1735,7 @@ packages: name: webview_flutter_android url: "https://pub.dartlang.org" source: hosted - version: "2.9.2" + version: "2.9.3" webview_flutter_platform_interface: dependency: transitive description: @@ -1756,7 +1749,7 @@ packages: name: webview_flutter_wkwebview url: "https://pub.dartlang.org" source: hosted - version: "2.9.1" + version: "2.9.2" win32: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 5c748977..b72eeb11 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # For mobile version -version: 1.0.7+22 +version: 1.0.7+23 # For desktop version macos # version: 1.0.2+16 # For desktop version windows @@ -57,10 +57,9 @@ dependencies: url_launcher: ^6.0.20 - at_common_flutter: ^2.0.7 - at_onboarding_flutter: ^4.0.2 - at_client_mobile: ^3.1.19 - at_client: ^3.0.30 + at_common_flutter: ^2.0.8 + at_onboarding_flutter: ^4.0.4 + at_client_mobile: 3.1.19 at_contact: ^3.0.7 at_lookup: ^3.0.28 at_contacts_flutter: ^4.0.5