auto_core 0.0.1 copy "auto_core: ^0.0.1" to clipboard
auto_core: ^0.0.1 copied to clipboard

An Auto core support library.

0
likes
60/ 140
pub points
0%
popularity

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

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

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

failed
Provide documentation
10 / 20trigger folding of the section

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

678 out of 1222 API elements (55.5 %) have documentation comments.

Some symbols that are missing documentation: app_info.pb, app_info.pb.AppInfo, app_info.pb.AppInfo.$_whichOneof, app_info.pb.AppInfo.AppInfo, app_info.pb.AppInfo.autoApiVersion.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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:auto_core/auto_core.dart that imports:
  • package:auto_core/src/playback_report.dart that imports:
  • package:archive/archive_io.dart that imports:
  • package:archive/src/io/zip_file_encoder.dart that imports:
  • package:archive/src/io/output_file_stream.dart that imports:
  • package:archive/src/io/file_handle.dart that imports:
  • dart:io
failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 42 issues. Showing the first 2:

ERROR: The expression doesn't evaluate to a function, so it can't be invoked.

lib/src/tar_util.dart:82:46

   ╷
82 │     final reader = TarDecoder().decodeBuffer(InputFileStream.file(tar));
   │                                              ^^^^^^^^^^^^^^^^^^^^
   ╵

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

ERROR: Instance member 'file' can't be accessed using static access.

lib/src/tar_util.dart:82:62

   ╷
82 │     final reader = TarDecoder().decodeBuffer(InputFileStream.file(tar));
   │                                                              ^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/tar_util.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
archive ^3.1.1 3.5.1 3.5.1
fixnum ^1.0.0 1.1.0 1.1.0
image ^3.0.1 3.3.0 4.1.7
logging ^1.0.0 1.2.0 1.2.0
path ^1.0.0 1.9.0 1.9.0
protobuf ^2.0.0 2.1.0 3.1.0
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
meta - 1.14.0 1.14.0
petitparser - 6.0.2 6.0.2
typed_data - 1.3.2 1.3.2
xml - 6.5.0 6.5.0

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

The constraint `^3.0.1` on image does not support the stable version `4.0.0`.

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

The constraint `^2.0.0` on protobuf does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions protobuf 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.

0
likes
60
pub points
0%
popularity

Publisher

unverified uploader

An Auto core support library.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

archive, fixnum, image, logging, path, protobuf

More

Packages that depend on auto_core