Skip to content

Commit 1bc108f

Browse files
committed
wip
1 parent 76e02bc commit 1bc108f

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

lib/cubit/autofill_cubit.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ class AutofillCubit extends Cubit<AutofillState> {
128128
Future<bool> autofillWithList(LocalVaultFile vault) async {
129129
final androidMetadata = (state as AutofillRequested).androidMetadata;
130130
if (shouldIgnoreRequest(androidMetadata)) {
131+
l.d('ignoring autofillWithList request');
131132
await AutofillService().resultWithDatasets(null);
132133
return true;
133134
}

pubspec.lock

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -355,11 +355,9 @@ packages:
355355
flutter_autofill_service:
356356
dependency: "direct main"
357357
description:
358-
path: "."
359-
ref: api36
360-
resolved-ref: "191f0c5f186fc349437fb511551249ac6a4c62f8"
361-
url: "https://github.com/kee-org/flutter_autofill_service.git"
362-
source: git
358+
path: "../flutter_autofill_service"
359+
relative: true
360+
source: path
363361
version: "0.21.0"
364362
flutter_bloc:
365363
dependency: "direct main"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ dev_dependencies:
141141
dependency_overrides:
142142
# kdbx:
143143
# path: ../kdbx.dart/
144-
# flutter_autofill_service:
145-
# path: ../flutter_autofill_service/
144+
flutter_autofill_service:
145+
path: ../flutter_autofill_service/
146146
# barcode_scan2:
147147
# path: ../barcode_scan2/
148148
# receive_intent:

0 commit comments

Comments
 (0)