-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
104 lines (94 loc) · 2.19 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
name: smarthome
description: 智慧家庭
version: 0.9.7+8
homepage: https://github.com/he0119/smart-home-flutter
publish_to: "none"
environment:
sdk: ">=3.4.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: any
cupertino_icons: ^1.0.8
# Dart
logging: ^1.2.0
graphql: ^5.2.0-beta.8
http: ^1.2.2
bloc: ^8.1.4
equatable: ^2.0.5
json_annotation: ^4.9.0
enum_to_string: ^2.0.0
version: ^3.0.2
tuple: ^2.0.2
provider: ^6.1.2
mime: ^1.0.6
gql: any
rxdart: any
http_parser: any
# Flutter
flutter_bloc: ^8.1.6
shared_preferences: ^2.3.2
url_launcher: ^6.3.0
quick_actions: ^1.0.7
android_id: ^0.4.0
device_info_plus: ^10.1.2
package_info_plus: ^8.0.2
share_plus: ^10.0.2
flutter_keyboard_visibility: ^6.0.0
photo_view: ^0.15.0
image_picker: ^1.1.2
sentry_flutter: ^8.8.0
flutter_treeview: ^1.0.7+1
dynamic_color: ^1.7.0
qr_flutter: ^4.1.0
qr_code_scanner: ^1.0.1
# Widget
webview_flutter: ^4.9.0
datetime_picker_formfield: ^2.0.1
flutter_markdown_selectionarea: ^0.6.17+1
cached_network_image: ^3.4.1
dropdown_search: ^5.0.6
flutter_sticky_header: ^0.6.5
extended_sliver: ^2.1.3
# https://github.com/MisterJimson/flutter_keyboard_visibility/pull/155#issuecomment-2112047514
dependency_overrides:
flutter_keyboard_visibility_web:
git:
url: https://github.com/raldhafiri/flutter_keyboard_visibility.git
ref: master
path: flutter_keyboard_visibility_web
dev_dependencies:
flutter_test:
sdk: flutter
bloc_test: ^9.1.7
build_runner: ^2.4.12
json_serializable: ^6.8.0
flutter_launcher_icons: ^0.13.1
flutter_lints: ^4.0.0
sentry_dart_plugin: ^2.1.0
flutter:
uses-material-design: true
assets:
- assets/icon/icon.webp
generate: true
flutter_launcher_icons:
android: true
image_path: "assets/icon/icon.png"
min_sdk_android: 24
web:
generate: true
windows:
generate: true
icon_size: 256
# https://github.com/getsentry/sentry-dart-plugin
sentry:
# enabled by default
upload_debug_symbols: true
# disabled by default
upload_sources: true
# disabled by default
upload_source_maps: true