yourfriendken / local_auth_device_credentials

BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Flutter 1.22.0 #5

Open dreadjr opened 4 years ago

dreadjr commented 4 years ago

Because every version of local_auth_device_credentials depends on platform ^2.0.0 and every version of flutter_driver from sdk depends on platform 3.0.0-nullsafety.2, local_auth_device_credentials is incompatible with flutter_driver from sdk.

Alan-Finzi commented 3 years ago

hi,

I have this problem: Because every version of flutter_driver from sdk depends on process 4.0.0-nullsafety.2 which depends on platform ^3.0.0-nullsafety.1, every version of flutter_driver from sdk requires platform ^3.0.0-nullsafety.

did you find the solution?

dreadjr commented 3 years ago

@Alan-Finzi I forked the code, so I have been using my fork, since I am not sure this repo is active anymore.

kennethj commented 3 years ago

I just saw this. Sorry. I'll try to test and merge this sometime this week.

Alan-Finzi commented 3 years ago

****HI, sorry, I need to solve the problem. could they solve the problem?

Because every version of flutter_driver from sdk depends on process 4.0.0-nullsafety.2 which depends on platform ^3.0.0-nullsafety.1, every version of flutter_driver from sdk requires platform ^3.0.0-nullsafety.

kennethj commented 3 years ago

Hey @Alan-Finzi, I am working on updating the PR to merge this feature into the official plugin repo https://github.com/flutter/plugins/pull/2489 If that is merged, I'll deprecate this package, if not then I will merge those changes here.

Alan-Finzi commented 3 years ago

hi @kennethj, flutter/plugins#2489 I tried this and it worked. Thanks a lot