-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpubspec.yaml
41 lines (41 loc) · 1.06 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
name: payu_payment_methods
description: Flutter package which allows to present available POS payment methods easy
version: 1.0.3
publish_to: none
homepage: https://github.com/PayU-EMEA/PayU-Flutter
issue_tracker: https://github.com/PayU-EMEA/PayU-Flutter/issues
environment:
sdk: '>=3.1.0 <4.0.0'
flutter: ">=2.5.0"
dependencies:
collection: ^1.18.0
flutter:
sdk: flutter
payu_add_card:
git:
url: https://github.com/PayU-EMEA/PayU-Flutter.git
path: payu_add_card
payu_core:
git:
url: https://github.com/PayU-EMEA/PayU-Flutter.git
path: payu_core
payu_state_management:
git:
url: https://github.com/PayU-EMEA/PayU-Flutter.git
path: payu_state_management
payu_translations:
git:
url: https://github.com/PayU-EMEA/PayU-Flutter.git
path: payu_translations
payu_ui:
git:
url: https://github.com/PayU-EMEA/PayU-Flutter.git
path: payu_ui
dev_dependencies:
build_runner: ^2.4.9
dependency_validator: ^4.1.0
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
mockito: ^5.3.2
flutter: