File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ dev_dependencies:
141141dependency_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:
You can’t perform that action at this time.
0 commit comments