-
Notifications
You must be signed in to change notification settings - Fork 32
/
pubspec.yaml
122 lines (118 loc) · 3.07 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
name: neon_framework
version: 1.0.0
publish_to: 'none'
environment:
sdk: ^3.0.0
flutter: ^3.27.0
dependencies:
account_repository:
git:
url: https://github.com/nextcloud/neon
path: packages/neon_framework/packages/account_repository
bloc: ^8.1.4
bloc_concurrency: ^0.2.5
built_collection: ^5.0.0
built_value: ^8.9.0
collection: ^1.0.0
cookie_store:
git:
url: https://github.com/nextcloud/neon
path: packages/cookie_store
crypto: ^3.0.0
cupertino_icons: ^1.0.0 # Do not remove this, is it needed on iOS/macOS. It will not include icons on other platforms because Apple forbids it.
dynamic_color: ^1.0.0
dynamite_runtime: ^0.5.0+1
equatable: ^2.0.0
file_picker: ^8.0.0+1
filesize: ^2.0.0
flutter:
sdk: flutter
flutter_bloc: ^8.1.6
flutter_blurhash: ^0.8.2
flutter_local_notifications: ^18.0.0
flutter_localizations:
sdk: flutter
flutter_material_design_icons: ^1.1.7296
flutter_native_splash: ^2.0.0
flutter_svg: ^2.0.0
flutter_zxing: ^1.0.0
go_router: ^14.0.0
http: ^1.0.0
image: ^4.0.0
intl: ^0.19.0
logging: ^1.0.0
meta: ^1.0.0
neon_http_client:
git:
url: https://github.com/nextcloud/neon
path: packages/neon_http_client
nextcloud: ^8.1.0
notifications_push_repository:
git:
url: https://github.com/nextcloud/neon
path: packages/neon_framework/packages/notifications_push_repository
package_info_plus: ^8.0.0
path: ^1.0.0
path_provider: ^2.1.0
permission_handler: ^11.0.0
provider: ^6.0.0
quick_actions: ^1.0.0
rxdart: ^0.28.0
scrollable_positioned_list: ^0.3.0
shared_preferences_platform_interface: ^2.3.2
sort_box:
git:
url: https://github.com/nextcloud/neon
path: packages/neon_framework/packages/sort_box
sqflite: ^2.3.0
sqflite_common_ffi: ^2.3.2
sqflite_common_ffi_web: ^0.4.2+3
timezone: ^0.10.0
universal_io: ^2.0.0
url_launcher: ^6.1.4
vector_graphics: ^1.0.0
web: ^1.0.0
window_manager: ^0.4.0
xml: ^6.0.0
dev_dependencies:
bloc_test: ^9.1.7
build_runner: ^2.4.14
built_value_generator: ^8.9.3
code_builder: ^4.10.1
cookie_store_conformance_tests:
git:
url: https://github.com/nextcloud/neon
path: packages/cookie_store_conformance_tests
crypton: ^2.2.1
custom_lint: ^0.7.0
dart_style: ^2.3.7
flutter_local_notifications_platform_interface: ^8.0.0
flutter_test:
sdk: flutter
go_router_builder: ^2.7.1
mocktail: ^1.0.4
neon_lints:
git:
url: https://github.com/nextcloud/neon
path: packages/neon_lints
package_info_plus_platform_interface: ^3.0.2
permission_handler_platform_interface: ^4.2.3
plugin_platform_interface: ^2.1.8
string_normalizer: ^0.3.4
url_launcher_platform_interface: ^2.3.2
vector_graphics_compiler: ^1.1.16
version: ^3.0.2
flutter:
uses-material-design: true
assets:
- assets/
- assets/icons/server/
plugin:
platforms:
linux:
dartPluginClass: LinuxNeonPlatform
android:
dartPluginClass: AndroidNeonPlatform
web:
pluginClass: WebNeonPlatform
fileName: src/platform/web.dart