-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
54 lines (43 loc) · 1.15 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
name: lipoic
description: lipoic cross-platform application.
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
flutter_native_splash: ^2.1.6
font_awesome_flutter: ^10.1.0
hive: ^2.2.1
path_provider: ^2.0.10
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
hive_generator: ^1.1.3
build_runner: ^2.1.11
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/images/oauth/
fonts:
- family: Roboto
fonts:
- asset: assets/fonts/Roboto/Roboto-Regular.ttf
- asset: assets/fonts/Roboto/Roboto-Bold.ttf
weight: 700
- family: NotoSansTC
fonts:
- asset: assets/fonts/Noto_Sans_TC/NotoSansTC-Regular.otf
- asset: assets/fonts/Noto_Sans_TC/NotoSansTC-Bold.otf
weight: 700
flutter_native_splash:
color: "#a3dfda"
image: assets/images/logo.png
branding: assets/images/lipoic_text.png