Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
biometric_demo_app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sriraksha Nayak
biometric_demo_app
Commits
4ee60aca
Commit
4ee60aca
authored
1 year ago
by
Sriraksha Nayak
Browse files
Options
Downloads
Patches
Plain Diff
changes
parent
38342eae
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/main.dart
+1
-1
1 addition, 1 deletion
lib/main.dart
pubspec.lock
+32
-32
32 additions, 32 deletions
pubspec.lock
with
33 additions
and
33 deletions
lib/main.dart
+
1
−
1
View file @
4ee60aca
...
...
@@ -57,7 +57,7 @@ class _MyHomePageState extends State<MyHomePage> {
onTap:
()
async
{
if
(
isSupported
){
// BiometricAuthentication package usage for authenticate
isAuthenticated
=
await
BiometricAuthentication
()
.
authenticate
(
true
,
title:
'Authenticate to Login'
);
isAuthenticated
=
await
BiometricAuthentication
()
.
authenticate
(
title:
'Authenticate to Login'
);
if
(
isAuthenticated
!
){
// write your logic for successful authentication
Fluttertoast
.
showToast
(
msg:
'Login Successful'
);
...
...
This diff is collapsed.
Click to expand it.
pubspec.lock
+
32
−
32
View file @
4ee60aca
...
...
@@ -5,16 +5,16 @@ packages:
dependency: transitive
description:
name: async
sha256:
bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0
sha256:
"947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c"
url: "https://pub.dev"
source: hosted
version: "2.1
0
.0"
version: "2.1
1
.0"
biometric_authenticator:
dependency: "direct main"
description:
path: "."
ref: HEAD
resolved-ref:
b5f733111863f3785b622a78324997d8d3f23a00
resolved-ref:
"0fc99c812d4f7d9a1308a3e726db5540e13404c0"
url: "git@gitlab.niveussolutions.com:sriraksha.nayak/biometric_authontication.git"
source: git
version: "0.0.1"
...
...
@@ -30,10 +30,10 @@ packages:
dependency: transitive
description:
name: characters
sha256:
e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c
sha256:
"04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605"
url: "https://pub.dev"
source: hosted
version: "1.
2.1
"
version: "1.
3.0
"
clock:
dependency: transitive
description:
...
...
@@ -46,10 +46,10 @@ packages:
dependency: transitive
description:
name: collection
sha256:
cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0
sha256:
ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
url: "https://pub.dev"
source: hosted
version: "1.1
7
.0"
version: "1.1
8
.0"
cupertino_icons:
dependency: "direct main"
description:
...
...
@@ -113,14 +113,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.18.1"
js:
dependency: transitive
description:
name: js
sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7"
url: "https://pub.dev"
source: hosted
version: "0.6.5"
lints:
dependency: transitive
description:
...
...
@@ -173,34 +165,34 @@ packages:
dependency: transitive
description:
name: matcher
sha256: "1
6db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72
"
sha256: "1
803e76e6653768d64ed8ff2e1e67bea3ad4b923eb5c56a295c3e634bad5960e
"
url: "https://pub.dev"
source: hosted
version: "0.12.1
3
"
version: "0.12.1
6
"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
sha256:
d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724
sha256:
"9528f2f296073ff54cb9fee677df673ace1218163c3bc7628093e7eed5203d41"
url: "https://pub.dev"
source: hosted
version: "0.
2
.0"
version: "0.
5
.0"
meta:
dependency: transitive
description:
name: meta
sha256:
"6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42"
sha256:
a6e590c838b18133bb482a2745ad77c5bb7715fb0451209e1a7567d416678b8e
url: "https://pub.dev"
source: hosted
version: "1.
8
.0"
version: "1.
10
.0"
path:
dependency: transitive
description:
name: path
sha256:
db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b
sha256:
"8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917"
url: "https://pub.dev"
source: hosted
version: "1.8.
2
"
version: "1.8.
3
"
plugin_platform_interface:
dependency: transitive
description:
...
...
@@ -218,26 +210,26 @@ packages:
dependency: transitive
description:
name: source_span
sha256:
dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250
sha256:
"53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
url: "https://pub.dev"
source: hosted
version: "1.
9.1
"
version: "1.
10.0
"
stack_trace:
dependency: transitive
description:
name: stack_trace
sha256:
c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
sha256:
"73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
url: "https://pub.dev"
source: hosted
version: "1.11.
0
"
version: "1.11.
1
"
stream_channel:
dependency: transitive
description:
name: stream_channel
sha256:
"83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
sha256:
ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
url: "https://pub.dev"
source: hosted
version: "2.1.
1
"
version: "2.1.
2
"
string_scanner:
dependency: transitive
description:
...
...
@@ -258,10 +250,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256:
ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206
sha256:
"5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
url: "https://pub.dev"
source: hosted
version: "0.
4
.1
6
"
version: "0.
6
.1"
vector_math:
dependency: transitive
description:
...
...
@@ -270,6 +262,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.1.4"
web:
dependency: transitive
description:
name: web
sha256: afe077240a270dcfd2aafe77602b4113645af95d0ad31128cc02bce5ac5d5152
url: "https://pub.dev"
source: hosted
version: "0.3.0"
sdks:
dart: ">=
2.19.1
<
3
.0.0"
dart: ">=
3.2.0-194.0.dev
<
4
.0.0"
flutter: ">=3.7.0"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment