imsdk_client_core 1.3.29 icon indicating copy to clipboard operation
imsdk_client_core: ^1.3.29 copied to clipboard

discontinued

The client core library of Zhiyou real-time communication cloud service.

0
likes
70/ 140
pub points
0%
popularity

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

icon indicating section status
Follow Dart file conventions
20 / 30icon to trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/yangfanyu/imsdk_client_core was unreachable. Make sure that the website is reachable via HEAD requests.

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: imsdk_client_core,
    • contains a version property, and,
    • does not contain a publish_to property.

Unable to access git repository: Failed to run remote show origin.

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: MIT.

icon indicating section status
Provide documentation
20 / 20icon to trigger folding of the section

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

1254 out of 1396 API elements (89.8 %) have documentation comments.

Some symbols that are missing documentation: imsdk_client_core, Business, Business.fromJson, Business.fromString, BusinessDirty.

10/10 points: Package has an example

icon indicating section status
Platform support
20 / 20icon to trigger 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:imsdk_client_core/imsdk_client_core.dart that imports:
  • package:shelf_easy/shelf_easy.dart that imports:
  • package:shelf_easy/src/easy.dart that imports:
  • package:shelf_easy/src/easy_unidb.dart that imports:
  • package:shelf_easy/src/easy_class.dart that imports:
  • dart:io
icon indicating section status
Pass static analysis
0 / 50icon to trigger folding of the section

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

Found 560 issues. Showing the first 2:

ERROR: Undefined class 'ObjectId'.

lib/src/model/business.dart:9:3

  ╷
9 │   ObjectId _id;
  │   ^^^^^^^^
  ╵

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

ERROR: Undefined class 'ObjectId'.

lib/src/model/business.dart:60:3

   ╷
60 │   ObjectId systemUid;
   │   ^^^^^^^^
   ╵

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

icon indicating section status
Support up-to-date dependencies
10 / 20icon to trigger folding of the section

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

Package Constraint Compatible Latest
lpinyin ^2.0.3 2.0.3 2.0.3
shelf_easy ^1.0.39 1.3.8 3.2.2
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 55.0.0 65.0.0
analyzer - 5.7.1 6.3.0
args - 2.4.2 2.4.2
asn1lib - 1.5.0 1.5.0
async - 2.11.0 2.11.0
basic_utils - 5.5.4 5.7.0
bson - 4.0.0 5.0.2
buffer - 1.2.2 1.2.2
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
dart_style - 2.3.1 2.3.4
decimal - 2.3.3 2.3.3
encrypt - 5.0.3 5.0.3
file - 7.0.0 7.0.0
fixnum - 1.1.0 1.1.0
glob - 2.1.2 2.1.2
http - 0.13.6 1.1.2
http_methods - 1.1.1 1.1.1
http_parser - 4.0.2 4.0.2
js - 0.6.7 0.6.7
json_annotation - 4.8.1 4.8.1
logging - 1.2.0 1.2.0
meta - 1.11.0 1.11.0
mime - 1.0.4 1.0.4
mongo_dart - 0.9.3 0.9.3
mongo_dart_query - 4.0.5 4.0.5
package_config - 2.1.0 2.1.0
packages_extensions - 0.1.0 0.1.0
path - 1.8.3 1.8.3
pedantic - 1.11.1 1.11.1
pointycastle - 3.7.3 3.7.3
pool - 1.5.1 1.5.1
power_extensions - 0.2.2 0.2.2
pub_semver - 2.1.4 2.1.4
rational - 2.2.2 2.2.2
sasl_scram - 0.1.1 0.1.1
saslprep - 1.0.2 1.0.2
shelf - 1.4.1 1.4.1
shelf_cors_headers - 0.1.5 0.1.5
shelf_multipart - 1.0.0 1.0.0
shelf_router - 1.1.4 1.1.4
shelf_static - 1.1.2 1.1.2
shelf_web_socket - 1.0.4 1.0.4
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
typed_data - 1.3.2 1.3.2
unorm_dart - 0.2.0 0.3.0
uuid - 3.0.7 4.2.1
vy_string_utils - 0.4.5 0.4.5
watcher - 1.1.0 1.1.0
web_socket_channel - 2.4.0 2.4.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 `^1.0.39` on shelf_easy does not support the stable version `2.0.0`.

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

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

Analyzed with Pana 0.21.43, Dart 3.2.1.

Check the analysis log for details.

0
likes
70
pub points
0%
popularity

Publisher

unverified uploader

The client core library of Zhiyou real-time communication cloud service.

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

lpinyin, shelf_easy

More

Packages that depend on imsdk_client_core