nextcloud 4.0.0 copy "nextcloud: ^4.0.0" to clipboard
nextcloud: ^4.0.0 copied to clipboard

A Nextcloud API client written in Dart supporting all maintained Nextcloud server versions.

23
likes
120/ 140
pub points
83%
popularity

We analyzed this package 3 days ago, and awarded it 120 pub points (of a possible 140):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: AGPL-3.0.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

5413 out of 26093 API elements (20.7 %) have documentation comments.

Some symbols that are missing documentation: comments, comments.$CapabilitiesInterface, comments.$CapabilitiesInterface.$CapabilitiesInterface, comments.$CapabilitiesInterface.files, comments.$CapabilitiesInterfaceBuilder.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web

These issues are present but do not affect the score, because they may not originate in your package:

Package not compatible with platform Web

Because:

  • package:nextcloud/nextcloud.dart that imports:
  • package:nextcloud/webdav.dart that imports:
  • package:nextcloud/src/webdav/file.dart that imports:
  • package:nextcloud/src/webdav/client.dart that imports:
  • package:universal_io/io.dart that imports:
  • package:universal_io/src/_exports_in_browser.dart that imports:
  • package:universal_io/src/internet_address.dart that imports:
  • dart:io
partial
Pass static analysis
40 / 50trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

Found 68 issues. Showing the first 2:

INFO: The declaration '_$WebDavPropertyupdateFromXmlElement' isn't referenced.

lib/src/webdav/webdav.g.dart:245:22

    ╷
245 │ WebDavPropertyupdate _$WebDavPropertyupdateFromXmlElement(XmlElement element) {
    │                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/webdav/webdav.g.dart

INFO: The declaration '_$WebDavPropfindFromXmlElement' isn't referenced.

lib/src/webdav/webdav.g.dart:442:16

    ╷
442 │ WebDavPropfind _$WebDavPropfindFromXmlElement(XmlElement element) {
    │                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/webdav/webdav.g.dart

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
built_collection ^5.0.0 5.1.1 5.1.1
built_value ^8.0.0 8.9.2 8.9.2
collection ^1.0.0 1.18.0 1.18.0
crypto ^3.0.0 3.0.3 3.0.3
crypton ^2.0.0 2.2.1 2.2.1
dynamite_runtime ^0.1.0 0.1.0 0.4.0
intl ^0.18.0 0.18.1 0.19.0
json_annotation ^4.8.1 4.9.0 4.9.0
meta ^1.0.0 1.15.0 1.15.0
universal_io ^2.0.0 2.2.2 2.2.2
uri ^1.0.0 1.0.0 1.0.0
version ^3.0.0 3.0.2 3.0.2
xml ^6.0.0 6.5.0 6.5.0
xml_annotation ^2.1.0 2.4.0 2.4.0
Transitive dependencies
Package Constraint Compatible Latest
asn1lib - 1.5.3 1.5.3
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
clock - 1.1.1 1.1.1
convert - 3.1.1 3.1.1
cookie_jar - 4.0.8 4.0.8
fixnum - 1.1.0 1.1.0
js - 0.7.1 0.7.1
matcher - 0.12.16+1 0.12.16+1
path - 1.9.0 1.9.0
petitparser - 6.0.2 6.0.2
pointycastle - 3.9.1 3.9.1
quiver - 3.2.1 3.2.1
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.1 0.7.1
typed_data - 1.3.2 1.3.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^0.1.0` on dynamite_runtime does not support the stable version `0.2.0`.

Try running dart pub upgrade --major-versions dynamite_runtime to update the constraint.

The constraint `^0.18.0` on intl does not support the stable version `0.19.0`.

Try running dart pub upgrade --major-versions intl to update the constraint.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Dart 3.4.0.

Check the analysis log for details.

23
likes
120
pub points
83%
popularity

Publisher

unverified uploader

A Nextcloud API client written in Dart supporting all maintained Nextcloud server versions.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#nextcloud #openapi #webdav

Documentation

API reference

License

AGPL-3.0 (LICENSE)

Dependencies

built_collection, built_value, collection, crypto, crypton, dynamite_runtime, intl, json_annotation, meta, universal_io, uri, version, xml, xml_annotation

More

Packages that depend on nextcloud