-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[local_auth] Replace USE_FINGERPRINT
to USE_BIOMETRIC
post deprecation in example and README
#6032
Conversation
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!). If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
USE_FINGERPRINT
to USE_BIOMETRIC
post depricationUSE_FINGERPRINT
to USE_BIOMETRIC
post deprecation
Maintainers, please let me know what I need to add/update more for passing tests. I am new to contributing to the Thanks |
This pull is not ready to by reviewed for now |
@blasten @stuartmorgan I just added the I am new to open source. I've marked this pull as draft. Thanks for the support. |
You can't; what's in the manifest is decided at build time, not runtime. If you want to remove the need for this permission you'll need to restructure the code somewhat so that it doesn't use |
The "Details" link for |
Thank you @stuartmorgan for the help. I'll check and continue on that. |
This was done in #6059, so you could update this PR to just update the |
@stuartmorgan Okay works! I'll update the README and example. Thanks |
USE_FINGERPRINT
to USE_BIOMETRIC
post deprecationUSE_FINGERPRINT
to USE_BIOMETRIC
post deprecation in example and REAME
USE_FINGERPRINT
to USE_BIOMETRIC
post deprecation in example and REAMEUSE_FINGERPRINT
to USE_BIOMETRIC
post deprecation in example and README
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- I updated
pubspec.yaml
with an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.- I updated
CHANGELOG.md
to add a description of the change, following repository CHANGELOG style.
These steps are needed for the local_auth
change. (local_auth_android
's change only affects running a local checkout, so doesn't need them.)
I am not 100% sure if I should update the version from 2.1.0 to 2.1.1? Or just update to 2.1.0+1? |
Yes as our change in the example doesn't fall into:
I think we should increase the version to 2.1.1 |
Sorry for the commits, I messed up with the message |
Fixed the commit message issue |
Please, let me know if there is still pending stuff. I'll update them ASAP. Thanks |
We follow the guidance at https://dart.dev/tools/pub/versioning#semantic-versions (linked from the PR checklist), and do not use build numbers for anything >= 1.0.0. |
Adding changelog override for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
@camsim99 will do the secondary review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!!
Thank you guys! |
…ost deprecation in example and README (flutter/plugins#6032)
…ation in example and README (flutter#6032)
…ation in example and README (flutter#6032)
Replacing deprecated
android.permission.USE_FINGERPRINT
permission withandroid.permission.USE_BIOMETRIC
Fixes flutter/flutter#106298
Part of flutter/flutter#78137
No change in flutter/tests
Pre-launch Checklist
dart format
.)[shared_preferences]
pubspec.yaml
with an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.md
to add a description of the change, following repository CHANGELOG style.///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.