How to add Face authentication in flutter for android devices? - flutter

I want to add the face authentication for andorid but could not find one. No packages are there and not event the solution. Any ideas?

Please try it:
How to do face id authentication for both android and iOS in flutter
Youtube:- https://youtu.be/M6Puy4EBrz4

Related

flutter package:flutter_app_badger is not working in android and status is platform supported

I want to use flutter app badge for incoming notification, I used package "package:flutter_app_badger" but its not working. Its not giving me error message also and it run succefully but its not working.
I am using android vivo mobile for testing.
When i check this package is supported to my device or not ? with following code and its says yes, this device is supported app badger.
for platform checking:
FlutterAppBadger.isAppBadgeSupported();
for add badge on app icon i below code simply:
FlutterAppBadger.updateBadgeCount(1);
can anyone please solve this query its really helpful to me.

How to delete an SMS from the inbox in Android programmatically using flutter? anyone can help? Thanks for your helping

How to delete an SMS from the inbox in Android programmatically using flutter? anyone can help? Thanks for your helping
To delete SMS using Flutter in Android,
Consideration:
Different Android OS (Android 12, MAUI, Harmony etc) maybe different.
Use Native Android JAVA Api and not Flutter itself.
You can try how we do it in link here
https://www.tutorialspoint.com/how-to-delete-an-sms-from-the-inbox-in-android-programmatically

Detect when there is a biometric change in local_auth Flutter

Using loca_auth in Flutter, is it possible to detect when a fingerprint is added/deleted to the device?
You can't detect if a new fingerprint is added or deleted because that would violate the App and PlayStore Rules.
For some reason, this goes out of scope of "local_auth", which is why you can check the change of biometrics only on your own or using third-party packages.
I found did_change_authlocal package - it can check the change of biometrics on Android and iOS.

How to implement Certificate Transparency for Flutter

I want to implement Certificate Transparency for Flutter on both iOS and Android but without success, can anyone help me with a Flutter example?
I could not find any article or package on https://pub.dev/
Thanks in advance!

Adding GDPR Consent Dialog to a Flutter app

Is there anything available to add a GDPR consent Dialog using Flutter? The firebase_admob plugin has some properties for adding nonPersonalizedAds or not but thats about it.
I haven't noticed an SDK or anything for Flutter like they have for Android and iOS. Has anyone added a consent somehow on their own or did it separately for Android and then iOS
Any help is greatly appreciated.
i write simple library for flutter that show GDPR dialog for user.
This library works only with android platform now. IOS version coming soon.
Link:
https://pub.dev/packages/gdpr_dialog#-readme-tab-