-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
63 lines (56 loc) · 1.33 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
name: khqr_sdk
description: 'Standardization of QR Code (EMV) that will promote wider use of mobile retail payments in Cambodia.'
maintainer: Mrr Hak
repository: https://github.com/mrrhak/khqr_sdk
issue_tracker: https://github.com/mrrhak/khqr_sdk/issues
homepage: https://mrrhak.com
version: 1.0.4
funding:
- https://ko-fi.com/mrrhak
screenshots:
- description: 'Bakong KHQR SDK'
path: assets/khqr_sdk.png
topics:
- khqr
- khqr-sdk
- khqr-code
- bakong-khqr
- bakong
environment:
sdk: ^3.6.0
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
intl: ">=0.18.1 <=0.20.2"
freezed_annotation: ^2.4.4
json_annotation: ^4.9.0
plugin_platform_interface: ^2.1.8
qr_flutter: ^4.1.0
flutter_svg: ^2.0.17
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
build_runner: ^2.4.14
freezed: ^2.5.8
json_serializable: ^6.9.3
flutter:
plugin:
platforms:
android:
package: com.mrrhak.khqr_sdk
pluginClass: KhqrSdkPlugin
ios:
pluginClass: KhqrSdkPlugin
assets:
- assets/fonts/nunito_sans/
- assets/images/
- assets/svg/
fonts:
- family: NunitoSans
fonts:
- asset: assets/fonts/nunito_sans/NunitoSans_7pt-Regular.ttf
weight: 400
- asset: assets/fonts/nunito_sans/NunitoSans_7pt-Bold.ttf
weight: 700