squid_cloud 1.0.126-beta.1 copy "squid_cloud: ^1.0.126-beta.1" to clipboard
squid_cloud: ^1.0.126-beta.1 copied to clipboard

A dart implementation of the Squid client.

0
likes
95/ 140
pub points
0%
popularity

We analyzed this package 20 hours ago, and awarded it 95 pub points (of a possible 140):

failed
Follow Dart file conventions
15 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

5/5 points: Provide a valid README.md

0/5 points: Provide a valid CHANGELOG.md

No `CHANGELOG.md` found.

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

10/10 points: Use an OSI-approved license

Detected license: MIT.

OK
Provide documentation
20 / 20trigger folding of the section

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

102 out of 237 API elements (43.0 %) have documentation comments.

Some symbols that are missing documentation: client, client.AiAssistantClient, client.AiAssistantClient.AiAssistantClient, client.AiAssistantClient.mutate, client.AiAssistantContextReference.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

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

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:squid_cloud/client.dart that imports:
  • package:squid_cloud/src/secret_client.dart that imports:
  • package:squid_cloud/src/rpc.manager.dart that imports:
  • package:squid_cloud/src/utils/http.dart that imports:
  • dart:io
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 161 issues. Showing the first 2:

WARNING: The parameter type of '==' operators should be non-nullable.

lib/src/generated/ai_assistant.types.freezed.dart:109:17

    ╷
109 │   bool operator ==(dynamic other) {
    │                 ^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/generated/ai_assistant.types.freezed.dart

WARNING: The parameter type of '==' operators should be non-nullable.

lib/src/generated/ai_assistant.types.freezed.dart:239:17

    ╷
239 │   bool operator ==(dynamic other) {
    │                 ^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/generated/ai_assistant.types.freezed.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
collection ^1.17.0 1.18.0 1.18.0
dio ^5.3.3 5.4.3+1 5.4.3+1
freezed_annotation ^2.2.0 2.4.1 2.4.1
graphql ^5.2.0-beta.5 5.2.0-beta.7 5.2.0-beta.7
logging ^1.2.0 1.2.0 1.2.0
meta ^1.9.1 1.14.0 1.14.0
more ^4.0.0 4.2.0 4.2.0
rx ^0.3.0 0.3.0 0.4.0
web_socket_client ^0.1.0 0.1.2 0.1.2
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
crypto - 3.0.3 3.0.3
fixnum - 1.1.0 1.1.0
gql - 1.0.1-alpha+1709845491443 1.0.1-alpha+1709845491443
gql_dedupe_link - 2.0.4-alpha+1709845491527 2.0.4-alpha+1709845491527
gql_error_link - 1.0.0+1 1.0.0+1
gql_exec - 1.1.1-alpha+1699813812660 1.1.1-alpha+1699813812660
gql_http_link - 1.0.1+1 1.0.1+1
gql_link - 1.0.1-alpha+1709845491457 1.0.1-alpha+1709845491457
gql_transform_link - 1.0.0 1.0.0
hive - 2.2.3 2.2.3
http - 1.2.1 1.2.1
http_parser - 4.0.2 4.0.2
json_annotation - 4.9.0 4.9.0
matcher - 0.12.16+1 0.12.16+1
normalize - 0.8.2+1 0.9.1
path - 1.9.0 1.9.0
rxdart - 0.27.7 0.27.7
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.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
uuid - 4.4.0 4.4.0
web - 0.5.1 0.5.1
web_socket_channel - 2.4.5 3.0.0
yaml - 3.1.2 3.1.2

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

The constraint `^0.3.0` on rx does not support the stable version `0.4.0`.

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

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.