-
Notifications
You must be signed in to change notification settings - Fork 26
/
pubspec.yaml
114 lines (99 loc) · 3.01 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
name: lolisnatcher
description: Booru Client with the ability to batch download Images.
publish_to: none
version: 2.4.1+191 # remember to update the values in constants.dart after changing them here
environment:
sdk: ">=3.5.3 <4.0.0"
flutter: ^3.24.3
dependencies:
flutter:
sdk: flutter
alice_lightweight: ^3.9.0
app_links: ^6.3.2
auto_size_text_plus: ^3.0.2
awesome_notifications: ^0.10.0
chewie: ^1.8.5
crypto: ^3.0.6
cupertino_icons: ^1.0.8
dio: ^5.7.0
dynamic_color: ^1.7.0
external_video_player_launcher: ^0.0.3
fast_marquee:
git:
url: https://github.com/NANI-SORE/fast_marquee.git
ref: 828e79014ed5fd73062d6a24db14b6c114ac175b # master - forked to add richtext
flash: ^3.1.1
flex_color_picker: ^3.6.0
flutter_displaymode: ^0.6.0
flutter_improved_scrolling: ^0.0.3
flutter_inappwebview: ^6.1.5
flutter_inner_drawer:
git:
url: https://github.com/NANI-SORE/flutter_inner_drawer.git
ref: a12cffc2d54e1e0350904d0f841203935d20e465 # master
flutter_linkify: ^6.0.0
flutter_socks_proxy:
git: https://github.com/jiangtian616/socks_proxy
font_awesome_flutter: ^10.7.0
get: ^4.6.6
google_fonts: ^6.2.1
html: ^0.15.4
http_proxy: # ^1.2.2
git:
url: https://github.com/NANI-SORE/http_proxy.git
ref: ce01861ac45b12e9d974cb447ea91ef68a90427d # master - forked to fix build errors and remove allowing all bad certs
huge_listview: ^2.0.12
image: ^4.3.0
intl: ^0.19.0
keyboard_actions: ^4.2.0
# local_auth: ^2.3.0
material_color_utilities: ^0.12.0
media_kit: ^1.1.11
media_kit_video: ^1.2.5
media_kit_libs_video: ^1.0.5
native_dio_adapter: ^1.3.0
path_provider: ^2.1.4
permission_handler: ^11.3.1
photo_view:
git:
url: https://github.com/NANI-SORE/photo_view.git
ref: 410b4c26d7b4747e88ca2227a88fe7ad707679f1 # master
preload_page_view: ^0.2.0
scroll_to_index: ^3.0.1
scrollable_positioned_list: ^0.3.8
share_plus: ^10.1.1 # not used directly, but is part of some deps (i.e. alice) # TODO move to this instead of our native share code?
sqflite_common_ffi: ^2.3.4
sqflite: ^2.4.0
statsfl: ^2.3.0
talker_dio_logger: ^4.4.1
talker_flutter: ^4.4.1
talker_logger: ^4.4.1
talker: ^4.4.1
transparent_image: ^2.0.1
url_launcher: ^6.3.1
uuid: ^4.5.1
vibration: ^2.0.1
video_player: ^2.9.2
waterfall_flow: ^3.0.3
xml: ^6.5.0
dependency_overrides:
android_intent_plus: ^5.2.0
material_color_utilities: ^0.12.0 # flutter_test conflict
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.14.1
flutter_lints: ^5.0.0
flutter_launcher_icons:
android: true
image_path: "assets/images/iconFG.png"
image_path_android: "assets/images/app_icon.png"
adaptive_icon_background: "assets/images/iconBG.png"
adaptive_icon_foreground: "assets/images/iconFG.png"
adaptive_icon_monochrome: "assets/images/iconMonochrome.png"
flutter:
uses-material-design: true
assets:
- assets/images/app_icon.png
- assets/images/drawer_icon.png
- assets/images/loading.gif