forked from NO-ob/LoliSnatcher_Droid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
98 lines (84 loc) · 2.62 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
name: lolisnatcher
description: Booru Client with the ability to batch download Images.
publish_to: none
version: 2.4.0+188 # remember to update the values in constants.dart after changing them here
environment:
sdk: ">=3.1.4 <4.0.0"
flutter: ^3.16.0
dependencies:
flutter:
sdk: flutter
alice_lightweight: ^3.5.1
app_links: ^3.5.0
auto_size_text: ^3.0.0
awesome_notifications: ^0.9.2
chewie: ^1.7.4
crypto: ^3.0.3
cupertino_icons: ^1.0.6
dart_vlc: ^0.4.0 # TODO move to media_kit (see relevant PR)
dio: ^5.4.0
dynamic_color: ^1.6.9
fast_marquee:
git:
# url: "https://github.com/hacker1024/fast_marquee.git" # original
url: "https://github.com/NANI-SORE/fast_marquee.git"
ref: 828e79014ed5fd73062d6a24db14b6c114ac175b # master - forked to add richtext
flash: ^3.1.0
flex_color_picker: ^3.3.1
flutter_displaymode: ^0.6.0
flutter_improved_scrolling: ^0.0.3
flutter_inappwebview: ^6.0.0
flutter_inner_drawer:
git:
url: "https://github.com/NANI-SORE/flutter_inner_drawer.git"
ref: 781d16e05e987e3873c1f1562465079f10e390e7 # master
flutter_linkify: ^6.0.0
font_awesome_flutter: ^10.6.0
get: ^4.6.6
google_fonts: ^6.1.0
html: ^0.15.4
huge_listview: ^2.0.11
image: ^4.1.4
intl: ^0.19.0
keyboard_actions: ^4.2.0
logger_fork: ^1.2.0
logger_flutter_fork: ^1.3.1
# local_auth: ^2.1.7
path_provider: ^2.1.2
permission_handler: ^11.2.0
photo_view: # ^0.12.0
# path: "../forks/photo_view"
git:
url: "https://github.com/NANI-SORE/photo_view.git"
ref: 79738d68cd556f82ca2a259cbe57035d977de614 # master
preload_page_view: ^0.2.0
scroll_to_index: ^3.0.1
scrollable_positioned_list: ^0.3.8
share_plus: ^7.2.1 # not used directly, but is part of some deps (i.e. alice)
sqflite_common_ffi: ^2.3.2
sqflite: ^2.3.0
statsfl: ^2.3.0
transparent_image: ^2.0.1
url_launcher: ^6.2.4
uuid: ^4.3.3
vibration: ^1.8.4
video_player: ^2.8.2 # in android/app/build.gradle exoplayer dependencies are overriden to lower versions to avoid videos not playing on older devices
waterfall_flow: ^3.0.3
xml: ^6.5.0
flutter_icons:
android: true
image_path: "assets/images/iconFG.png"
adaptive_icon_background: "assets/images/iconBG.png"
adaptive_icon_foreground: "assets/images/iconFG.png"
dev_dependencies:
flutter_lints: ^3.0.1
flutter_test:
sdk: flutter
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
assets:
- assets/images/drawer_icon.png
- assets/images/loading.gif