-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
35 lines (31 loc) · 807 Bytes
/
pubspec.yaml
File metadata and controls
35 lines (31 loc) · 807 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
35
name: flutter_cwa_plugin
description: A sample command-line application.
version: 1.6.2
publish_to: none
# repository: https://github.com/my_org/my_repo
environment:
sdk: ^3.2.0
# Add regular dependencies here.
dependencies:
cli_util: ^0.4.1
# cwa_plugin_core:
# path: /Users/codewave/Desktop/projects/cli/cwa_plugin_core
cwa_plugin_core:
git:
url: git@gitlab.com-codewave:codewave-technologies/cwa_plugin_core.git
ref: main
# cw_core:
# path: /Users/codewave/Desktop/projects/cli/cw_core
cw_core:
git:
url: git@gitlab.com-codewave:codewave-technologies/codewave-flutter-core.git
ref: main
pubspec: ^2.3.0
pub_semver: ^2.1.4
analyzer: ^6.4.1
excel: ^4.0.3
cli_spin: ^1.0.1
# path: ^1.8.
dev_dependencies:
lints: ^2.1.0
# test: ^1.24.0