openai_automation 0.0.6 copy "openai_automation: ^0.0.6" to clipboard
openai_automation: ^0.0.6 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
0%
popularity

We analyzed this package 6 days 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

OK
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.
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

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 2.0.3+1
usb_serial ^0.5.1 0.5.1 0.5.1
Transitive dependencies
Package Constraint Compatible Latest
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
charcode - 1.3.1 1.3.1
collection - 1.18.0 1.19.0
crypto - 3.0.3 3.0.3
dylib - 0.3.3 0.3.3
ffi - 2.1.2 2.1.2
http - 1.2.1 1.2.1
http_parser - 4.0.2 4.1.0
js - 0.6.7 0.7.1
libserialport - 0.3.0+1 0.3.0+1
logging - 1.2.0 1.2.0
material_color_utilities - 0.8.0 0.12.0
meta - 1.12.0 1.15.0
mime - 1.0.5 1.0.5
path - 1.9.0 1.9.0
platform - 3.1.5 3.1.5
rikulo_commons - 6.1.0 6.1.0
sky_engine - 0.0.99 0.0.99
socket_io_common - 1.0.1 2.0.3
source_span - 1.10.0 1.10.0
stream - 3.2.3+1 3.2.3+1
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
uuid - 3.0.7 4.4.0
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.1

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.7, Flutter 3.22.2, Dart 3.4.3.

Check the analysis log for details.

1
likes
120
pub points
0%
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