Skip to content

Commit

Permalink
Merge pull request #51 from atsign-foundation/evening_before
Browse files Browse the repository at this point in the history
fix: clearing minor issues
  • Loading branch information
cconstab authored Oct 5, 2022
2 parents dd120e0 + ee97847 commit c76fa83
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion flutter/iot_receiver/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions flutter/iot_receiver/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Future<AtClientPreference> loadAtClientPreference() async {
..hiveStoragePath = dir.path
..commitLogPath = dir.path
..isLocalStoreRequired = true
..syncIntervalMins = 1
..fetchOfflineNotifications = true;
..syncIntervalMins = 1;
// ..fetchOfflineNotifications = true;
}

class MyApp extends StatefulWidget {
Expand Down
4 changes: 2 additions & 2 deletions flutter/iot_receiver/lib/widgets/onboarding_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ class _OnboardingDialogState extends State<OnboardingDialog> {
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,
Expand Down
10 changes: 5 additions & 5 deletions flutter/iot_receiver/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c76fa83

Please sign in to comment.