-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
49 lines (39 loc) · 969 Bytes
/
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
name: fn_ui_kit
description: 公用ui组件
version: 1.1.0
homepage:
environment:
sdk: '>=2.18.0 <4.0.0'
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.3
icon_font_generator: ^4.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
uses-material-design: true
assets:
- lib/assets/images/
fonts:
- family: fn_design_icons
fonts:
- asset: lib/assets/fn_icons_font.otf
#图标资源生成规则配置
icon_font:
input_svg_dir: "icons"
output_font_file: "lib/assets/fn_icons_font.otf"
output_class_file: "lib/assets/fn_icons.dart"
class_name: "FNIcons"
package: fn_ui_kit
format: true
font_name: "fn_design_icons"
normalize: false
ignore_shapes: false
recursive: true
verbose: false