forked from ZeroPass/dmrtd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
36 lines (31 loc) · 871 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Created by Crt Vavros, copyright © 2022 ZeroPass. All rights reserved.
name: dmrtd
description: Dart implementation of ICAO Doc 9303 MRTD, created by ZeroPass
version: 2.0.0
environment:
sdk: '>=2.17.1 <3.0.0'
dependencies:
archive: ^3.1.2
collection: ^1.16.0
convert: ^3.0.0
crypto: ^3.0.1
expandable: ^5.0.1
fixnum: ^1.0.0
flutter_nfc_kit:
git:
url: https://github.com/ramesh-aureus/flutter_nfc_kit.git
ref: master # or specify any branch/commit you want
logging: ^1.0.1
meta: ^1.3.0
tripledes_nullsafety: ^1.0.3
pointycastle: ^3.7.4
diffie_hellman: ^0.1.2
crypto_keys_plus: ^0.4.0 # till cypto_keys lib is not updated
dev_dependencies:
flutter: # needed for flutter_nfc_kit
sdk: flutter
flutter_lints: ^2.0.1
flutter_test: # needed for flutter_nfc_kit
sdk: flutter
lints: ^2.0.0
test: ^1.16.5