Skip to content

Commit c76fa83

Browse files
authored
Merge pull request #51 from atsign-foundation/evening_before
fix: clearing minor issues
2 parents dd120e0 + ee97847 commit c76fa83

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

flutter/iot_receiver/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ SPEC CHECKSUMS:
127127
DKImagePickerController: b512c28220a2b8ac7419f21c491fc8534b7601ac
128128
DKPhotoGallery: fdfad5125a9fdda9cc57df834d49df790dbb4179
129129
file_picker: 817ab1d8cd2da9d2da412a417162deee3500fc95
130-
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
130+
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
131131
flutter_keychain: 01aabf894ffe8b01adfda1d9df21c210c1b4b452
132132
MTBBarcodeScanner: f453b33c4b7dfe545d8c6484ed744d55671788cb
133133
package_info_plus: 6c92f08e1f853dc01228d6f553146438dafcd14e

flutter/iot_receiver/lib/main.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Future<AtClientPreference> loadAtClientPreference() async {
4242
..hiveStoragePath = dir.path
4343
..commitLogPath = dir.path
4444
..isLocalStoreRequired = true
45-
..syncIntervalMins = 1
46-
..fetchOfflineNotifications = true;
45+
..syncIntervalMins = 1;
46+
// ..fetchOfflineNotifications = true;
4747
}
4848

4949
class MyApp extends StatefulWidget {

flutter/iot_receiver/lib/widgets/onboarding_dialog.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ class _OnboardingDialogState extends State<OnboardingDialog> {
107107
Widget _onboard(String atSign, String text) {
108108
return ElevatedButton(
109109
style: ElevatedButton.styleFrom(
110-
foregroundColor: Colors.black,
111-
backgroundColor: Colors.blueAccent,
110+
// foregroundColor: Colors.black,
111+
// backgroundColor: Colors.blueAccent,
112112
textStyle: const TextStyle(
113113
// fontFamily: 'LED',
114114
fontSize: 30,

flutter/iot_receiver/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ dependency_overrides:
1515
#
1616
# This is needed to compile to Android!
1717
# remove for anything else
18-
at_client_mobile:
19-
git:
20-
url: https://github.com/atsign-foundation/at_client_sdk.git
21-
path: at_client_mobile
22-
ref: fix_biometric_storage
18+
# at_client_mobile:
19+
# git:
20+
# url: https://github.com/atsign-foundation/at_client_sdk.git
21+
# path: at_client_mobile
22+
# ref: fix_biometric_storage
2323

2424
dependencies:
2525
cupertino_icons: ^1.0.2

0 commit comments

Comments
 (0)