-
Notifications
You must be signed in to change notification settings - Fork 18
/
pubspec.yaml
172 lines (158 loc) · 5.96 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
name: otzaria
description: "A Jewish books library."
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
msix_config:
display_name: אוצריא
publisher_display_name: sivan22
identity_name: sivan22.Otzaria
msix_version: 0.2.4.0
logo_path: assets/icon/icon.png
publisher: CN=sivan22, O=sivan22, C=IL
certificate_path: sivan22.pfx
certificate_password: 1234
app_installer: #<-- app installer configuration
publish_folder_path: C:\dev\otzaria\build\windows\x64\runner\Release
hours_between_update_checks: 24
automatic_background_task: true
update_blocks_activation: true
show_prompt: true
force_update_from_any_version: false
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.2.4-dev.0
environment:
sdk: ">=3.2.6 <4.0.0"
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_settings_screens: ^0.3.4
hive: ^4.0.0-dev.2
isar_flutter_libs: ^4.0.0-dev.14
isar: ^4.0.0-dev.14
msix: ^3.16.7
path_provider: ^2.0.15
html: ^0.15.1
pdfrx: ^1.0.65
url_launcher: ^6.3.0
flutter_html: ^3.0.0-beta.2
scrollable_positioned_list: ^0.3.8
search_highlight_text: ^1.0.0+2
fuzzywuzzy: ^1.1.6
file_picker: ^8.0.6
permission_handler: ^11.3.0
flutter_launcher_icons: "^0.13.1"
provider: ^6.1.2
docx_to_text: ^1.0.1
expandable: ^5.0.1
multi_split_view: ^2.4.0
updat: ^1.3.2
flutter_context_menu: ^0.1.3
printing:
pdf: ^3.10.8
kosher_dart: ^2.0.16
gematria: ^1.0.0
csv: ^6.0.0
archive: ^3.6.1
filter_list: 1.0.3
package_info_plus: ^8.0.2
crypto: ^3.0.5
http: ^1.2.2
flutter_document_picker: ^5.2.3
search_engine:
#path: ../search_engine
git:
url: https://github.com/Sivan22/otzaria_search_engine
ref: main
flutter_archive: ^6.0.3
dependency_overrides:
# it forces the version of the intl package to be 0.19.0 across all dependencies, even if some packages specify a different compatible version.
intl: ^0.19.0
flutter_launcher_icons:
android: true
ios: true
remove_alpha_ios: true
image_path: "assets/icon/icon.png"
min_sdk_android: 21 # android min sdk min:16, default 21
windows:
generate: true
image_path: "assets/icon/icon.png"
icon_size: 256 # min:48, max:256, default: 48
dev_dependencies:
flutter_test:
sdk: flutter
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.0
test: ^1.25.2
build_runner: ^2.4.11
# 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:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/
- assets/logos/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
fonts:
- family: TaameyAshkenaz
fonts:
- asset: fonts/TaameyAshkenaz-Medium.ttf
- family: FrankRuhlCLM
fonts:
- asset: fonts/FrankRuehlCLM-Medium.ttf
- family: Rubik
fonts:
- asset: fonts/Rubik-VariableFont_wght.ttf
- family: NotoRashiHebrew
fonts:
- asset: fonts/NotoRashiHebrew-VariableFont_wght.ttf
- family: TaameyDavidCLM
fonts:
- asset: fonts/TaameyDavidCLM-Medium.ttf
- family: Shofar
fonts:
- asset: fonts/ShofarRegular.ttf
- family: KeterYG
fonts:
- asset: fonts/KeterYG-Medium.ttf
- family: Tinos
fonts:
- asset: fonts/Tinos-Regular.ttf
- family: NotoSerifHebrew
fonts:
- asset: fonts/NotoSerifHebrew-VariableFont_wdth,wght.ttf