-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
99 lines (89 loc) · 2.4 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
name: tokuwari
description: Something I guess
# 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: 0.5.5
environment:
sdk: ">=3.5.0"
dependencies:
flutter:
sdk: flutter
path: ^1.9.0
dio: ^5.7.0
async: ^2.11.0
graphql: ^5.2.0-beta.9
flex_color_scheme:
git:
url: https://github.com/rydmike/flex_color_scheme
ref: version-8-0-0
# For novels
epubx:
git:
url: https://github.com/femalemonkeyman/epubx
#path: /mnt/Storage/HomeStuff/Documents/epubx
html: ^0.15.4
file_picker: ^8.1.2
permission_handler: ^11.3.1
# Media kit
media_kit:
git:
url: https://github.com/media-kit/media-kit.git
ref: main
path: ./media_kit
media_kit_video:
git:
url: https://github.com/media-kit/media-kit.git
ref: main
path: ./media_kit_video
media_kit_libs_video:
git:
url: https://github.com/media-kit/media-kit.git
ref: main
path: ./libs/universal/media_kit_libs_video
path_provider: ^2.1.4
window_manager: ^0.4.2
encrypt: ^5.0.3
isar:
hosted: https://pub.isar-community.dev
version: ^4.0.3
isar_flutter_libs:
hosted: https://pub.isar-community.dev
version: ^4.0.3
xml: ^6.5.0
expand_widget: ^3.1.1
expandable_page_view: ^1.0.17
string_similarity: ^2.1.1
go_router: ^14.2.8
cached_network_image: ^3.4.1
csslib: ^1.0.0
#Modules
key:
# path: ../Projects/modules/key
git:
url: https://github.com/femalemonkeyman/key
collection: ^1.19.0
flutter_riverpod: ^2.5.1
riverpod_annotation: ^2.3.5
dependency_overrides:
graphql: ^5.2.0-beta.9
screen_brightness: ">=1.0.1"
media_kit:
git:
url: https://github.com/media-kit/media-kit.git
ref: main
path: ./media_kit
# 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.
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
dev_dependencies:
build_runner: ^2.4.12
custom_lint: ^0.6.7
flutter_lints: ^5.0.0
riverpod_generator: ^2.4.3
riverpod_lint: ^2.3.13