-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
46 lines (38 loc) · 1.31 KB
/
pubspec.yaml
File metadata and controls
46 lines (38 loc) · 1.31 KB
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
name: bootpay_webview_flutter
description: bootpay_webview_flutter 를 국내 결제환경에 맞게 fork 떠서 관리하는 프로젝트 입니다.
repository: https://github.com/bootpay/bootpay_webview_flutter
issue_tracker: https://github.com/bootpay/bootpay_webview_flutter/issues
version: 4.12.6
environment:
sdk: ^3.5.0
flutter: ">=3.24.0"
flutter:
plugin:
platforms:
android:
default_package: bootpay_webview_flutter_android
ios:
default_package: bootpay_webview_flutter_wkwebview
dependencies:
flutter:
sdk: flutter
# [배포용] pub.dev 버전 - 배포 시 아래 주석 해제
bootpay_webview_flutter_android: ^4.10.62
bootpay_webview_flutter_platform_interface: ^2.14.2
bootpay_webview_flutter_wkwebview: ^3.23.31
# [로컬 테스트용] 로컬 경로 - 테스트 완료 후 위 배포용으로 변경
# bootpay_webview_flutter_android:
# path: ../bootpay_webview_flutter_android
# bootpay_webview_flutter_platform_interface:
# path: ../bootpay_webview_flutter_platform_interface
# bootpay_webview_flutter_wkwebview:
# path: ../bootpay_webview_flutter_wkwebview
# webview_flutter: ^4.10.0
dev_dependencies:
build_runner: ^2.1.5
flutter_driver:
sdk: flutter
flutter_test:
sdk: flutter
mockito: 5.4.4
plugin_platform_interface: ^2.1.7