Basic implementation of first login handshake
This commit is contained in:
parent
6ea48dd4e7
commit
88a7a0a9c6
8 changed files with 314 additions and 13 deletions
|
@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
# In Windows, build-name is used as the major, minor, and patch parts
|
||||
# of the product and file versions while build-number is used as the build suffix.
|
||||
version: 1.0.031525+0003
|
||||
version: 1.0.031525+0137
|
||||
|
||||
environment:
|
||||
sdk: ^3.7.0
|
||||
|
@ -40,7 +40,10 @@ dependencies:
|
|||
libac_dart:
|
||||
hosted: https://git.zontreck.com/api/packages/Packages/pub/
|
||||
version: 1.4.20325+1215
|
||||
base32: ^2.1.3
|
||||
totp: ^0.1.0
|
||||
hotp: ^0.1.0
|
||||
barcode: ^2.2.9
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue