Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
signin_with_biometric_view.dart File Reference
import package;
import material.dart;
import flutter_bloc.dart;
import flutter_screenutil.dart;
import local_auth.dart;
import core;
import common;
import enums;
import biometric_type_enum.dart;
import services;
import biometric_service.dart;
import ui;
import widgets;
import custom_snackbar.dart;
import bloc;
import authentication_bloc;
import authentication_bloc.dart;
import biomitric_auth_buttons.dart;
Include dependency graph for signin_with_biometric_view.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

override void initState ()
Future< void_checkAvailableBiometrics () async
Future< void_authenticate (BiometricType type) async
override Widget build (BuildContext context)

Variables

class SigninWithBiometricView extends StatefulWidget _availableBiometrics = []
final biometricService = LocalBiometricService()

Function Documentation

◆ _authenticate()

Future< void > _authenticate ( BiometricType type)

Definition at line 47 of file signin_with_biometric_view.dart.

Here is the call graph for this function:

◆ _checkAvailableBiometrics()

Future< void > _checkAvailableBiometrics ( )

Definition at line 33 of file signin_with_biometric_view.dart.

Here is the caller graph for this function:

◆ build()

override Widget build ( BuildContext context)

Definition at line 62 of file signin_with_biometric_view.dart.

Here is the call graph for this function:

◆ initState()

override void initState ( )

Definition at line 26 of file signin_with_biometric_view.dart.

Here is the call graph for this function:

Variable Documentation

◆ _availableBiometrics

class SigninWithBiometricView extends StatefulWidget _availableBiometrics = []

◆ biometricService

final biometricService = LocalBiometricService()

Definition at line 31 of file signin_with_biometric_view.dart.