-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathpubspec.yaml
More file actions
34 lines (30 loc) · 810 Bytes
/
pubspec.yaml
File metadata and controls
34 lines (30 loc) · 810 Bytes
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
# 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: ^3.6.0
dependencies:
archive: ^3.6.1
collection: ^1.19.0
convert: ^3.1.2
crypto: ^3.0.6
expandable: ^5.0.1
fixnum: ^1.1.1
flutter_nfc_kit: ^3.6.0-rc.6
#git:
# url: https://github.com/ZeroPass/flutter_nfc_kit.git
logging: ^1.3.0
meta: ^1.15.0
tripledes_nullsafety: ^1.0.3
pointycastle: ^3.9.1
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