forked from femalemonkeyman/tokuwari
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
executable file
·76 lines (67 loc) · 1.68 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
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.4.1+1
environment:
sdk: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
intl:
flutter_cache_manager:
sliver_tools:
discord_rpc:
flutter_html:
path:
cached_network_image:
git:
url: https://github.com/gauravmehta13/flutter_cached_network_image.git
path: cached_network_image
dio:
flex_color_scheme:
media_kit:
media_kit_video:
media_kit_libs_video:
path_provider:
async:
window_manager:
encrypt:
isar: ^4.0.0-dev.14
isar_flutter_libs: ^4.0.0-dev.14
expandable_text:
string_similarity:
go_router:
preload_page_view:
extended_image:
# For novels
archive:
image:
html:
file_picker:
xml2json:
permission_handler:
#Model
tokuwari_models:
path: ../Projects/modules/tokuwari-models
# git:
# url: https://github.com/femalemonkeyman/tokuwari-models
#Modules
key:
path: ../Projects/modules/key
# git:
# url: https://github.com/femalemonkeyman/key
dependency_overrides:
graphql: ^5.2.0-beta.6
# 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:
flutter_lints: