artemis_cupps 0.0.95 copy "artemis_cupps: ^0.0.95" to clipboard
artemis_cupps: ^0.0.95 copied to clipboard

A Package for connecting to cupps platform.

0
likes
80/ 160
pub points
142
downloads

We analyzed this package 27 hours ago, and awarded it 80 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 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 50 to 180 characters to describe the package, what it does, and its target use case.

Homepage URL doesn't exist.

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

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
0 / 20trigger folding of the section

Partially passed check 0/10 points: 20% or more of the public API has dartdoc comments

3 out of 1495 API elements (0.2 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: aath_entered_event, aath_entered_event.AAthEnteredEvent, aath_entered_event.AAthEnteredEvent.AAthEnteredEvent.fromXML, aath_entered_event.AAthEnteredEvent.AAthEnteredEvent.new, aath_entered_event.AAthEnteredEvent.toXML.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:artemis_cupps/artemis_cupps.dart that imports:
  • package:artemis_cupps/classes/Responses/reader_read_res.dart that imports:
  • package:artemis_cupps/classes/classes.dart that imports:
  • package:artemis_cupps/classes/Devices/zl_device.dart that imports:
  • package:artemis_cupps/classes/device.dart that imports:
  • package:artemis_cupps/utility/socket_util.dart that imports:
  • package:artemis_cupps/utility/logger.dart that imports:
  • package:open_file_plus/open_file_plus.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:artemis_cupps/artemis_cupps.dart that imports:
  • package:artemis_cupps/classes/Responses/reader_read_res.dart that imports:
  • package:artemis_cupps/classes/classes.dart that imports:
  • package:artemis_cupps/classes/Devices/zl_device.dart that imports:
  • package:artemis_cupps/classes/device.dart that imports:
  • package:artemis_cupps/utility/socket_util.dart that imports:
  • package:artemis_cupps/utility/logger.dart that imports:
  • package:open_file_plus/open_file_plus.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:artemis_cupps/artemis_cupps.dart that imports:
  • package:artemis_cupps/classes/Responses/reader_read_res.dart that imports:
  • package:artemis_cupps/classes/classes.dart that imports:
  • package:artemis_cupps/classes/Devices/zl_device.dart that imports:
  • package:artemis_cupps/classes/device.dart that imports:
  • package:artemis_cupps/utility/socket_util.dart that imports:
  • package:artemis_cupps/utility/logger.dart that imports:
  • package:open_file_plus/open_file_plus.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:artemis_cupps/artemis_cupps.dart that imports:
  • package:artemis_cupps/classes/Responses/reader_read_res.dart that imports:
  • package:artemis_cupps/classes/classes.dart that imports:
  • package:artemis_cupps/classes/Devices/zl_device.dart that imports:
  • package:artemis_cupps/classes/device.dart that imports:
  • package:artemis_cupps/utility/socket_util.dart that imports:
  • package:artemis_cupps/utility/logger.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:artemis_cupps/artemis_cupps.dart that imports:
  • package:artemis_cupps/classes/Responses/reader_read_res.dart that imports:
  • package:artemis_cupps/classes/classes.dart that imports:
  • package:artemis_cupps/classes/Devices/zl_device.dart that imports:
  • package:artemis_cupps/classes/device.dart that imports:
  • package:artemis_cupps/utility/socket_util.dart that imports:
  • package:artemis_cupps/utility/logger.dart that imports:
  • package:path_provider/path_provider.dart that imports:
  • package:path_provider_platform_interface/path_provider_platform_interface.dart that imports:
  • package:path_provider_platform_interface/src/method_channel_path_provider.dart that imports:
  • package:platform/platform.dart that imports:
  • package:platform/src/interface/local_platform.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

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

Found 262 issues. Showing the first 2:

WARNING: Unused import: '../../classes/Requests/aea_request_req.dart'.

lib/classes/Devices/bt_device.dart:4:8

  ╷
4 │ import '../../classes/Requests/aea_request_req.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/classes/Devices/bt_device.dart

WARNING: Unused import: '../device.dart'.

lib/classes/Notifications/derr_exited_event.dart:4:8

  ╷
4 │ import '../device.dart';
  │        ^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/classes/Notifications/derr_exited_event.dart

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
cupertino_icons ^1.0.2 1.0.8 1.0.8
dart_ipify ^1.1.1 1.1.1 1.1.1
encrypt ^5.0.1 5.0.3 5.0.3
get ^4.3.8 4.7.2 4.7.2
intl ^0.18.0 0.18.1 0.20.2
network_info_plus ^2.1.0 2.1.2 6.1.4
open_file_plus ^3.4.0 3.4.1+1 3.4.1+1
path_provider ^2.0.6 2.1.5 2.1.5
uuid ^3.0.5 3.0.7 4.5.1
xml ^5.1.2 5.4.1 6.5.0
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
asn1lib - 1.6.3 1.6.3
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
dbus - 0.5.4 0.7.11
ffi - 2.1.4 2.1.4
http - 1.3.0 1.3.0
http_parser - 4.1.2 4.1.2
js - 0.7.2 0.7.2 Discontinued
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
network_info_plus_linux - 1.1.0 1.1.2 Discontinued
network_info_plus_macos - 1.3.0 1.3.0 Discontinued
network_info_plus_platform_interface - 1.1.3 2.0.2
network_info_plus_web - 1.0.1 1.0.1 Discontinued
network_info_plus_windows - 1.0.2 1.0.2 Discontinued
nm - 0.3.0 0.5.0
path - 1.9.1 1.9.1
path_provider_android - 2.2.17 2.2.17
path_provider_foundation - 2.4.1 2.4.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
pedantic - 1.11.1 1.11.1 Discontinued
petitparser - 5.4.0 6.1.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.9.1 4.0.0
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.5
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0

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

Found 4 issues. Showing the first 2:

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.

The constraint `^2.1.0` on network_info_plus does not support the stable version `3.0.0`.

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 42 errors:

  • UNDEFINED_GETTER - lib/classes/Notifications/derr_entered_event.dart:29:45 - The getter 'childElements' isn't defined for the type 'XmlElement'.
  • UNDEFINED_GETTER - lib/classes/Notifications/device_status_notification.dart:33:43 - The getter 'childElements' isn't defined for the type 'XmlElement'.
  • UNDEFINED_GETTER - lib/classes/Notifications/illogical_message_error_event.dart:40:75 - The getter 'childElements' isn't defined for the type 'XmlElement'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.22.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
80
points
142
downloads

Publisher

verified publisherabomis.com

Weekly Downloads

A Package for connecting to cupps platform.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, dart_ipify, encrypt, flutter, get, intl, network_info_plus, open_file_plus, path_provider, uuid, xml

More

Packages that depend on artemis_cupps