openai_automation 0.0.7 copy "openai_automation: ^0.0.7" to clipboard
openai_automation: ^0.0.7 copied to clipboard

Program and design cyber-physical systems and industrial automation systems using open source tools and equipment.

1
likes
120/ 160
pub points
11%
popularity

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

failed
Follow Dart file conventions
20 / 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

0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

partial
Provide documentation
10 / 20trigger folding of the section

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

8 out of 48 API elements (16.7 %) 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: openai_automation, openai_automation.IOLedState.ioPin, openai_automation.IOLedState.size, openai_automation.IOLockStateIcon.automation, openai_automation.IOLockStateIcon.auxiliaryFunction.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

These platforms are not supported:

Package does not support platform `Linux`.

Because:

  • package:openai_automation/openai_automation.dart that declares support for platforms: Android, iOS, Windows.
Package does not support platform `macOS`.

Because:

  • package:openai_automation/openai_automation.dart that declares support for platforms: Android, iOS, Windows.
Package does not support platform `Web`.

Because:

  • package:openai_automation/openai_automation.dart that declares support for platforms: Android, iOS, Windows.

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

Package does not support platform `iOS`.

Because:

  • package:openai_automation/openai_automation.dart that imports:
  • package:openai_automation/src/c/uc.dart that imports:
  • package:usb_serial/usb_serial.dart that declares support for platforms: Android.
Package does not support platform `Windows`.

Because:

  • package:openai_automation/openai_automation.dart that imports:
  • package:openai_automation/src/c/uc.dart that imports:
  • package:usb_serial/usb_serial.dart that declares support for platforms: Android.

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:openai_automation/openai_automation.dart that imports:
  • package:openai_automation/src/c/uc.dart that imports:
  • package:flutter_libserialport/flutter_libserialport.dart that imports:
  • package:libserialport/libserialport.dart that imports:
  • package:libserialport/src/reader.dart that imports:
  • package:libserialport/src/util.dart that imports:
  • package:libserialport/src/port.dart that imports:
  • package:libserialport/src/error.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.

partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 13 issues. Showing the first 2:

INFO: 'MaterialStatePropertyAll' is deprecated and shouldn't be used. Use WidgetStatePropertyAll instead. Moved to the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre.

lib/src/h/aw.dart:177:21

    ╷
177 │         thumbColor: MaterialStatePropertyAll(thumbColor),
    │                     ^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/h/aw.dart

/tmp/pana_DNWWNE/lib/openai_automation.dart doesn't match the Dart formatter.

To format your files run: dart format .

failed
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest
flutter flutter 0.0.0 0.0.0
flutter_libserialport ^0.3.0 0.3.0 0.4.0
socket_io ^1.0.1 1.0.1 1.0.1
socket_io_client ^1.0.2 1.0.2 3.0.2
usb_serial ^0.5.1 0.5.2 0.5.2
Transitive dependencies
Package Constraint Compatible Latest
args - 2.6.0 2.6.0
async - 2.12.0 2.12.0
characters - 1.3.0 1.3.1
charcode - 1.3.1 1.3.1
collection - 1.18.0 1.19.1
crypto - 3.0.6 3.0.6
dylib - 0.3.3 0.3.3
ffi - 2.1.3 2.1.3
http - 1.2.2 1.2.2
http_parser - 4.0.2 4.1.1
js - 0.6.7 0.7.1
libserialport - 0.3.0+1 0.3.0+1
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
mime - 2.0.0 2.0.0
path - 1.9.1 1.9.1
platform - 3.1.6 3.1.6
rikulo_commons - 6.1.0 6.1.0
sky_engine - 0.0.99 0.0.99
socket_io_common - 1.0.1 3.0.1
source_span - 1.10.0 1.10.0
stream - 3.2.3+1 4.0.2
string_scanner - 1.4.0 1.4.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.4.0 1.4.0
uuid - 3.0.7 4.5.1
vector_math - 2.1.4 2.1.4
web - 1.1.0 1.1.0

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

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

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

The constraint `^1.0.2` on socket_io_client does not support the stable version `2.0.0`.

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

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

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.15, Flutter 3.24.4, Dart 3.5.4.

Check the analysis log for details.

1
likes
120
pub points
11%
popularity

Publisher

unverified uploader

Program and design cyber-physical systems and industrial automation systems using open source tools and equipment.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_libserialport, socket_io, socket_io_client, usb_serial

More

Packages that depend on openai_automation