forked from petlyh/JS-Dict
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
78 lines (69 loc) · 1.82 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
name: jsdict
description: A new Flutter project.
publish_to: 'none'
version: 1.3.2+202409161
environment:
sdk: '>=3.3.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
html: ^0.15.3
http: ^1.0.0
ruby_text:
git: # fork adds extra alignment options
url: https://github.com/petlyh/RubyText
ref: 492b148c9fddfbbc03658063efc76f51d1e851c1
url_launcher: ^6.1.10
get_it: ^7.3.0
collection: ^1.17.0
expansion_tile_card: ^3.0.0
infinite_scroll_pagination: ^4.0.0
provider: ^6.0.5
dynamic_color: ^1.7.0
shared_preferences: ^2.1.2
audioplayers: ^6.0.0
package_info_plus: ^6.0.0
xml: ^6.3.0
flutter_svg: ^2.0.9
uni_links: ^0.5.1
share_plus: ^8.0.2
receive_sharing_intent: ^1.6.8
async: ^2.11.0
flutter_ankidroid:
git: # fork fixes crash with file pickers
url: https://github.com/3nws/flutter_ankidroid
path_drawing: ^1.0.1
flutter_tesseract_ocr:
git: # fork fixes hanging ui
url: https://github.com/3nws/tesseract_ocr
image_picker: ^1.1.1
image_cropper: ^5.0.1
appcheck: ^1.1.0
android_intent_plus: ^5.0.2
app_settings: ^5.1.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter_launcher_icons: ^0.13.1
test: ^1.24.9
flutter_launcher_icons:
android: true
image_path: "assets/icon.png"
adaptive_icon_foreground: "assets/icon-foreground.png"
adaptive_icon_background: "#1a3332"
flutter:
uses-material-design: true
assets:
- assets/kanjivg/LICENSE.kanjivg.txt
- assets/kanjivg/data/
- assets/anki-icon-monochrome.svg
- path: assets/tessdata_config.json
flavors:
- ocr
- path: assets/tessdata/jpn.traineddata
flavors:
- ocr
- path: assets/tessdata/jpn_vert.traineddata
flavors:
- ocr