-
Notifications
You must be signed in to change notification settings - Fork 236
/
Copy pathpubspec.yaml
50 lines (45 loc) · 1.08 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
name: example
description: A new Flutter project.
version: 1.0.1
publish_to: none
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
provider: ^6.0.3
# For Dio Kit
dio: ^4.0.0
flutter_ume: 0.2.1
flutter_ume_kit_ui: 0.2.1
flutter_ume_kit_perf: 0.2.1
flutter_ume_kit_show_code: 0.2.1
flutter_ume_kit_device: 0.2.1
flutter_ume_kit_console: 0.2.1
flutter_ume_kit_dio: 0.2.0
dependency_overrides:
vm_service: ^9.4.0
flutter_ume:
path: ../
dev_dependencies:
flutter_driver:
sdk: flutter
test: ^1.16.6
flutter_ume:
path: ../
flutter_ume_kit_ui:
path: ../kits/flutter_ume_kit_ui
flutter_ume_kit_perf:
path: ../kits/flutter_ume_kit_perf
flutter_ume_kit_show_code:
path: ../kits/flutter_ume_kit_show_code
flutter_ume_kit_device:
path: ../kits/flutter_ume_kit_device
flutter_ume_kit_console:
path: ../kits/flutter_ume_kit_console
flutter_ume_kit_dio:
path: ../kits/flutter_ume_kit_dio
flutter_ume_kit_channel_monitor:
path: ../kits/flutter_ume_kit_channel_monitor
flutter:
uses-material-design: true