-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
69 lines (57 loc) · 2.16 KB
/
pubspec.yaml
File metadata and controls
69 lines (57 loc) · 2.16 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
##.title
## ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
##
## Copyright © dev-cetera.com & contributors.
##
## The use of this source code is governed by an MIT-style license described in
## the LICENSE file located in this project's root directory.
##
## See: https://opensource.org/license/mit
##
## ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
##.title~
name: df_generate_screen
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 tool to generate ready-made screen templates for your Flutter app (uses df_screen)
version: 0.8.2
topics:
- source-gen
- build-runner
- code-generation
- screen
- pages
## -----------------------------------------------------------------------------
environment:
sdk: ">=3.5.0 <4.0.0"
## -----------------------------------------------------------------------------
dependencies:
args: ^2.7.0
path: ^1.9.1
df_collection: ^0.9.8
df_config: ^0.7.5
df_gen_core: ^0.7.0
df_generate_dart_indexes: ^0.6.1
df_generate_dart_models_core: ^0.9.23
df_log: ^0.3.20
df_screen_core: ^0.5.6
df_string: ^0.2.10
df_type: ^0.14.2
## -----------------------------------------------------------------------------
dev_dependencies:
lints: ^6.0.0
test: ^1.26.2
## -----------------------------------------------------------------------------
executables:
--screen: df_generate_screen
--access: df_generate_screen_access
--bindings: df_generate_screen_bindings
df_generate_screen: df_generate_screen
df_generate_screen_access: df_generate_screen_access
df_generate_screen_bindings: df_generate_screen_bindings