-
Notifications
You must be signed in to change notification settings - Fork 109
/
Copy pathpubspec.yaml
82 lines (68 loc) · 1.84 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
name: star_book
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 2.0.1+4
environment:
sdk: '>=3.0.1 <4.0.0'
flutter: ^3.24.1
# Automatically upgrade your dependencies to the
# latest versions `flutter pub upgrade --major-versions`.
# See dependencies have newer versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
freezed: ^2.2.1
freezed_annotation: ^2.2.0
isar: ^3.0.5
isar_flutter_libs: ^3.0.5
flutter_bloc: ^8.1.1
kiwi: ^5.0.1
shared_preferences: ^2.1.1
# Non Technical Dependencies
logger: ^2.4.0
syncfusion_flutter_charts: ^27.1.51
intl: ^0.19.0
go_router: ^14.2.8
path_provider: ^2.0.12
flutter_form_builder: ^9.0.0
form_builder_validators: ^11.0.0
url_launcher: ^6.1.11
package_info_plus: ^8.0.2
firebase_core: ^3.6.0
firebase_crashlytics: ^4.1.3
firebase_analytics: ^11.3.3
firebase_remote_config: ^5.1.3
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.3.2
json_serializable: ^6.5.4
flutter_lints: ^5.0.0
isar_generator: ^3.0.5
flutter_launcher_icons: ^0.14.1
flutter_launcher_icons:
ios: true
remove_alpha_ios: true
android: "launcher_icon"
image_path: "assets/icon.png"
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/icons/
- assets/images/
fonts:
- family: Inter
fonts:
- asset: assets/fonts/Inter-Bold.ttf
weight: 700
- asset: assets/fonts/Inter-Medium.ttf
weight: 500
- asset: assets/fonts/Inter-Regular.ttf
weight: 400
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700