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

Поделиться
HTML-код
  • Опубликовано: 7 янв 2025

Комментарии • 54

  • @rlt_app
    @rlt_app 8 месяцев назад +4

    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 8 месяцев назад +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 8 месяцев назад +2

    Thanks for covering both Face ID and fingerprint authentication.

  • @shajints5905
    @shajints5905 3 месяца назад +1

    I followed the same steps you taught me, and the fingerprint option is working, but the face authentication is not working.

  • @ZAINISHTIAQ-x4m
    @ZAINISHTIAQ-x4m 2 месяца назад

    Brother how to add fingerprint biometric in firebase because in my app login with API but I want login data store in firestore and when we login with biometric the user automatically move to home page

  • @donzhu4996
    @donzhu4996 8 месяцев назад +1

    Can you make some videos to teach how to use AWS Amplify in flutter app?

    • @m_hussain_mustafa
      @m_hussain_mustafa  8 месяцев назад

      Thanks for the suggestion I'll try to create a video on the topic.

  • @jmzyork
    @jmzyork 5 месяцев назад

    Would this bottom sheet local authenticator replace where the user normally scans fingerprint? For example some devices require fingerprint scan on back, middle etc

  • @informasikardus3866
    @informasikardus3866 3 месяца назад

    Does anyone know how to solve this problem: Invalid package identifier when getting bag for resource number 0x000004a2

  • @rougesroyale
    @rougesroyale 3 месяца назад

    I was trying to add pattern authentication to my app since
    Turns out i didnt add that flutter activity stuff to my kotlin file
    Let me test it out

  • @bluehydrogen
    @bluehydrogen 8 месяцев назад +1

    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  8 месяцев назад

      Hi, if you'd like to contact me you can send me an email with your query.

  • @shashwat_dubey_
    @shashwat_dubey_ 7 месяцев назад +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  7 месяцев назад

      That's not possible with this package.

    • @theeloquent7288
      @theeloquent7288 3 месяца назад

      Hii bro, did u find a way to implement this idea ?

  • @MHM-jy4uj
    @MHM-jy4uj 8 месяцев назад +1

    Keep up the good work

  • @wtf_chemeko
    @wtf_chemeko 6 месяцев назад +1

    you are the best bro !

  • @KarmaKanda
    @KarmaKanda 6 месяцев назад

    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

  • @MrIMacro
    @MrIMacro 8 месяцев назад +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  8 месяцев назад

      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 8 месяцев назад

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

  • @RonyHassan47
    @RonyHassan47 8 месяцев назад +1

    Great one ❤

  • @udgrnt
    @udgrnt 7 месяцев назад +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  7 месяцев назад +1

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

    • @udgrnt
      @udgrnt 7 месяцев назад

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

  • @babitarajput7251
    @babitarajput7251 7 месяцев назад +1

    is there is any way to fetch date and time after face auth

    • @m_hussain_mustafa
      @m_hussain_mustafa  7 месяцев назад

      Take a look at this. stackoverflow.com/questions/34910686/how-can-i-get-the-current-date-w-o-hour-and-minutes

  • @MdLimon-lu8yg
    @MdLimon-lu8yg 7 месяцев назад +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  7 месяцев назад

      Hi. This is not possible with this package.

    • @MdLimon-lu8yg
      @MdLimon-lu8yg 7 месяцев назад +1

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

    • @m_hussain_mustafa
      @m_hussain_mustafa  7 месяцев назад

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

  • @muhammadahmer6792
    @muhammadahmer6792 3 месяца назад

    why face lock is not working in android mobile, as i am using my real android device as an emulator,
    and my device supports facelock.
    Any One

  • @prasadmusini8452
    @prasadmusini8452 8 месяцев назад +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  8 месяцев назад

      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.

  • @Mhmd_SHA
    @Mhmd_SHA 8 месяцев назад +1

    Thanks 😘😘

  • @MrIMacro
    @MrIMacro 8 месяцев назад +1

    Amazing

  • @user-jt4ye4yd7r
    @user-jt4ye4yd7r 7 месяцев назад +1

    Awesome

  • @ModassirQadeer
    @ModassirQadeer 8 месяцев назад +1

    Is flutter dead
    google layoffs flutter devlopers

  • @nguyencanh-me7qv
    @nguyencanh-me7qv 8 месяцев назад

    well, very well =))

  • @srhanzd3022
    @srhanzd3022 8 месяцев назад +1

    😍😍😍

  • @robschannel1156
    @robschannel1156 19 дней назад

    Stop saying "actually"