-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpubspec.yaml
52 lines (46 loc) · 1.49 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
name: flutter_module
description: A new flutter module project.
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
flutter_screenutil: ^5.0.0+2
flutter_inappwebview: ^5.3.2
fluttertoast: ^8.0.8
# kraken: ">= 0.0.1"
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
# the material Icons class.
uses-material-design: true
assets:
- assets/images/
fonts:
- family: streamiconfont
fonts:
- asset: assets/fonts/dcloud_iconfont.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
# This section identifies your Flutter project as a module meant for
# embedding in a native host app. These identifiers should _not_ ordinarily
# be changed after generation - they are used to ensure that the tooling can
# maintain consistency when adding or modifying assets and plugins.
# They also do not have any bearing on your native host application's
# identifiers, which may be completely independent or the same as these.
module:
androidX: true
androidPackage: com.example.flutter_module
iosBundleIdentifier: com.itfenbao.ios.flutterModule