File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
4949class MyApp extends StatefulWidget {
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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
2424dependencies :
2525 cupertino_icons : ^1.0.2
You can’t perform that action at this time.
0 commit comments