-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
55 lines (46 loc) · 1.71 KB
/
pubspec.yaml
File metadata and controls
55 lines (46 loc) · 1.71 KB
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
51
52
53
54
##.title
## ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
##
## Dart/Flutter (DF) Packages by dev-cetera.com & contributors.
##
## See MIT LICENSE file in the root directory.
##
## For more about publishing, see: https://dart.dev/tools/pub/automated-publishing
##
## ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
##.title~
name: df_gen_core
homepage: https://dev-cetera.com/
funding:
- https://www.buymeacoffee.com/dev_cetera
- https://www.patreon.com/c/robelator
- https://github.com/sponsors/robelator
- https://www.patreon.com/c/robelator
- https://github.com/sponsors/robelator
- https://www.buymeacoffee.com/dev_cetera
description: A package that provides core utilities for practical code generation.
version: 0.7.2
## -----------------------------------------------------------------------------
environment:
sdk: ">=3.5.0 <4.0.0"
## -----------------------------------------------------------------------------
dependencies:
analyzer: ^7.4.5
args: ^2.7.0
collection: ^1.19.1
equatable: ^2.0.7
http: ^1.4.0
meta: ^1.16.0
path: ^1.9.1
source_gen: ^2.0.0
df_collection: ^0.9.8
df_config: ^0.7.5
df_log: ^0.3.20
df_safer_dart: ^0.17.3
df_string: ^0.2.9
df_type: ^0.14.2
## -----------------------------------------------------------------------------
dev_dependencies:
lints: ^6.0.0
custom_lint: ^0.7.5
df_safer_dart_lints: ^0.3.3