Тёмный

Flutter Local Authentication Tutorial - Flutter Face ID & Fingerprint Authentication Guide 

Hussain Mustafa
Подписаться 8 тыс.
Просмотров 4,8 тыс.
50% 1

💼 Book a meeting: cutt.ly/Pegxp5rA
💎 Ultimate Flutter UI Kit: cutt.ly/3w6tqwFA
In this video we will learn everything about local authentication for Flutter using the local_auth package from pub.dev. We will take a look at biometric based authentication to unlock a Flutter app using either Face ID, Fingerprint Scanning or Password/Pin/Pattern based authentication. Local Auth is a flutter package that allows us to implement biometric & local authentication capabilities within our Flutter application by providing us access to device specific capabilities. We will learn about all the fundamental concepts when it comes to working with the Local Auth package and Flutter. The concepts covered will be how to use face id scanning, fingerprint scanning & password/pin/pattern based authentication to authenticate a user. Furthermore, you will learn all of the best practices when it comes to working with the local_auth package within Flutter. This is an excellent guide for beginner Flutter developers, or anyone looking to learn about local authentication/biometric verification in Flutter using the Local Auth flutter package.
Resources:
Source Code: cutt.ly/oewXIZd1
Local Auth: pub.dev/packages/local_auth
Socials:
Website: hussainmustafa.com
Github: github.com/hussain-mustafa990
LinkedIn: / hussain-mustafa-960920184
Twitter: / hussain34274892
Buy Me A Coffee: www.buymeacoffee.com/hussainm...
#flutter #learnflutter #flutterlocalauth #fluttertutorialforbeginners

Наука

Опубликовано:

 

6 май 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 45   
@moneyman-ne9lw
@moneyman-ne9lw 2 месяца назад
Wow, I had no idea it was this simple to add Face ID and fingerprint authentication to my Flutter app. Thanks for the detailed tutorial!
@m_hussain_mustafa
@m_hussain_mustafa 2 месяца назад
You're welcome!
@bestpractice_english
@bestpractice_english 2 месяца назад
I was able to follow along and implement local authentication in my Flutter app without any issues. You're a lifesaver!
@m_hussain_mustafa
@m_hussain_mustafa 2 месяца назад
So nice to hear this.
@preneure
@preneure 2 месяца назад
Thanks for covering both Face ID and fingerprint authentication.
@m_hussain_mustafa
@m_hussain_mustafa 2 месяца назад
My pleasure. :)
@wtf_chemeko
@wtf_chemeko 19 дней назад
you are the best bro !
@m_hussain_mustafa
@m_hussain_mustafa 19 дней назад
Thank you brother 🙏
@RonyHassan47
@RonyHassan47 2 месяца назад
Great one ❤
@m_hussain_mustafa
@m_hussain_mustafa 2 месяца назад
Thanks :)
@Mhmd_SHA
@Mhmd_SHA 2 месяца назад
Thanks 😘😘
@m_hussain_mustafa
@m_hussain_mustafa 2 месяца назад
Welcome 😊
@MrIMacro
@MrIMacro 2 месяца назад
Amazing
@m_hussain_mustafa
@m_hussain_mustafa 2 месяца назад
Thank you! Cheers!
@bluehydrogen
@bluehydrogen 2 месяца назад
Hi Thanks for the knowledge. always good present.I have developed a app It work fine. but I need someone to look. can you do it for me I can play. but I like to know how much you charge?
@m_hussain_mustafa
@m_hussain_mustafa 2 месяца назад
Hi, if you'd like to contact me you can send me an email with your query.
@MHM-jy4uj
@MHM-jy4uj 2 месяца назад
Keep up the good work
@m_hussain_mustafa
@m_hussain_mustafa 2 месяца назад
Thanks 😊
@donzhu4996
@donzhu4996 2 месяца назад
Can you make some videos to teach how to use AWS Amplify in flutter app?
@m_hussain_mustafa
@m_hussain_mustafa 2 месяца назад
Thanks for the suggestion I'll try to create a video on the topic.
@user-jt4ye4yd7r
@user-jt4ye4yd7r Месяц назад
Awesome
@m_hussain_mustafa
@m_hussain_mustafa Месяц назад
Thank you 😊
@nguyencanh-me7qv
@nguyencanh-me7qv 2 месяца назад
well, very well =))
@m_hussain_mustafa
@m_hussain_mustafa 2 месяца назад
Thanks 😊
@KarmaKanda
@KarmaKanda 5 дней назад
hello sir i want to make one device one password for my user like i want to sell my app password how to make it
@srhanzd3022
@srhanzd3022 2 месяца назад
😍😍😍
@m_hussain_mustafa
@m_hussain_mustafa 2 месяца назад
Thank you. :)
@shashwat_dubey_
@shashwat_dubey_ Месяц назад
is it possible to register the fingerprint from within the app? not the one the device is using, just local to my app. What I want is that I have a list of valid fingerprints in app, and if the person touching the fingerprint sensor is on the list, I should get "true".
@m_hussain_mustafa
@m_hussain_mustafa Месяц назад
That's not possible with this package.
@babitarajput7251
@babitarajput7251 Месяц назад
is there is any way to fetch date and time after face auth
@m_hussain_mustafa
@m_hussain_mustafa Месяц назад
Take a look at this. stackoverflow.com/questions/34910686/how-can-i-get-the-current-date-w-o-hour-and-minutes
@MrIMacro
@MrIMacro 2 месяца назад
A question please: if i want to add a file to my app and i want the user to open that file only with a password. If i do that the user may decompile my app and get the password without admin permission. Is there a way to hide the password even if the app is decompiled? Thanks again
@m_hussain_mustafa
@m_hussain_mustafa 2 месяца назад
Instead of saving the password, save a hash of the password and then compare these hashes to determine if the file should be opened. Also obfuscate your source code and that should pretty much make it quite difficult to reverse engineer the app. :)
@MrIMacro
@MrIMacro 2 месяца назад
@@m_hussain_mustafa wow That's great. Doing a tutorial of that would be amazing.
@udgrnt
@udgrnt 2 месяца назад
Great video, I would like to know, if for Android, it is possible to authenticate using FACE ID like on iOS, I read in some places that most Androids do not have good FACE ID validation like on IOS, as there are different manufacturers , there are no standards, etc... Is there any other way or package for me to authenticate with FACE ID on Android?
@m_hussain_mustafa
@m_hussain_mustafa 2 месяца назад
If the device supports Face ID this package can help you use it on Android as well.
@udgrnt
@udgrnt 2 месяца назад
@@m_hussain_mustafa I'll give you an example, my cell phone is a Motorola One Fusion, and it has FACE ID, but this package identifies my FACE ID as weak, so it doesn't authenticate with my FACE ID...
@MdLimon-lu8yg
@MdLimon-lu8yg 2 месяца назад
how can i detect face like left side face , right side face and center face will detect if 3 faces match then next screen will navigate , how can i implement it. any idea. please share me
@m_hussain_mustafa
@m_hussain_mustafa 2 месяца назад
Hi. This is not possible with this package.
@MdLimon-lu8yg
@MdLimon-lu8yg 2 месяца назад
@@m_hussain_mustafa So what package can I use to do this?
@m_hussain_mustafa
@m_hussain_mustafa 2 месяца назад
@@MdLimon-lu8yg I don't know if a package like that exists you'll have to implement your own custom functionality.
@prasadmusini8452
@prasadmusini8452 2 месяца назад
Is Flutter Dying? Because recently google layout python, flutter and dart team please do make a video about this topic
@m_hussain_mustafa
@m_hussain_mustafa 2 месяца назад
I dont think Flutter is dying. Layoffs are a normal part of the tech industry, Google does them all the time. But I'll try to create a dedicated video on this topic.
@ModassirQadeer
@ModassirQadeer 2 месяца назад
Is flutter dead google layoffs flutter devlopers
@m_hussain_mustafa
@m_hussain_mustafa 2 месяца назад
I'll release a video on this soon.
Далее
готовка с Даней🥹
00:59
Просмотров 448 тыс.
亲生女儿这样做合适吗?
00:14
Просмотров 2,6 млн
Why this is perfect time to learn AI
14:16
Просмотров 23 тыс.
Publish Flutter Package in 7 Easy Steps
12:00
What is happening with Flutter
3:41
Просмотров 142 тыс.
Flutter : Enable Finger-Print authentication
30:24
Просмотров 5 тыс.
Do this to Land a Flutter developer Job Today!
15:28
Просмотров 2,1 тыс.
Colorful Vulcan w rtx 4070ti Super
13:30
Просмотров 59 тыс.
Игровой Комп с Авито за 4500р
1:00
Acer Predator Тараканьи Бега!
1:00
Просмотров 483 тыс.
OZON РАЗБИЛИ 3 КОМПЬЮТЕРА
0:57
Просмотров 1,8 млн