-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
89 lines (78 loc) · 2.09 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
name: tika_nissaya
description: Word-to-Word translation of Tika Pali.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 2.1.1+5
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
freezed_annotation: ^1.1.0
flutter_riverpod: ^1.0.3
vs_scrollbar: ^0.2.0
shared_preferences: ^2.0.5
enum_to_string: ^2.0.1
flutter_markdown: ^0.6.1
grouped_list: ^4.1.0
scrollable_positioned_list: ^0.2.3
path_provider: ^2.0.8
path: ^1.8.0
logger: ^1.1.0
cupertino_icons: ^1.0.2
go_router: ^3.0.1
flutter_widget_from_html_core: ^0.8.5+3
sqflite: ^2.1.0
sqflite_common_ffi: ^2.1.1+1
sqlite3_flutter_libs:
asset_pdf_viewer:
# path: packages/asset_pdf_viewer_mobile
path: packages/asset_pdf_viewer_desktop
# app_links: ^3.2.0
# url_protocol: ^1.0.0
uni_links_desktop: ^0.1.3
uni_links: ^0.5.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
json_serializable: ^6.1.4
freezed: ^1.1.1
build_runner:
flutter_launcher_icons: ^0.9.0
msix: ^3.6.2
icons_launcher: ^2.0.6
icons_launcher:
image_path: "assets/icon/icon.jpg"
platforms:
macos:
enable: true
msix_config:
display_name: Tika Nissaya
identity_name: 38337PnDaza.TikaNissaya
publisher_display_name: PnDaza
publisher: CN=D6488D0D-2C1E-4BF6-9E71-85196599EEB3
msix_version: 1.1.0.0
protocol_activation: tikanissaya
store: true
logo_path: .\assets\icon\icon.jpg
# The following section is specific to Flutter.
flutter:
uses-material-design: true
assets:
- assets/database/tika_nsy.db
- assets/books/cover/
- assets/books/pdf/
- assets/info.html
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700