-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
34 lines (29 loc) · 890 Bytes
/
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
name: simple_webdav_client
description: |
A Dart WebDAV client with full RFC 4918 support, including file operations,
property management, and locking (LOCK/UNLOCK).
Ideal for these needing complete WebDAV functionality.
version: 0.2.0
homepage: https://github.com/FriesI23/simple_webdav_client
repository: https://github.com/FriesI23/simple_webdav_client
issue_tracker: https://github.com/FriesI23/simple_webdav_client/issues
environment:
sdk: ">=3.0.0 <4.0.0"
# Add regular dependencies here.
dependencies:
universal_io: ^2.2.2
xml: ^6.5.0
dev_dependencies:
lints: ^4.0.0
test: ^1.24.0
coverage: ^1.7.2
mockito: ^5.4.4
build_runner: ^2.4.8
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
funding:
- https://www.buymeacoffee.com/d49cb87qgww
topics:
- webdav
- webdav-client
- rfc4918