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

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 พ.ค. 2024
  • 💼 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
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 44

  • @bestpractice_english
    @bestpractice_english 2 หลายเดือนก่อน +3

    I was able to follow along and implement local authentication in my Flutter app without any issues. You're a lifesaver!

  • @moneyman-ne9lw
    @moneyman-ne9lw 2 หลายเดือนก่อน +3

    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!

  • @preneure
    @preneure 2 หลายเดือนก่อน +3

    Thanks for covering both Face ID and fingerprint authentication.

  • @wtf_chemeko
    @wtf_chemeko 11 วันที่ผ่านมา +1

    you are the best bro !

  • @bluehydrogen
    @bluehydrogen 2 หลายเดือนก่อน +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.

  • @donzhu4996
    @donzhu4996 2 หลายเดือนก่อน +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.

  • @RonyHassan47
    @RonyHassan47 2 หลายเดือนก่อน +1

    Great one ❤

  • @MrIMacro
    @MrIMacro 2 หลายเดือนก่อน +1

    Amazing

  • @Mhmd_SHA
    @Mhmd_SHA 2 หลายเดือนก่อน +1

    Thanks 😘😘

  • @shashwat_dubey_
    @shashwat_dubey_ หลายเดือนก่อน +1

    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.

  • @user-jt4ye4yd7r
    @user-jt4ye4yd7r หลายเดือนก่อน +1

    Awesome

  • @MHM-jy4uj
    @MHM-jy4uj 2 หลายเดือนก่อน +1

    Keep up the good work

  • @nguyencanh-me7qv
    @nguyencanh-me7qv 2 หลายเดือนก่อน

    well, very well =))

  • @babitarajput7251
    @babitarajput7251 หลายเดือนก่อน +1

    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 หลายเดือนก่อน +1

    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  หลายเดือนก่อน

      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 หลายเดือนก่อน

      @@m_hussain_mustafa wow That's great. Doing a tutorial of that would be amazing.

  • @MdLimon-lu8yg
    @MdLimon-lu8yg หลายเดือนก่อน +1

    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  หลายเดือนก่อน

      Hi. This is not possible with this package.

    • @MdLimon-lu8yg
      @MdLimon-lu8yg หลายเดือนก่อน +1

      @@m_hussain_mustafa So what package can I use to do this?

    • @m_hussain_mustafa
      @m_hussain_mustafa  หลายเดือนก่อน

      @@MdLimon-lu8yg I don't know if a package like that exists you'll have to implement your own custom functionality.

  • @srhanzd3022
    @srhanzd3022 2 หลายเดือนก่อน +1

    😍😍😍

  • @udgrnt
    @udgrnt หลายเดือนก่อน +1

    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  หลายเดือนก่อน +1

      If the device supports Face ID this package can help you use it on Android as well.

    • @udgrnt
      @udgrnt หลายเดือนก่อน

      @@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...

  • @prasadmusini8452
    @prasadmusini8452 2 หลายเดือนก่อน +1

    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 หลายเดือนก่อน +1

    Is flutter dead
    google layoffs flutter devlopers

    • @m_hussain_mustafa
      @m_hussain_mustafa  หลายเดือนก่อน +1

      I'll release a video on this soon.