-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
34 lines (31 loc) · 683 Bytes
/
pubspec.yaml
File metadata and controls
34 lines (31 loc) · 683 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
name: env_reader
description: Read, encrypt, or generate environment variables from a .env file
into an obfuscated Dart model.
version: 2.1.0
homepage: https://github.com/Nialixus/env_reader
repository: https://github.com/Nialixus/env_reader.git
issue_tracker: https://github.com/Nialixus/env_reader/issues
executables:
env_reader: env_reader
funding:
- https://www.buymeacoffee.com/nialixus
screenshots:
- description: 'Env Reader Logo'
path: logo.png
topics:
- utility
- env
platforms:
android:
ios:
linux:
macos:
web:
windows:
environment:
sdk: '>=3.1.0 <4.0.0'
dependencies:
args: ^2.4.2
cryptography: ^2.2.0
http: ^1.1.0
dev_dependencies: