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

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

23
likes
130/ 140
pub points
82%
popularity

We analyzed this package 42 hours ago, and awarded it 130 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

11326 out of 27673 API elements (40.9 %) 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/src/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 79 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

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

10/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.9.0 8.9.2 8.9.2
collection ^1.0.0 1.18.0 1.18.0
cookie_jar ^4.0.7 4.0.8 4.0.8
crypto ^3.0.0 3.0.3 3.0.3
crypton ^2.0.0 2.2.1 2.2.1
dynamite_runtime ^0.4.0 0.4.0 0.4.0
http ^1.2.0 1.2.1 1.2.1
json_annotation ^4.9.0 4.9.0 4.9.0
meta ^1.0.0 1.14.0 1.14.0
string_scanner ^1.1.0 1.2.0 1.2.0
timezone ^0.9.3 0.9.3 0.9.3
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.2 1.5.2
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
convert - 3.1.1 3.1.1
fixnum - 1.1.0 1.1.0
http_parser - 4.0.2 4.0.2
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.0 3.9.0
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
term_glyph - 1.2.1 1.2.1
test_api - 0.7.1 0.7.1
typed_data - 1.3.2 1.3.2
web - 0.5.1 0.5.1

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

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

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.