-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
33 lines (29 loc) · 774 Bytes
/
pubspec.yaml
File metadata and controls
33 lines (29 loc) · 774 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
name: env_builder_cli
description: A Flutter CLI tool to automate the creation and maintenance of the env Flutter package from multiple .env files.
version: 1.3.1
repository: https://github.com/KalybosPro/env_builder_cli.git
homepage: https://github.com/KalybosPro/env_builder_cli
issue_tracker: https://github.com/KalybosPro/env_builder_cli/issues
environment:
sdk: ^3.8.1
# Add regular dependencies here.
dependencies:
analyzer: ^12.1.0
args: ^2.7.0
build: ^4.0.5
build_runner: ^2.13.1
cli_util: ^0.4.2
crypto: ^3.0.7
encrypt: ^5.0.3
image: ^4.8.0
path: ^1.9.1
source_gen: ^4.2.2
universal_io: ^2.3.1
xml: ^6.6.1
yaml: ^3.1.3
yaml_edit: ^2.2.4
dev_dependencies:
lints: ^6.1.0
test: ^1.31.0
executables:
env_builder: env_builder_cli