-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
88 lines (78 loc) · 1.88 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
name: manhuagui_flutter
description: An unofficial android application for manhuagui, built in flutter.
publish_to: 'none'
version: 1.3.0
environment:
sdk: ">=2.16.2 <3.0.0"
dependencies:
flutter:
sdk: flutter
# basic
material_design_icons_flutter: ^6.0.7096
logger: ^1.2.2
fluttertoast: 8.0.7
url_launcher: ^6.1.5
json_annotation: ^4.6.0
dio: ^4.0.6
retrofit: ^3.0.1+1
intl: ^0.17.0
basic_utils: ^5.2.2
# platform assists
permission_handler: ^10.0.0
flutter_web_browser: ^0.17.1
wakelock: ^0.6.2
device_info_plus: 4.0.0
battery_info: ^1.1.1
connectivity_plus: 2.3.6+1
flutter_local_notifications: 9.9.1
flutter_native_splash: 2.1.6
# widgets
flutter_ahlib: ^1.3.0
# flutter_ahlib:
# path: ../flutter_ahlib
# # git:
# # url: https://github.com/Aoi-hosizora/flutter_ahlib
# # ref: 090cbcf84bd45d3b113b99222fa67b1a4b277895
flutter_cache_manager: ^3.3.0
cached_network_image: ^3.2.0
photo_view: ^0.14.0
material_floating_search_bar: ^0.3.7
flutter_rating_bar: ^4.0.1
carousel_slider: ^4.1.1
flutter_typeahead: 3.2.7
# file system related and others
path: 1.8.0
path_provider: ^2.0.11
external_path: ^1.0.1
shared_preferences: ^2.0.15
event_bus: ^2.0.0
sqflite: ^2.0.2+1
synchronized: ^3.0.0+3
queue: ^3.1.0+1
dependency_overrides:
sqflite:
path: ./deps/sqflite/sqflite
photo_view:
path: ./deps/photo_view
dev_dependencies:
flutter_test:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_lints: ^1.0.0
build_runner: ^2.1.11
json_serializable: ^6.2.0
retrofit_generator: ^4.0.3+2
flutter:
uses-material-design: true
assets:
- lib/assets/
fonts:
- family: CustomIcons
fonts:
- asset: lib/assets/icons/CustomIcons.ttf
flutter_native_splash:
color: '#FFFFFF'
image: lib/assets/splash_logo.png
branding: lib/assets/splash_copyright.png
web: false