-
Notifications
You must be signed in to change notification settings - Fork 4
/
pubspec.yaml
125 lines (105 loc) · 2.73 KB
/
pubspec.yaml
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
name: dart_lens
description: An intuitive and powerful tool for exploring and managing Dart and Flutter projects.
version: 1.2.0+3
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
environment:
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"
dependencies:
flutter:
sdk: flutter
collection: ^1.18.0
# state management
flutter_bloc: ^8.1.3
equatable: ^2.0.5
json_annotation: ^4.8.1
hive: ^2.2.3
hive_flutter: ^1.1.0
path_provider: ^2.1.1
path: ^1.8.3
file_picker: ^6.1.1
# UI
google_fonts: ^6.1.0
flex_color_scheme: ^7.3.1
flex_seed_scheme: ^1.4.0
flextras: ^1.0.0
lucide_icons: ^0.257.0
analyzer: ^6.2.0
pub_semver: ^2.1.4
pubspec_parse: ^1.2.3
pub_api_client: # ^2.4.0
git:
url: https://github.com/fluttertools/pub_api_client.git
ref: ceb15e1b0ecb26b29d7035e14972f05d60d3b75a
clipboard: ^0.1.3
url_launcher: ^6.2.2
package_info_plus: ^5.0.1
send_support_email:
git:
url: https://github.com/albemala/send_support_email.git
ref: 1.3.0
dev_dependencies:
# flutter_test:
# sdk: flutter
build_runner: ^2.4.7
json_serializable: ^6.7.1
very_good_analysis: ^5.1.0
flutter_gen_runner: ^5.4.0
icons_launcher: ^2.1.6
package_rename: ^1.5.3
flutter:
uses-material-design: true
assets:
- assets/
- assets/fonts/
# bash scripts/generate-assets.bash
flutter_gen:
output: lib/
integrations:
flutter_svg: true
assets:
enabled: true
fonts:
enabled: false
# bash scripts/generate-app-icons.bash
icons_launcher:
image_path: "assets/app-icon.png"
platforms:
macos:
enable: true
# image_path: "assets/app-icon-macos.png"
windows:
enable: true
# image_path: 'assets/ic_logo_border.png'
linux:
enable: true
# image_path: 'assets/ic_logo_border.png'
web:
enable: false
# image_path: 'assets/ic_logo_border.png'
# favicon_path: 'assets/ic_logo_round.png'
android:
enable: false
# image_path: 'assets/ic_logo_border.png'
# adaptive_background_color: '#ffffff'
# adaptive_background_image: 'assets/ic_background.png'
# adaptive_foreground_image: 'assets/ic_foreground.png'
# adaptive_round_image: 'assets/ic_logo_round.png'
ios:
enable: false
# image_path: 'assets/ic_logo_rectangle.png'
# dart run package_rename
package_rename_config:
macos:
app_name: DartLens
package_name: app.dartlens
copyright_notice: Copyright © 2023 dartlens.app. All rights reserved.
windows:
app_name: DartLens
organization: dartlens.app
copyright_notice: Copyright © 2023 dartlens.app. All rights reserved.
exe_name: DartLens
linux:
app_name: DartLens
package_name: app.dartlens
exe_name: DartLens