From ee9784794a1709e6b36de9b8562d2059790a5326 Mon Sep 17 00:00:00 2001 From: nickelskevin Date: Tue, 4 Oct 2022 17:14:58 -0700 Subject: [PATCH] fix: clearing minor issues --- flutter/iot_receiver/ios/Podfile.lock | 2 +- flutter/iot_receiver/lib/main.dart | 4 ++-- .../iot_receiver/lib/widgets/onboarding_dialog.dart | 4 ++-- flutter/iot_receiver/pubspec.yaml | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flutter/iot_receiver/ios/Podfile.lock b/flutter/iot_receiver/ios/Podfile.lock index 616a7087..26a38832 100644 --- a/flutter/iot_receiver/ios/Podfile.lock +++ b/flutter/iot_receiver/ios/Podfile.lock @@ -127,7 +127,7 @@ SPEC CHECKSUMS: DKImagePickerController: b512c28220a2b8ac7419f21c491fc8534b7601ac DKPhotoGallery: fdfad5125a9fdda9cc57df834d49df790dbb4179 file_picker: 817ab1d8cd2da9d2da412a417162deee3500fc95 - Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 + Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a flutter_keychain: 01aabf894ffe8b01adfda1d9df21c210c1b4b452 MTBBarcodeScanner: f453b33c4b7dfe545d8c6484ed744d55671788cb package_info_plus: 6c92f08e1f853dc01228d6f553146438dafcd14e diff --git a/flutter/iot_receiver/lib/main.dart b/flutter/iot_receiver/lib/main.dart index 1bcc2f1e..743c889f 100644 --- a/flutter/iot_receiver/lib/main.dart +++ b/flutter/iot_receiver/lib/main.dart @@ -42,8 +42,8 @@ Future loadAtClientPreference() async { ..hiveStoragePath = dir.path ..commitLogPath = dir.path ..isLocalStoreRequired = true - ..syncIntervalMins = 1 - ..fetchOfflineNotifications = true; + ..syncIntervalMins = 1; + // ..fetchOfflineNotifications = true; } class MyApp extends StatefulWidget { diff --git a/flutter/iot_receiver/lib/widgets/onboarding_dialog.dart b/flutter/iot_receiver/lib/widgets/onboarding_dialog.dart index cb84c2e1..43ef9243 100644 --- a/flutter/iot_receiver/lib/widgets/onboarding_dialog.dart +++ b/flutter/iot_receiver/lib/widgets/onboarding_dialog.dart @@ -107,8 +107,8 @@ class _OnboardingDialogState extends State { Widget _onboard(String atSign, String text) { return ElevatedButton( style: ElevatedButton.styleFrom( - foregroundColor: Colors.black, - backgroundColor: Colors.blueAccent, + // foregroundColor: Colors.black, + // backgroundColor: Colors.blueAccent, textStyle: const TextStyle( // fontFamily: 'LED', fontSize: 30, diff --git a/flutter/iot_receiver/pubspec.yaml b/flutter/iot_receiver/pubspec.yaml index 94ab5bb5..4bed20be 100644 --- a/flutter/iot_receiver/pubspec.yaml +++ b/flutter/iot_receiver/pubspec.yaml @@ -15,11 +15,11 @@ dependency_overrides: # # This is needed to compile to Android! # remove for anything else - at_client_mobile: - git: - url: https://github.com/atsign-foundation/at_client_sdk.git - path: at_client_mobile - ref: fix_biometric_storage + # at_client_mobile: + # git: + # url: https://github.com/atsign-foundation/at_client_sdk.git + # path: at_client_mobile + # ref: fix_biometric_storage dependencies: cupertino_icons: ^1.0.2