-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
49 lines (44 loc) · 1.05 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
name: nisitku_lite
description: "A new Flutter project."
publish_to: 'none'
version: 0.1.0
environment:
sdk: '>=3.4.0 <4.0.0'
dependencies:
connectivity_plus: ^6.0.4
flutter:
sdk: flutter
flutter_launcher_icons: ^0.13.1
flutter_secure_storage: ^9.2.2
get: ^4.6.6
logger: ^2.4.0
path_provider: ^2.1.4
shared_preferences: ^2.3.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
change_app_package_name: ^1.3.0
flutter_launcher_icons:
android: true
ios: true
remove_alpha_ios: true
image_path: "assets/icon/icon.png"
flutter:
uses-material-design: true
fonts:
- family: Kanit
fonts:
- asset: assets/fonts/Kanit-Regular.ttf
- asset: assets/fonts/Kanit-Italic.ttf
style: italic
- asset: assets/fonts/Kanit-Bold.ttf
weight: 700
- asset: assets/fonts/Kanit-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/fonts/Kanit-Light.ttf
weight: 300
- asset: assets/fonts/Kanit-LightItalic.ttf
weight: 300
style: italic